The R Project SVN R

Rev

Rev 77335 | Rev 77514 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77335 Rev 77431
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2019-10-26 r77334) -- "Unsuffered Consequences"
2
R Under development (unstable) (2019-11-17 r77430) -- "Unsuffered Consequences"
3
Copyright (C) 2019 The R Foundation for Statistical Computing
3
Copyright (C) 2019 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu (64-bit)
4
Platform: x86_64-pc-linux-gnu (64-bit)
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.
Line 201... Line 201...
201
+     pages = "211-252"))
201
+     pages = "211-252"))
202
> 
202
> 
203
> bibstyle("unsorted", sortKeys = function(refs) seq_along(refs),
203
> bibstyle("unsorted", sortKeys = function(refs) seq_along(refs),
204
+     fmtPrefix = function(paper) paste0("[", paper$.index, "]"),
204
+     fmtPrefix = function(paper) paste0("[", paper$.index, "]"),
205
+        .init = TRUE)
205
+        .init = TRUE)
206
<environment: 0x28ca100>
206
<environment: 0x409d0c8>
207
> print(refs, .bibstyle = "unsorted")
207
> print(refs, .bibstyle = "unsorted")
208
[1] R Core Team (2013). _R: A Language and Environment for Statistical
208
[1] R Core Team (2013). _R: A Language and Environment for Statistical
209
Computing_. R Foundation for Statistical Computing, Vienna, Austria.
209
Computing_. R Foundation for Statistical Computing, Vienna, Austria.
210
<URL: https://www.R-project.org>.
210
<URL: https://www.R-project.org>.
211
 
211
 
Line 1019... Line 1019...
1019
> ### * <FOOTER>
1019
> ### * <FOOTER>
1020
> ###
1020
> ###
1021
> cleanEx()
1021
> cleanEx()
1022
> options(digits = 7L)
1022
> options(digits = 7L)
1023
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
1023
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
1024
Time elapsed:  0.334 0.012 0.349 0 0 
1024
Time elapsed:  0.339 0.014 0.99 0 0 
1025
> grDevices::dev.off()
1025
> grDevices::dev.off()
1026
null device 
1026
null device 
1027
          1 
1027
          1 
1028
> ###
1028
> ###
1029
> ### Local variables: ***
1029
> ### Local variables: ***