CRAN Package Check Results for Package tracerer

Last updated on 2024-11-25 09:50:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.3 9.62 36.48 46.10 NOTE
r-devel-linux-x86_64-debian-gcc 2.2.3 6.60 27.94 34.54 NOTE
r-devel-linux-x86_64-fedora-clang 2.2.3 82.73 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2.3 88.92 NOTE
r-devel-windows-x86_64 2.2.3 13.00 0.00 13.00 FAIL
r-patched-linux-x86_64 2.2.3 10.03 34.75 44.78 NOTE
r-release-linux-x86_64 2.2.3 8.16 35.28 43.44 NOTE
r-release-macos-arm64 2.2.3 32.00 NOTE
r-release-macos-x86_64 2.2.3 57.00 NOTE
r-release-windows-x86_64 2.2.3 11.00 83.00 94.00 NOTE
r-oldrel-macos-arm64 2.2.3 104.00 OK
r-oldrel-macos-x86_64 2.2.3 105.00 OK
r-oldrel-windows-x86_64 2.2.3 14.00 91.00 105.00 OK

Check Details

Version: 2.2.3
Check: Rd files
Result: NOTE checkRd: (-1) parse_beast_output_files.Rd:23: Lost braces 23 | item{\code{estimates}: parameter estimates} | ^ checkRd: (-1) parse_beast_output_files.Rd:24-28: Lost braces 24 | item{ | ^ checkRd: (-1) parse_beast_output_files.Rd:29-31: Lost braces 29 | item{\code{operators}: the BEAST2 MCMC operator | ^ checkRd: (-1) parse_beast_posterior.Rd:28: Lost braces 28 | item{\code{estimates}: parameter estimates} | ^ checkRd: (-1) parse_beast_posterior.Rd:29-33: Lost braces 29 | item{ | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 2.2.3
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ### Name: remove_burn_in > ### Title: Removed the burn-in from a trace > ### Aliases: remove_burn_in > > ### ** Examples > > # Create a trace from one to and including ten > v <- seq(1, 10) > > # Remove the first ten percent of its values, > # in this case removes the first value, which is one > w <- remove_burn_in(trace = v, burn_in_fraction = 0.1) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.48 0.33 2.81 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64