R Under development (unstable) (2023-06-30 r84625 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library("future") > > sd <- sessionDetails() > print(sd) =============================================================================== = SESSION DETAILS (BEGIN) =============================================================================== = Sys.time() ================================================================== [1] "2023-07-01 18:00:52 CEST" = sessionInfo() =============================================================== R Under development (unstable) (2023-06-30 r84625 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows Server 2022 x64 (build 20348) Matrix products: default locale: [1] LC_COLLATE=C LC_CTYPE=German_Germany.utf8 [3] LC_MONETARY=C LC_NUMERIC=C [5] LC_TIME=C time zone: Europe/Berlin tzcode source: internal attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] future_1.33.0 loaded via a namespace (and not attached): [1] compiler_4.4.0 parallelly_1.36.0 tools_4.4.0 parallel_4.4.0 [5] listenv_0.9.0 codetools_0.2-19 digest_0.6.33 globals_0.16.2 = commandArgs() =============================================================== [1] "D:\\RCompile\\recent\\R/bin/x64/Rterm.exe" [2] "-f" [3] "000.sessionDetails.R" [4] "--restore" [5] "--save" [6] "--vanilla" = Sys.info() ================================================================== sysname release version nodename machine "Windows" "Server x64" "build 20348" "CRANWIN3" "x86-64" login user effective_user "CRAN" "CRAN" "CRAN" = capabilities() ============================================================== jpeg png tiff tcltk X11 aqua TRUE TRUE TRUE TRUE FALSE FALSE http/ftp sockets libxml fifo cledit iconv TRUE TRUE FALSE TRUE FALSE TRUE NLS Rprof profmem cairo ICU long.double TRUE TRUE TRUE TRUE TRUE TRUE libcurl TRUE = .libPaths =================================================================== [1] "D:/temp/Rtmp67Lu9b/RLIBS_19fe819742e2c" [2] "D:/RCompile/recent/R/library" = Sys.getlocale() ============================================================= [1] "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" = .Platform =================================================================== $OS.type [1] "windows" $file.sep [1] "/" $dynlib.ext [1] ".dll" $GUI [1] "RTerm" $endian [1] "little" $pkgType [1] "win.binary" $path.sep [1] ";" $r_arch [1] "x64" = .Machine ==================================================================== $double.eps [1] 2.220446e-16 $double.neg.eps [1] 1.110223e-16 $double.xmin [1] 2.225074e-308 $double.xmax [1] 1.797693e+308 $double.base [1] 2 $double.digits [1] 53 $double.rounding [1] 5 $double.guard [1] 0 $double.ulp.digits [1] -52 $double.neg.ulp.digits [1] -53 $double.exponent [1] 11 $double.min.exp [1] -1022 $double.max.exp [1] 1024 $integer.max [1] 2147483647 $sizeof.long [1] 4 $sizeof.longlong [1] 8 $sizeof.longdouble [1] 16 $sizeof.pointer [1] 8 $sizeof.time_t [1] 8 $longdouble.eps [1] 1.084202e-19 $longdouble.neg.eps [1] 5.421011e-20 $longdouble.digits [1] 64 $longdouble.rounding [1] 5 $longdouble.guard [1] 0 $longdouble.ulp.digits [1] -63 $longdouble.neg.ulp.digits [1] -64 $longdouble.exponent [1] 15 $longdouble.min.exp [1] -16382 $longdouble.max.exp [1] 16384 = getwd() ===================================================================== [1] "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" = tempdir() =================================================================== [1] "D:\\temp\\RtmpqaE6iC" = options() =================================================================== $CBoundsCheck [1] FALSE $HTTPUserAgent [1] "R (4.4.0 x86_64-w64-mingw32 x86_64 mingw32)" $OutDec [1] "." $PCRE_limit_recursion [1] NA $PCRE_study [1] FALSE $PCRE_use_JIT [1] TRUE $add.smooth [1] TRUE $browser [1] "false" $browserNLdisabled [1] FALSE $check.bounds [1] FALSE $citation.bibtex.max [1] 1 $continue [1] "+ " $contrasts unordered ordered "contr.treatment" "contr.poly" $defaultPackages [1] "datasets" "utils" "grDevices" "graphics" "stats" "methods" $demo.ask [1] "default" $deparse.cutoff [1] 60 $device function (file = if (onefile) "Rplots.pdf" else "Rplot%03d.pdf", width, height, onefile, family, title, fonts, version, paper, encoding, bg, fg, pointsize, pagecentre, colormodel, useDingbats, useKerning, fillOddEven, compress) { initPSandPDFfonts() new <- list() if (!missing(width)) new$width <- width if (!missing(height)) new$height <- height if (!missing(onefile)) new$onefile <- onefile if (!missing(title)) new$title <- title if (!missing(fonts)) new$fonts <- fonts if (!missing(version)) new$version <- version if (!missing(paper)) new$paper <- paper if (!missing(encoding)) new$encoding <- encoding if (!missing(bg)) new$bg <- bg if (!missing(fg)) new$fg <- fg if (!missing(pointsize)) new$pointsize <- pointsize if (!missing(pagecentre)) new$pagecentre <- pagecentre if (!missing(colormodel)) new$colormodel <- colormodel if (!missing(useDingbats)) new$useDingbats <- useDingbats if (!missing(useKerning)) new$useKerning <- useKerning if (!missing(fillOddEven)) new$fillOddEven <- fillOddEven if (!missing(compress)) new$compress <- compress old <- check.options(new, name.opt = ".PDF.Options", envir = .PSenv) if (!missing(family) && (inherits(family, "Type1Font") || inherits(family, "CIDFont"))) { enc <- family$encoding if (inherits(family, "Type1Font") && !is.null(enc) && enc != "default" && (is.null(old$encoding) || old$encoding == "default")) old$encoding <- enc family <- family$metrics } if (is.null(old$encoding) || old$encoding == "default") old$encoding <- guessEncoding() if (!missing(family)) { if (length(family) == 4L) { family <- c(family, "Symbol.afm") } else if (length(family) == 5L) { } else if (length(family) == 1L) { pf <- pdfFonts(family)[[1L]] if (is.null(pf)) stop(gettextf("unknown family '%s'", family), domain = NA) matchFont(pf, old$encoding) } else stop("invalid 'family' argument") old$family <- family } version <- old$version versions <- c("1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "2.0") if (version %in% versions) version <- as.integer(strsplit(version, "[.]")[[1L]]) else stop("invalid PDF version") onefile <- old$onefile if (!checkIntFormat(file)) stop(gettextf("invalid 'file' argument '%s'", file), domain = NA) .External(C_PDF, file, old$paper, old$family, old$encoding, old$bg, old$fg, old$width, old$height, old$pointsize, onefile, old$pagecentre, old$title, old$fonts, version[1L], version[2L], old$colormodel, old$useDingbats, old$useKerning, old$fillOddEven, old$compress) invisible() } $device.ask.default [1] FALSE $digits [1] 7 $echo [1] TRUE $editor [1] "notepad" $encoding [1] "native.enc" $example.ask [1] "default" $expressions [1] 5000 $help.search.types [1] "vignette" "demo" "help" $help.try.all.packages [1] FALSE $install.packages.compile.from.source [1] "interactive" $internet.info [1] 2 $keep.parse.data [1] TRUE $keep.parse.data.pkgs [1] FALSE $keep.source [1] FALSE $keep.source.pkgs [1] FALSE $locatorBell [1] TRUE $mailer [1] "mailto" $matprod [1] "default" $max.contour.segments [1] 25000 $max.print [1] 99999 $menu.graphics [1] TRUE $na.action [1] "na.omit" $nwarnings [1] 50 $pager [1] "internal" $papersize [1] "a4" $parallelly.makeNodePSOCK.autoKill [1] TRUE $parallelly.makeNodePSOCK.connectTimeout [1] 120 $parallelly.makeNodePSOCK.rscript_label [1] "TRUE" $parallelly.makeNodePSOCK.sessionInfo.pkgs [1] "TRUE" $parallelly.makeNodePSOCK.timeout [1] 120 $pdfviewer [1] "D:/RCompile/recent/R/bin/x64/open.exe" $pkgType [1] "both" $prompt [1] "> " $repos CRAN "@CRAN@" $scipen [1] 0 $show.coef.Pvalues [1] TRUE $show.error.messages [1] TRUE $show.signif.stars [1] TRUE $showErrorCalls [1] TRUE $showNCalls [1] 50 $showWarnCalls [1] FALSE $str $str$strict.width [1] "no" $str$digits.d [1] 3 $str$vec.len [1] 4 $str$list.len [1] 99 $str$deparse.lines NULL $str$drop.deparse.attr [1] TRUE $str$formatNum function (x, ...) format(x, trim = TRUE, drop0trailing = TRUE, ...) $str.dendrogram.last [1] "`" $timeout [1] 60 $ts.S.compat [1] FALSE $ts.eps [1] 1e-05 $unzip [1] "internal" $useFancyQuotes [1] FALSE $verbose [1] FALSE $warn [1] 0 $warnPartialMatchArgs [1] FALSE $warnPartialMatchAttr [1] FALSE $warnPartialMatchDollar [1] FALSE $warning.length [1] 1000 $width [1] 80 $windowsTimeouts [1] 100 500 = warnings() ================================================================== NULL =============================================================================== = SESSION DETAILS (STOP) =============================================================================== > print(sd, output = "message") =============================================================================== = SESSION DETAILS (BEGIN) =============================================================================== = Sys.time() ================================================================== [1] "2023-07-01 18:00:52 CEST" = sessionInfo() =============================================================== R Under development (unstable) (2023-06-30 r84625 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows Server 2022 x64 (build 20348) Matrix products: default locale: [1] LC_COLLATE=C LC_CTYPE=German_Germany.utf8 [3] LC_MONETARY=C LC_NUMERIC=C [5] LC_TIME=C time zone: Europe/Berlin tzcode source: internal attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] future_1.33.0 loaded via a namespace (and not attached): [1] compiler_4.4.0 parallelly_1.36.0 tools_4.4.0 parallel_4.4.0 [5] listenv_0.9.0 codetools_0.2-19 digest_0.6.33 globals_0.16.2 = commandArgs() =============================================================== [1] "D:\\RCompile\\recent\\R/bin/x64/Rterm.exe" [2] "-f" [3] "000.sessionDetails.R" [4] "--restore" [5] "--save" [6] "--vanilla" = Sys.info() ================================================================== sysname release version nodename machine "Windows" "Server x64" "build 20348" "CRANWIN3" "x86-64" login user effective_user "CRAN" "CRAN" "CRAN" = capabilities() ============================================================== jpeg png tiff tcltk X11 aqua TRUE TRUE TRUE TRUE FALSE FALSE http/ftp sockets libxml fifo cledit iconv TRUE TRUE FALSE TRUE FALSE TRUE NLS Rprof profmem cairo ICU long.double TRUE TRUE TRUE TRUE TRUE TRUE libcurl TRUE = .libPaths =================================================================== [1] "D:/temp/Rtmp67Lu9b/RLIBS_19fe819742e2c" [2] "D:/RCompile/recent/R/library" = Sys.getlocale() ============================================================= [1] "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" = .Platform =================================================================== $OS.type [1] "windows" $file.sep [1] "/" $dynlib.ext [1] ".dll" $GUI [1] "RTerm" $endian [1] "little" $pkgType [1] "win.binary" $path.sep [1] ";" $r_arch [1] "x64" = .Machine ==================================================================== $double.eps [1] 2.220446e-16 $double.neg.eps [1] 1.110223e-16 $double.xmin [1] 2.225074e-308 $double.xmax [1] 1.797693e+308 $double.base [1] 2 $double.digits [1] 53 $double.rounding [1] 5 $double.guard [1] 0 $double.ulp.digits [1] -52 $double.neg.ulp.digits [1] -53 $double.exponent [1] 11 $double.min.exp [1] -1022 $double.max.exp [1] 1024 $integer.max [1] 2147483647 $sizeof.long [1] 4 $sizeof.longlong [1] 8 $sizeof.longdouble [1] 16 $sizeof.pointer [1] 8 $sizeof.time_t [1] 8 $longdouble.eps [1] 1.084202e-19 $longdouble.neg.eps [1] 5.421011e-20 $longdouble.digits [1] 64 $longdouble.rounding [1] 5 $longdouble.guard [1] 0 $longdouble.ulp.digits [1] -63 $longdouble.neg.ulp.digits [1] -64 $longdouble.exponent [1] 15 $longdouble.min.exp [1] -16382 $longdouble.max.exp [1] 16384 = getwd() ===================================================================== [1] "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" = tempdir() =================================================================== [1] "D:\\temp\\RtmpqaE6iC" = options() =================================================================== $CBoundsCheck [1] FALSE $HTTPUserAgent [1] "R (4.4.0 x86_64-w64-mingw32 x86_64 mingw32)" $OutDec [1] "." $PCRE_limit_recursion [1] NA $PCRE_study [1] FALSE $PCRE_use_JIT [1] TRUE $add.smooth [1] TRUE $browser [1] "false" $browserNLdisabled [1] FALSE $check.bounds [1] FALSE $citation.bibtex.max [1] 1 $continue [1] "+ " $contrasts unordered ordered "contr.treatment" "contr.poly" $defaultPackages [1] "datasets" "utils" "grDevices" "graphics" "stats" "methods" $demo.ask [1] "default" $deparse.cutoff [1] 60 $device function (file = if (onefile) "Rplots.pdf" else "Rplot%03d.pdf", width, height, onefile, family, title, fonts, version, paper, encoding, bg, fg, pointsize, pagecentre, colormodel, useDingbats, useKerning, fillOddEven, compress) { initPSandPDFfonts() new <- list() if (!missing(width)) new$width <- width if (!missing(height)) new$height <- height if (!missing(onefile)) new$onefile <- onefile if (!missing(title)) new$title <- title if (!missing(fonts)) new$fonts <- fonts if (!missing(version)) new$version <- version if (!missing(paper)) new$paper <- paper if (!missing(encoding)) new$encoding <- encoding if (!missing(bg)) new$bg <- bg if (!missing(fg)) new$fg <- fg if (!missing(pointsize)) new$pointsize <- pointsize if (!missing(pagecentre)) new$pagecentre <- pagecentre if (!missing(colormodel)) new$colormodel <- colormodel if (!missing(useDingbats)) new$useDingbats <- useDingbats if (!missing(useKerning)) new$useKerning <- useKerning if (!missing(fillOddEven)) new$fillOddEven <- fillOddEven if (!missing(compress)) new$compress <- compress old <- check.options(new, name.opt = ".PDF.Options", envir = .PSenv) if (!missing(family) && (inherits(family, "Type1Font") || inherits(family, "CIDFont"))) { enc <- family$encoding if (inherits(family, "Type1Font") && !is.null(enc) && enc != "default" && (is.null(old$encoding) || old$encoding == "default")) old$encoding <- enc family <- family$metrics } if (is.null(old$encoding) || old$encoding == "default") old$encoding <- guessEncoding() if (!missing(family)) { if (length(family) == 4L) { family <- c(family, "Symbol.afm") } else if (length(family) == 5L) { } else if (length(family) == 1L) { pf <- pdfFonts(family)[[1L]] if (is.null(pf)) stop(gettextf("unknown family '%s'", family), domain = NA) matchFont(pf, old$encoding) } else stop("invalid 'family' argument") old$family <- family } version <- old$version versions <- c("1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "2.0") if (version %in% versions) version <- as.integer(strsplit(version, "[.]")[[1L]]) else stop("invalid PDF version") onefile <- old$onefile if (!checkIntFormat(file)) stop(gettextf("invalid 'file' argument '%s'", file), domain = NA) .External(C_PDF, file, old$paper, old$family, old$encoding, old$bg, old$fg, old$width, old$height, old$pointsize, onefile, old$pagecentre, old$title, old$fonts, version[1L], version[2L], old$colormodel, old$useDingbats, old$useKerning, old$fillOddEven, old$compress) invisible() } $device.ask.default [1] FALSE $digits [1] 7 $echo [1] TRUE $editor [1] "notepad" $encoding [1] "native.enc" $example.ask [1] "default" $expressions [1] 5000 $help.search.types [1] "vignette" "demo" "help" $help.try.all.packages [1] FALSE $install.packages.compile.from.source [1] "interactive" $internet.info [1] 2 $keep.parse.data [1] TRUE $keep.parse.data.pkgs [1] FALSE $keep.source [1] FALSE $keep.source.pkgs [1] FALSE $locatorBell [1] TRUE $mailer [1] "mailto" $matprod [1] "default" $max.contour.segments [1] 25000 $max.print [1] 99999 $menu.graphics [1] TRUE $na.action [1] "na.omit" $nwarnings [1] 50 $pager [1] "internal" $papersize [1] "a4" $parallelly.makeNodePSOCK.autoKill [1] TRUE $parallelly.makeNodePSOCK.connectTimeout [1] 120 $parallelly.makeNodePSOCK.rscript_label [1] "TRUE" $parallelly.makeNodePSOCK.sessionInfo.pkgs [1] "TRUE" $parallelly.makeNodePSOCK.timeout [1] 120 $pdfviewer [1] "D:/RCompile/recent/R/bin/x64/open.exe" $pkgType [1] "both" $prompt [1] "> " $repos CRAN "@CRAN@" $scipen [1] 0 $show.coef.Pvalues [1] TRUE $show.error.messages [1] TRUE $show.signif.stars [1] TRUE $showErrorCalls [1] TRUE $showNCalls [1] 50 $showWarnCalls [1] FALSE $str $str$strict.width [1] "no" $str$digits.d [1] 3 $str$vec.len [1] 4 $str$list.len [1] 99 $str$deparse.lines NULL $str$drop.deparse.attr [1] TRUE $str$formatNum function (x, ...) format(x, trim = TRUE, drop0trailing = TRUE, ...) $str.dendrogram.last [1] "`" $timeout [1] 60 $ts.S.compat [1] FALSE $ts.eps [1] 1e-05 $unzip [1] "internal" $useFancyQuotes [1] FALSE $verbose [1] FALSE $warn [1] 0 $warnPartialMatchArgs [1] FALSE $warnPartialMatchAttr [1] FALSE $warnPartialMatchDollar [1] FALSE $warning.length [1] 1000 $width [1] 80 $windowsTimeouts [1] 100 500 = warnings() ================================================================== NULL =============================================================================== = SESSION DETAILS (STOP) =============================================================================== > rm(list = "sd") > > proc.time() user system elapsed 0.25 0.01 0.25