R Under development (unstable) (2024-01-28 r85838 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > # Find all RSP files > path <- system.file("rsp_tests_online", package="R.rsp") > pathnames <- list.files(path=path, pattern="[.]R$", full.names=TRUE) > pathnames <- pathnames[file_test("-f", pathnames)] > > for (kk in seq_along(pathnames)) { + source(pathnames[kk], echo=TRUE) + } > library("R.rsp") R.rsp v0.46.0 successfully loaded. See ?R.rsp for help. > if (Sys.getenv("_R_CHECK_FULL_") != "" && isCapableOf(R.rsp, + "asciidoc")) { + type <- "application/x-asciidoc" + urlPath <- "http://w ..." ... [TRUNCATED] > library("R.rsp") > if (Sys.getenv("_R_CHECK_FULL_") != "" && isCapableOf(R.rsp, + "knitr")) { + urlPath <- "https://raw.github.com/yihui" + filenames <- c .... [TRUNCATED] > library("R.rsp") > if (Sys.getenv("_R_CHECK_FULL_") != "" && isCapableOf(R.rsp, + "latex")) { + urlPath <- "http://www.latex-project.org/help/documentation" + .... [TRUNCATED] > library("R.rsp") > if (Sys.getenv("_R_CHECK_FULL_") != "" && isCapableOf(R.rsp, + "markdown")) { + type <- "application/x-markdown" + urlPath <- "https:// ..." ... [TRUNCATED] > library("R.rsp") > if (Sys.getenv("_R_CHECK_FULL_") != "" && isCapableOf(R.rsp, + "latex")) { + urls <- "http://r-forge.r-project.org/scm/viewvc.php/*checkout ..." ... [TRUNCATED] > > proc.time() user system elapsed 0.32 0.09 0.40