Last updated on 2026-04-25 00:50:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 44.04 | 89.34 | 133.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 28.32 | 68.08 | 96.40 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 78.00 | 147.49 | 225.49 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 80.00 | 147.38 | 227.38 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 37.82 | 83.39 | 121.21 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 31.59 | 83.22 | 114.81 | OK | |
| r-release-macos-arm64 | 0.2.3 | 8.00 | 28.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 26.00 | 57.00 | 83.00 | ERROR | |
| r-release-windows-x86_64 | 0.2.3 | 56.00 | 114.00 | 170.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | 6.00 | 26.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.3 | 25.00 | 94.00 | 119.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 42.00 | 121.00 | 163.00 | OK |
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘WRI-Ex.R’ failed
The error most likely occurred in:
> ### Name: WARp
> ### Title: WAR(p) models: estimation and forecast
> ### Aliases: WARp
>
> ### ** Examples
>
> # Simulate a density time series represented in quantile functions
> # warSimData$sample.ts: A sample TS of quantile functions of length 100, taken from
> # the simulation experiments in Section 4 of Zhang et al. 2022.
>
> # warSimData$quantile.grid: The grid over which quantile functions in sample.ts are evaluated.
>
> warSimData <- warSim()
>
> p <- 3
> dSup <- seq(-2, 2, 0.02)
> expSup <- seq(-2, 2, 0.1)
>
> # Estimation: fit a WAR(3) model
> WARp_obj <- WARp(warSimData$sample.ts, warSimData$quantile.grid, p)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Calls: WARp ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(WRI)
>
> test_check("WRI")
Saving _problems/test-den2Q_dq-16.R
Saving _problems/test-wass_regress-30.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-den2Q_dq.R:16:9'): function den2Q_dq works for standard normal distribution ──
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─WRI::den2Q_qd(densityCurves, dSup, t_vec) at test-den2Q_dq.R:16:9
2. │ └─base::sapply(...)
3. │ └─base::lapply(X = X, FUN = FUN, ...)
4. │ └─WRI (local) FUN(X[[i]], ...)
5. └─base::loadNamespace(x)
6. ├─base::namespaceImportFrom(...)
7. │ └─base::asNamespace(ns)
8. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9. ├─base::namespaceImportFrom(...)
10. │ └─base::asNamespace(ns)
11. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
12. └─base::library.dynam(lib, package, package.lib)
13. └─base::dyn.load(file, DLLpath = DLLpath, ...)
── Error ('test-wass_regress.R:30:9'): function wass_regress works for a trivial example ──
Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
Backtrace:
▆
1. ├─testthat::expect_equal(wass_R2(res), 0.974, tolerance = 0.01) at test-wass_regress.R:30:9
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─WRI::wass_R2(res)
5. │ └─base::sapply(...)
6. │ └─base::lapply(X = X, FUN = FUN, ...)
7. │ └─WRI (local) FUN(X[[i]], ...)
8. └─base::loadNamespace(x)
9. ├─base::namespaceImportFrom(...)
10. │ └─base::asNamespace(ns)
11. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
12. ├─base::namespaceImportFrom(...)
13. │ └─base::asNamespace(ns)
14. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
15. └─base::library.dynam(lib, package, package.lib)
16. └─base::dyn.load(file, DLLpath = DLLpath, ...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘WRI-vignette.Rmd’ using rmarkdown
strokeCTdensity package:WRI R Documentation
_<08>S_<08>t_<08>r_<08>o_<08>k_<08>e _<08>d_<08>a_<08>t_<08>a: _<08>c_<08>l_<08>i_<08>n_<08>i_<08>c_<08>a_<08>l, _<08>r_<08>a_<08>d_<08>i_<08>o_<08>l_<08>o_<08>g_<08>i_<08>c_<08>a_<08>l _<08>s_<08>c_<08>a_<08>l_<08>a_<08>r _<08>v_<08>a_<08>r_<08>i_<08>a_<08>b_<08>l_<08>e_<08>s _<08>a_<08>n_<08>d _<08>d_<08>e_<08>n_<08>s_<08>i_<08>t_<08>y _<08>c_<08>u_<08>r_<08>v_<08>e_<08>s
_<08>o_<08>f _<08>t_<08>h_<08>e _<08>h_<08>e_<08>m_<08>a_<08>t_<08>o_<08>m_<08>a _<08>o_<08>f _<08>3_<08>9_<08>3 _<08>s_<08>t_<08>r_<08>o_<08>k_<08>e _<08>p_<08>a_<08>t_<08>i_<08>e_<08>n_<08>t_<08>s
_<08>D_<08>e_<08>s_<08>c_<08>r_<08>i_<08>p_<08>t_<08>i_<08>o_<08>n:
Stroke data: clinical, radiological scalar variables and density
curves of the hematoma of 393 stroke patients
_<08>F_<08>o_<08>r_<08>m_<08>a_<08>t:
a list of the following three fields:
densityCurve:
393-by-101 head CT hematoma densities as distributional
response
densitySupport:
length 101 common support vector
predictors:
393-by-9 matrix containing 9 scalar predictors
_<08>R_<08>e_<08>f_<08>e_<08>r_<08>e_<08>n_<08>c_<08>e_<08>s:
'Wasserstein F-tests and confidence bands for the Frechet
regression of density response curves, Alexander Petersen, Xi Liu
and Afshin A. Divani, 2019'
Quitting from WRI-vignette.Rmd:56-59 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `dyn.load()`:
! unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
---
Backtrace:
▆
1. ├─WRI::den2Q_qd(densityCurves, dSup, t_vec = seq(0, 1, length.out = 120))
2. │ └─base::sapply(...)
3. │ └─base::lapply(X = X, FUN = FUN, ...)
4. │ └─WRI (local) FUN(X[[i]], ...)
5. └─base::loadNamespace(x)
6. ├─base::namespaceImportFrom(...)
7. │ └─base::asNamespace(ns)
8. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9. ├─base::namespaceImportFrom(...)
10. │ └─base::asNamespace(ns)
11. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
12. └─base::library.dynam(lib, package, package.lib)
13. └─base::dyn.load(file, DLLpath = DLLpath, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'WRI-vignette.Rmd' failed with diagnostics:
unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so':
dlopen(/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so, 0x0006): Symbol not found: _IS_GROWABLE
Referenced from: <A2E3C2EA-FFF1-35E6-9621-C23F120F8433> /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/data.table/libs/data_table.so
Expected in: <0A9590E7-21FF-3C2D-B0BD-160A5BF4B716> /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/lib/libR.dylib
--- failed re-building ‘WRI-vignette.Rmd’
SUMMARY: processing the following file failed:
‘WRI-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64