Last updated on 2025-04-03 17:50:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.4 | 14.58 | 118.34 | 132.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.4 | 10.47 | 73.53 | 84.00 | 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 | 53.00 | OK | |||
r-devel-macos-x86_64 | 0.5.4 | 105.00 | OK | |||
r-devel-windows-x86_64 | 0.5.4 | 21.00 | 157.00 | 178.00 | OK | |
r-patched-linux-x86_64 | 0.5.4 | 15.23 | 111.06 | 126.29 | OK | |
r-release-linux-x86_64 | 0.5.4 | 13.71 | 109.61 | 123.32 | 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 | 20.00 | 151.00 | 171.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 | 20.00 | 190.00 | 210.00 | OK |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.