[Rd] abort
Gábor Csárdi
csardi.gabor at gmail.com
Tue Dec 19 21:22:29 CET 2017
FYI. Gábor
❯ R --vanilla -q
> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Sierra 10.12.6
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.3
> conditionCall.x <- function(c) strrep("xxx?", 3000)
> stop(structure(list(message="1"), class=c("x","condition")))
zsh: abort R --vanilla -q
More information about the R-devel
mailing list