The R Project SVN R

Rev

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

Rev 84250 Rev 88673
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2023-04-13 r84246) -- "Unsuffered Consequences"
2
R Under development (unstable) (2025-08-22 r88671) -- "Unsuffered Consequences"
3
Copyright (C) 2023 The R Foundation for Statistical Computing
3
Copyright (C) 2025 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu (64-bit)
4
Platform: x86_64-pc-linux-gnu
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 159... Line 157...
159
+           !is.null(kk <- attr(bs(x), "knots")), # not true till 1.5.1
157
+           !is.null(kk <- attr(bs(x), "knots")), # not true till 1.5.1
160
+           length(kk) == 0)
158
+           length(kk) == 0)
161
> ## End(Don't show)
159
> ## End(Don't show)
162
> 
160
> 
163
> 
161
> 
-
 
162
> 
164
> cleanEx()
163
> cleanEx()
165
> nameEx("interpSpline")
164
> nameEx("interpSpline")
166
> ### * interpSpline
165
> ### * interpSpline
167
> 
166
> 
168
> flush(stderr()); flush(stdout())
167
> flush(stderr()); flush(stdout())
Line 585... Line 584...
585
> ### * <FOOTER>
584
> ### * <FOOTER>
586
> ###
585
> ###
587
> cleanEx()
586
> cleanEx()
588
> options(digits = 7L)
587
> options(digits = 7L)
589
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
588
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
590
Time elapsed:  0.129 0.023 0.168 0 0 
589
Time elapsed:  0.152 0.012 0.164 0 0 
591
> grDevices::dev.off()
590
> grDevices::dev.off()
592
null device 
591
null device 
593
          1 
592
          1 
594
> ###
593
> ###
595
> ### Local variables: ***
594
> ### Local variables: ***