--- /tmp/r-cran-r.rsp-0.44.0+ds-2hwns8bd2/debian/r-cran-r.rsp_0.44.0+ds-2_all.deb +++ r-cran-r.rsp_0.44.0+ds-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-12-12 01:17:40.000000 debian-binary │ -rw-r--r-- 0 0 0 6052 2021-12-12 01:17:40.000000 control.tar.xz │ --rw-r--r-- 0 0 0 1544640 2021-12-12 01:17:40.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 1544608 2021-12-12 01:17:40.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -18,15 +18,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 47651 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/NEWS │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/R/ │ │ │ -rw-r--r-- 0 root (0) root (0) 1058 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/R/R.rsp │ │ │ -rw-r--r-- 0 root (0) root (0) 472646 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/R/R.rsp.rdb │ │ │ -rw-r--r-- 0 root (0) root (0) 6392 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/R/R.rsp.rdx │ │ │ -rw-r--r-- 0 root (0) root (0) 2369 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/WORDLIST │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/ │ │ │ --rw-r--r-- 0 root (0) root (0) 244252 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/Dynamic_document_creation_using_RSP.pdf │ │ │ +-rw-r--r-- 0 root (0) root (0) 244250 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/Dynamic_document_creation_using_RSP.pdf │ │ │ -rw-r--r-- 0 root (0) root (0) 72532 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/Dynamic_document_creation_using_RSP.tex.rsp │ │ │ -rw-r--r-- 0 root (0) root (0) 21484 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/RSP_intro.html │ │ │ -rw-r--r-- 0 root (0) root (0) 11638 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/RSP_intro.html.rsp │ │ │ -rw-r--r-- 0 root (0) root (0) 126914 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/RSP_refcard.pdf │ │ │ -rw-r--r-- 0 root (0) root (0) 9507 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/RSP_refcard.tex.rsp │ │ │ -rw-r--r-- 0 root (0) root (0) 2677 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/R_packages-LaTeX_vignettes.ltx │ │ │ -rw-r--r-- 0 root (0) root (0) 50101 2021-12-12 01:17:40.000000 ./usr/lib/R/site-library/R.rsp/doc/R_packages-LaTeX_vignettes.pdf │ │ ├── ./usr/lib/R/site-library/R.rsp/doc/Dynamic_document_creation_using_RSP.pdf │ │ │ ├── pdftotext {} - │ │ │ │ @@ -449,15 +449,15 @@ │ │ │ │ 2.3.2 │ │ │ │ │ │ │ │ Inlining values of variables and expressions (<%=⟨code chunk⟩%>) │ │ │ │ │ │ │ │ The RSP markup <%=⟨code chunk⟩%> evaluates the code chunk (without inserting the code itself into the │ │ │ │ document) and inserts the character representation5 of the returned object. For instance, │ │ │ │ Today’s date is <%=Sys.Date()%> │ │ │ │ -would produce the string ‘Today’s date is 2021-12-12’. If inlining a vector of values, they are all pasted │ │ │ │ +would produce the string ‘Today’s date is 2021-12-26’. If inlining a vector of values, they are all pasted │ │ │ │ together without a separator. For example, │ │ │ │ The letters of the alphabet are ’<%=LETTERS%>’ │ │ │ │ produces “The letters the alphabet are ’ABCDEFGHIJKLMNOPQRSTUVWXYZ’”. To separate the elements with commas, use <%=paste(LETTERS, collapse=", ")%>. Alternatively, use <%=hpaste(LETTERS)%> │ │ │ │ to output ‘A, B, C, ..., Z’6 . │ │ │ │ Remark: When inlining results, the ⟨code chunk⟩ must be a complete and valid R expression, otherwise │ │ │ │ it would not be able to evaluate it and return the result. │ │ │ │ │ │ │ │ @@ -996,15 +996,15 @@ │ │ │ │ + │ │ │ │ cat("Iteration #", kk, "\n", sep = "") │ │ │ │ + } │ │ │ │ Iteration #1 │ │ │ │ Iteration #2 │ │ │ │ Iteration #3 │ │ │ │ > print(Sys.time()) │ │ │ │ -[1] "2021-12-12 01:38:44 UTC" │ │ │ │ +[1] "2021-12-26 06:05:35 UTC" │ │ │ │ > type <- "horse" │ │ │ │ > type │ │ │ │ [1] "horse" │ │ │ │ By adding arguments code=FALSE and/or output=FALSE to withCapture() one can control whether the │ │ │ │ deparsed R source code and/or the output of each subexpression is captured or not. │ │ │ │ Remark: The R.utils package has to be attached for withCapture() to be available, e.g. │ │ │ │ library("R.utils") %>. │ │ │ │ @@ -1059,12 +1059,12 @@ │ │ │ │ • BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0 │ │ │ │ • LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0 │ │ │ │ • Base packages: base, datasets, graphics, grDevices, methods, stats, utils │ │ │ │ • Other packages: R.devices 2.17.0, R.methodsS3 1.8.1, R.oo 1.24.0, R.rsp 0.44.0 │ │ │ │ • Loaded via a namespace (and not attached): base64enc 0.1-3, compiler 4.1.2, digest 0.6.29, │ │ │ │ R.cache 0.15.0, R.utils 2.11.0, tools 4.1.2 │ │ │ │ This report was automatically generated using rfile() of the R.rsp package. Total processing time after │ │ │ │ -RSP-to-R translation was 0.21 secs. │ │ │ │ +RSP-to-R translation was 0.2 secs. │ │ │ │ │ │ │ │ 19 │ │ ├── ./usr/lib/R/site-library/R.rsp/doc/RSP_intro.html │ │ │ @@ -397,15 +397,15 @@ │ │ │ [1] R.devices_2.17.0 R.rsp_0.44.0 R.oo_1.24.0 R.methodsS3_1.8.1 │ │ │ │ │ │ loaded via a namespace (and not attached): │ │ │ [1] compiler_4.1.2 markdown_1.1 tools_4.1.2 base64enc_0.1-3 │ │ │ [5] xfun_0.28 digest_0.6.29 R.cache_0.15.0 R.utils_2.11.0 │ │ │ ``` │ │ │ │ │ │ -These slides were generated using `R.rsp::rfile()` in 0.08 secs. │ │ │ +These slides were generated using `R.rsp::rfile()` in 0.43 secs. │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ │ │