Last updated on 2025-04-01 09:55:36 CEST.
Package | ERROR | OK |
---|---|---|
tinycodet | 1 | 14 |
Current CRAN status: ERROR: 1, OK: 14
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