CRAN Package Check Results for Package rTwig

Last updated on 2025-12-20 15:51:01 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 77.47 185.64 263.11 ERROR
r-devel-linux-x86_64-debian-gcc 1.4.0 57.77 140.44 198.21 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.0 186.00 298.57 484.57 ERROR
r-devel-linux-x86_64-fedora-gcc 1.4.0 174.00 426.51 600.51 OK
r-devel-windows-x86_64 1.4.0 102.00 295.00 397.00 OK
r-patched-linux-x86_64 1.4.0 85.25 243.33 328.58 OK
r-release-linux-x86_64 1.4.0 84.33 243.29 327.62 OK
r-release-macos-arm64 1.4.0 OK
r-release-macos-x86_64 1.4.0 47.00 172.00 219.00 OK
r-release-windows-x86_64 1.4.0 102.00 293.00 395.00 OK
r-oldrel-macos-arm64 1.4.0 NOTE
r-oldrel-macos-x86_64 1.4.0 48.00 184.00 232.00 NOTE
r-oldrel-windows-x86_64 1.4.0 115.00 401.00 516.00 OK

Check Details

Version: 1.4.0
Check: compiled code
Result: NOTE File ‘rTwig/libs/rTwig.so’: Found non-API call to R: ‘ATTRIB’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘rTwig-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: cluster_cloud > ### Title: Cluster Cloud > ### Aliases: cluster_cloud > > ### ** Examples > > > ## Load Data > file <- system.file("extdata/QSM.mat", package = "rTwig") > file2 <- system.file("extdata/cloud.txt", package = "rTwig") > > qsm <- run_rtwig(file, twig_radius = 4.23, metrics = FALSE) Importing TreeQSM Updating Cylinder Ordering Calculating Total Children Building Cylinder Network Caching Network Verifying Topology Calculating Growth Length Calculating Reverse Branch Order Error in `[.data.table`(~.df, , `:=`(c("depth", "reverseBranchOrder"), : attempt access index 4/4 in VECTOR_ELT Calls: run_rtwig ... mutate -> mutate.tidytable -> eval_tidy -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.4.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘Box-Dimension.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Box-Dimension.Rmd’ --- re-building ‘Dictionary.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Dictionary.Rmd’ --- re-building ‘Metrics.Rmd’ using rmarkdown Quitting from Metrics.Rmd:41-50 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 4/4 in VECTOR_ELT --- Backtrace: ▆ 1. ├─rTwig::run_rtwig(file, twig_radius = 4.23, metrics = FALSE) 2. │ └─rTwig::update_cylinders(cylinder) 3. │ └─rTwig:::reverse_branch_order(...) 4. │ └─... %>% rename({{ id }} := "id") 5. ├─tidytable::rename(...) 6. ├─tidytable::summarise(...) 7. ├─tidytable::group_by(., "id") 8. ├─tidytable::mutate(...) 9. ├─tidytable:::mutate.grouped_tt(...) 10. │ ├─tidytable::mutate(...) 11. │ └─tidytable:::mutate.tidytable(...) 12. │ └─rlang::eval_tidy(dt_expr, .df, dt_env) 13. ├─...[] 14. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Metrics.Rmd' failed with diagnostics: attempt access index 4/4 in VECTOR_ELT --- failed re-building ‘Metrics.Rmd’ --- re-building ‘Overview.Rmd’ using rmarkdown Quitting from Overview.Rmd:141-147 [unnamed-chunk-12] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 4/4 in VECTOR_ELT --- Backtrace: ▆ 1. ├─rTwig::update_cylinders(cylinder) 2. │ └─rTwig:::reverse_branch_order(...) 3. │ └─... %>% rename({{ id }} := "id") 4. ├─tidytable::rename(...) 5. ├─tidytable::summarise(...) 6. ├─tidytable::group_by(., "id") 7. ├─tidytable::mutate(...) 8. ├─tidytable:::mutate.grouped_tt(...) 9. │ ├─tidytable::mutate(...) 10. │ └─tidytable:::mutate.tidytable(...) 11. │ └─rlang::eval_tidy(dt_expr, .df, dt_env) 12. ├─...[] 13. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Overview.Rmd' failed with diagnostics: attempt access index 4/4 in VECTOR_ELT --- failed re-building ‘Overview.Rmd’ --- re-building ‘Twigs.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Twigs.Rmd’ --- re-building ‘Validation.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Validation.Rmd’ SUMMARY: processing the following files failed: ‘Metrics.Rmd’ ‘Overview.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘rTwig-Ex.R’ failed The error most likely occurred in: > ### Name: cluster_cloud > ### Title: Cluster Cloud > ### Aliases: cluster_cloud > > ### ** Examples > > > ## Load Data > file <- system.file("extdata/QSM.mat", package = "rTwig") > file2 <- system.file("extdata/cloud.txt", package = "rTwig") > > qsm <- run_rtwig(file, twig_radius = 4.23, metrics = FALSE) Importing TreeQSM Updating Cylinder Ordering Calculating Total Children Building Cylinder Network Caching Network Verifying Topology Calculating Growth Length Calculating Reverse Branch Order Error in `[.data.table`(~.df, , `:=`(c("depth", "reverseBranchOrder"), : attempt access index 4/4 in VECTOR_ELT Calls: run_rtwig ... mutate -> mutate.tidytable -> eval_tidy -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.4.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Box-Dimension.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Box-Dimension.Rmd’ --- re-building ‘Dictionary.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Dictionary.Rmd’ --- re-building ‘Metrics.Rmd’ using rmarkdown Quitting from Metrics.Rmd:41-50 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 4/4 in VECTOR_ELT --- Backtrace: ▆ 1. ├─rTwig::run_rtwig(file, twig_radius = 4.23, metrics = FALSE) 2. │ └─rTwig::update_cylinders(cylinder) 3. │ └─rTwig:::reverse_branch_order(...) 4. │ └─... %>% rename({{ id }} := "id") 5. ├─tidytable::rename(...) 6. ├─tidytable::summarise(...) 7. ├─tidytable::group_by(., "id") 8. ├─tidytable::mutate(...) 9. ├─tidytable:::mutate.grouped_tt(...) 10. │ ├─tidytable::mutate(...) 11. │ └─tidytable:::mutate.tidytable(...) 12. │ └─rlang::eval_tidy(dt_expr, .df, dt_env) 13. ├─...[] 14. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Metrics.Rmd' failed with diagnostics: attempt access index 4/4 in VECTOR_ELT --- failed re-building ‘Metrics.Rmd’ --- re-building ‘Overview.Rmd’ using rmarkdown Quitting from Overview.Rmd:141-147 [unnamed-chunk-12] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 4/4 in VECTOR_ELT --- Backtrace: ▆ 1. ├─rTwig::update_cylinders(cylinder) 2. │ └─rTwig:::reverse_branch_order(...) 3. │ └─... %>% rename({{ id }} := "id") 4. ├─tidytable::rename(...) 5. ├─tidytable::summarise(...) 6. ├─tidytable::group_by(., "id") 7. ├─tidytable::mutate(...) 8. ├─tidytable:::mutate.grouped_tt(...) 9. │ ├─tidytable::mutate(...) 10. │ └─tidytable:::mutate.tidytable(...) 11. │ └─rlang::eval_tidy(dt_expr, .df, dt_env) 12. ├─...[] 13. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Overview.Rmd' failed with diagnostics: attempt access index 4/4 in VECTOR_ELT --- failed re-building ‘Overview.Rmd’ --- re-building ‘Twigs.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Twigs.Rmd’ --- re-building ‘Validation.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘Validation.Rmd’ SUMMARY: processing the following files failed: ‘Metrics.Rmd’ ‘Overview.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.4.0
Check: installed package size
Result: NOTE installed size is 7.6Mb sub-directories of 1Mb or more: extdata 1.0Mb libs 5.3Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64