The R Project SVN R

Rev

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

Rev 80516 Rev 81060
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2021-06-17 r80510) -- "Unsuffered Consequences"
2
R Under development (unstable) (2021-10-13 r81047) -- "Unsuffered Consequences"
3
Copyright (C) 2021 The R Foundation for Statistical Computing
3
Copyright (C) 2021 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 202... Line 202...
202
+     pages = "211-252"))
202
+     pages = "211-252"))
203
> 
203
> 
204
> bibstyle("unsorted", sortKeys = function(refs) seq_along(refs),
204
> bibstyle("unsorted", sortKeys = function(refs) seq_along(refs),
205
+     fmtPrefix = function(paper) paste0("[", paper$.index, "]"),
205
+     fmtPrefix = function(paper) paste0("[", paper$.index, "]"),
206
+        .init = TRUE)
206
+        .init = TRUE)
207
<environment: 0x2fceeb0>
207
<environment: 0x10c9b80>
208
> print(refs, .bibstyle = "unsorted")
208
> print(refs, .bibstyle = "unsorted")
209
[1] R Core Team (2013). _R: A Language and Environment for Statistical
209
[1] R Core Team (2013). _R: A Language and Environment for Statistical
210
Computing_. R Foundation for Statistical Computing, Vienna, Austria.
210
Computing_. R Foundation for Statistical Computing, Vienna, Austria.
211
<URL: https://www.R-project.org>.
211
<URL: https://www.R-project.org>.
212
 
212
 
Line 1041... Line 1041...
1041
> ### Aliases: xgettext xngettext xgettext2pot
1041
> ### Aliases: xgettext xngettext xgettext2pot
1042
> ### Keywords: utilities
1042
> ### Keywords: utilities
1043
> 
1043
> 
1044
> ### ** Examples
1044
> ### ** Examples
1045
> ## Not run: 
1045
> ## Not run: 
1046
> ##D ## in a source-directory build of R:
1046
> ##D ## in a source-directory build (not typical!) of R;
-
 
1047
> ##D ## otherwise, download and unpack the R sources, and replace
-
 
1048
> ##D ## R.home()  by  "<my_path_to_source_R>" :
1047
> ##D xgettext(file.path(R.home(), "src", "library", "splines"))
1049
> ##D xgettext(file.path(R.home(), "src", "library", "splines"))
1048
> ## End(Not run)
1050
> ## End(Not run)
1049
> 
1051
> 
1050
> 
1052
> 
1051
> ### * <FOOTER>
1053
> ### * <FOOTER>
1052
> ###
1054
> ###
1053
> cleanEx()
1055
> cleanEx()
1054
> options(digits = 7L)
1056
> options(digits = 7L)
1055
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
1057
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
1056
Time elapsed:  0.314 0.026 0.343 0 0 
1058
Time elapsed:  0.349 0.013 0.367 0 0 
1057
> grDevices::dev.off()
1059
> grDevices::dev.off()
1058
null device 
1060
null device 
1059
          1 
1061
          1 
1060
> ###
1062
> ###
1061
> ### Local variables: ***
1063
> ### Local variables: ***