CRAN Package Check Results for Package psychTools

Last updated on 2023-11-28 05:52:01 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.9 6.06 242.18 248.24 NOTE
r-devel-linux-x86_64-debian-gcc 2.3.9 3.61 176.65 180.26 NOTE
r-devel-linux-x86_64-fedora-clang 2.3.9 309.03 OK
r-devel-linux-x86_64-fedora-gcc 2.3.9 317.49 OK
r-devel-windows-x86_64 2.3.9 6.00 367.00 373.00 OK
r-patched-linux-x86_64 2.3.9 11.63 233.22 244.85 OK
r-release-linux-x86_64 2.3.9 6.26 231.39 237.65 OK
r-release-macos-arm64 2.3.9 138.00 OK
r-release-macos-x86_64 2.3.9 445.00 OK
r-release-windows-x86_64 2.3.9 8.00 371.00 379.00 OK
r-oldrel-macos-arm64 2.3.9 126.00 OK
r-oldrel-macos-x86_64 2.3.9 236.00 OK
r-oldrel-windows-x86_64 2.3.9 8.00 372.00 380.00 OK

Check Details

Version: 2.3.9
Check: Rd files
Result: NOTE checkRd: (-1) read.clipboard.Rd:62: Lost braces 62 | \details{A typical session of R might involve data stored in text files, generated online, etc. Although it is easy to just read from a file (particularly if using \code{\link{read.file}}, an alternative is to use one's local system to copy from the file to the clipboard and then read from the clipboard \code{\link{read.clipboard}}. This is very convenient (and somewhat more intuitive to the naive user). This is particularly convenient when copying from a text book or article and just moving a section of text into R.) However, copying from a file and then reading the clipboard is hard to automate in a script. Thus, code{\link{read.file}} will read from a file. | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc