CRAN Package Check Results for Package tinycodet

Last updated on 2025-04-06 10:52:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.4 15.33 118.13 133.46 OK
r-devel-linux-x86_64-debian-gcc 0.5.4 10.86 72.60 83.46 OK
r-devel-linux-x86_64-fedora-clang 0.5.6 225.42 OK
r-devel-linux-x86_64-fedora-gcc 0.5.4 208.60 ERROR
r-devel-macos-arm64 0.5.6 59.00 OK
r-devel-macos-x86_64 0.5.6 133.00 OK
r-devel-windows-x86_64 0.5.6 20.00 159.00 179.00 OK
r-patched-linux-x86_64 0.5.4 14.17 111.78 125.95 OK
r-release-linux-x86_64 0.5.4 14.09 109.55 123.64 OK
r-release-macos-arm64 0.5.6 58.00 OK
r-release-macos-x86_64 0.5.6 164.00 OK
r-release-windows-x86_64 0.5.4 22.00 147.00 169.00 OK
r-oldrel-macos-arm64 0.5.6 53.00 OK
r-oldrel-macos-x86_64 0.5.6 146.00 OK
r-oldrel-windows-x86_64 0.5.4 19.00 193.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