The R Project SVN R

Rev

Rev 86192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86192 Rev 89461
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2024-03-25 r86191) -- "Unsuffered Consequences"
2
R Under development (unstable) (2026-02-10 r89394) -- "Unsuffered Consequences"
3
Copyright (C) 2024 The R Foundation for Statistical Computing
3
Copyright (C) 2026 The R Foundation for Statistical Computing
4
Platform: aarch64-apple-darwin23.3.0
4
Platform: aarch64-apple-darwin23.3.0
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
8
Type 'license()' or 'licence()' for distribution details.
8
Type 'license()' or 'licence()' for distribution details.
9
 
9
 
10
  Natural language support but running in an English locale
-
 
11
 
-
 
12
R is a collaborative project with many contributors.
10
R is a collaborative project with many contributors.
13
Type 'contributors()' for more information and
11
Type 'contributors()' for more information and
14
'citation()' on how to cite R or R packages in publications.
12
'citation()' on how to cite R or R packages in publications.
15
 
13
 
16
Type 'demo()' for some demos, 'help()' for on-line help, or
14
Type 'demo()' for some demos, 'help()' for on-line help, or
Line 78... Line 76...
78
 
76
 
79
attr(,"class")
77
attr(,"class")
80
[1] "arrow"
78
[1] "arrow"
81
> str(arrow(type = "closed"), give.attr=FALSE)
79
> str(arrow(type = "closed"), give.attr=FALSE)
82
"arrow" (pkg {grid}) object:
80
"arrow" (pkg {grid}) object:
83
Class 'arrow'  hidden list of 4
-
 
84
 $ angle : num 30
81
 $ angle : num 30
85
 $ length: 'simpleUnit' num 0.25inches
82
 $ length: 'simpleUnit' num 0.25inches
86
 $ ends  : int 2
83
 $ ends  : int 2
87
 $ type  : int 2
84
 $ type  : int 2
88
> 
85
>