CRAN Package Check Results for Package NlsyLinks

Last updated on 2024-09-01 07:49:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.1 3.98 98.75 102.73 OK
r-devel-linux-x86_64-debian-gcc 2.2.1 3.02 65.29 68.31 OK
r-devel-linux-x86_64-fedora-clang 2.2.1 180.88 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2.1 186.93 NOTE
r-devel-windows-x86_64 2.2.1 6.00 112.00 118.00 NOTE
r-patched-linux-x86_64 2.2.1 4.79 96.84 101.63 OK
r-release-linux-x86_64 2.2.1 4.10 95.33 99.43 OK
r-release-macos-arm64 2.2.1 64.00 OK
r-release-macos-x86_64 2.2.1 95.00 OK
r-release-windows-x86_64 2.2.1 7.00 112.00 119.00 OK
r-oldrel-macos-arm64 2.2.1 63.00 OK
r-oldrel-macos-x86_64 2.2.1 150.00 OK
r-oldrel-windows-x86_64 2.2.1 8.00 144.00 152.00 OK

Check Details

Version: 2.2.1
Check: tests
Result: NOTE Running ‘spelling.R’ Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...3,9c3,6 < > if (requireNamespace("spelling", quietly = TRUE)) { < + spelling::spell_check_test( < + vignettes = TRUE, error = FALSE, < + skip_on_cran = TRUE < + ) < + } < NULL --- > > if(requireNamespace('spelling', quietly = TRUE)) > + spelling::spell_check_test(vignettes = TRUE, error = FALSE, > + skip_on_cran = TRUE) > All Done! Running ‘testthat.R’ [15s/40s] Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.2.1
Check: tests
Result: NOTE Running ‘spelling.R’ Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...3,9c3,6 < > if (requireNamespace("spelling", quietly = TRUE)) { < + spelling::spell_check_test( < + vignettes = TRUE, error = FALSE, < + skip_on_cran = TRUE < + ) < + } < NULL --- > > if(requireNamespace('spelling', quietly = TRUE)) > + spelling::spell_check_test(vignettes = TRUE, error = FALSE, > + skip_on_cran = TRUE) > All Done! Running ‘testthat.R’ [15s/39s] Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.2.1
Check: tests
Result: NOTE Running 'spelling.R' [0s] Comparing 'spelling.Rout' to 'spelling.Rout.save' ...3,9c3,6 < > if (requireNamespace("spelling", quietly = TRUE)) { < + spelling::spell_check_test( < + vignettes = TRUE, error = FALSE, < + skip_on_cran = TRUE < + ) < + } < NULL --- > > if(requireNamespace('spelling', quietly = TRUE)) > + spelling::spell_check_test(vignettes = TRUE, error = FALSE, > + skip_on_cran = TRUE) > All Done! Running 'testthat.R' [8s] Flavor: r-devel-windows-x86_64