CRAN Package Check Results for Package tinycodet

Last updated on 2025-03-31 22:54:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.4 14.87 118.55 133.42 OK
r-devel-linux-x86_64-debian-gcc 0.5.4 11.13 72.07 83.20 OK
r-devel-linux-x86_64-fedora-clang 0.5.4 231.15 OK
r-devel-linux-x86_64-fedora-gcc 0.5.4 210.99 ERROR
r-devel-macos-arm64 0.5.4 48.00 OK
r-devel-macos-x86_64 0.5.4 105.00 OK
r-devel-windows-x86_64 0.5.4 21.00 152.00 173.00 OK
r-patched-linux-x86_64 0.5.4 15.23 111.84 127.07 OK
r-release-linux-x86_64 0.5.4 13.91 110.97 124.88 OK
r-release-macos-arm64 0.5.4 52.00 OK
r-release-macos-x86_64 0.5.4 133.00 OK
r-release-windows-x86_64 0.5.4 21.00 152.00 173.00 OK
r-oldrel-macos-arm64 0.5.4 OK
r-oldrel-macos-x86_64 0.5.4 111.00 OK
r-oldrel-windows-x86_64 0.5.4 22.00 190.00 212.00 OK

Check Details

Version: 0.5.4
Check: examples
Result: ERROR Running examples in ‘tinycodet-Ex.R’ failed The error most likely occurred in: > ### Name: import_as > ### Title: Import R-package, its Re-exports, Dependencies, and/or > ### Extensions, Under a Single Alias > ### Aliases: import_as > > ### ** Examples > > ## Don't show: > if (all(c("data.table", "tidytable") %installed in% .libPaths())) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + all(c("data.table", "tidytable") %installed in% .libPaths()) + + import_as( # this creates the 'tdt.' object + "tdt.", "tidytable", dependencies = "data.table" + ) + # same as: + import_as( + ~ tdt., "tidytable", dependencies = "data.table" + ) + + + ## Don't show: + }) # examplesIf > all(c("data.table", "tidytable") %installed in% .libPaths()) [1] TRUE > import_as("tdt.", "tidytable", dependencies = "data.table") Importing packages and registering methods... Error in .rcpp_prep_ns(ns, names_functions, package) : cannot set attribute on a 'builtin' Calls: <Anonymous> ... .internal_get_foreignexports_ns -> .internal_prep_Namespace -> .rcpp_prep_ns Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc