CRAN Package Check Results for Maintainer ‘Sebastian Krantz <sebastian.krantz at graduateinstitute.ch>’

Last updated on 2025-12-26 17:49:18 CET.

Package ERROR NOTE OK
africamonitor 10 3
collapse 3 6 4
dfms 4 9
dggridR 12 1
fastverse 2 11
osmclass 13
samadb 13
ugatsdb 13

Package africamonitor

Current CRAN status: NOTE: 10, OK: 3

Version: 0.2.4
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘am_data.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package collapse

Current CRAN status: ERROR: 3, NOTE: 6, OK: 4

Version: 2.1.5
Check: compiled code
Result: NOTE File ‘collapse/libs/collapse.so’: Found non-API calls to R: ‘ATTRIB’, ‘SET_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, r-devel-linux-x86_64-fedora-gcc

Version: 2.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [214s/268s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # rm(list = ls()) > # Sys.setenv(R_TESTS = "") > library(testthat) > options(collapse_export_F = TRUE) > # library(collapse) > > test_check("collapse") Loading required package: collapse collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation` Attaching package: 'collapse' The following object is masked from 'package:stats': D [ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • Sys.getenv("OMP") == "TRUE" is not TRUE (1): 'test-miscellaneous-issues.R:434:3' • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ── Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker. Backtrace: ▆ 1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. ├─dt[, `:=`(new, 1)] 10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1)) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [140s/154s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # rm(list = ls()) > # Sys.setenv(R_TESTS = "") > library(testthat) > options(collapse_export_F = TRUE) > # library(collapse) > > test_check("collapse") Loading required package: collapse collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation` Attaching package: 'collapse' The following object is masked from 'package:stats': D [ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • Sys.getenv("OMP") == "TRUE" is not TRUE (1): 'test-miscellaneous-issues.R:434:3' • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ── Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker. Backtrace: ▆ 1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. ├─dt[, `:=`(new, 1)] 10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1)) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.5
Check: compiled code
Result: NOTE File 'collapse/libs/x64/collapse.dll': Found non-API calls to R: 'ATTRIB', 'SET_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. Flavor: r-devel-windows-x86_64

Version: 2.1.5
Check: tests
Result: ERROR Running 'testthat.R' [232s] Running the tests in 'tests/testthat.R' failed. Complete output: > # rm(list = ls()) > # Sys.setenv(R_TESTS = "") > library(testthat) > options(collapse_export_F = TRUE) > # library(collapse) > > test_check("collapse") Loading required package: collapse collapse 2.1.5, see ?`collapse-package` or ?`collapse-documentation` Attaching package: 'collapse' The following object is masked from 'package:stats': D [ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • Sys.getenv("OMP") == "TRUE" is not TRUE (1): 'test-miscellaneous-issues.R:434:3' • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-data.table.R:216:3'): creating columns and printing works after passing a data.table through collapse functions ── Error in ``[.data.table`(dt, , `:=`(new, 1))`: Internal error in assign: selfrefnames is ok but maxLength(names) [12] != maxLength(dt) [1036]. Please report to the data.table issues tracker. Backtrace: ▆ 1. ├─testthat::expect_silent(dt[, `:=`(new, 1)]) at test-data.table.R:216:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. ├─dt[, `:=`(new, 1)] 10. └─data.table:::`[.data.table`(dt, , `:=`(new, 1)) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 17726 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 2.1.5
Check: installed package size
Result: NOTE installed size is 22.3Mb sub-directories of 1Mb or more: R 2.0Mb libs 18.2Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package dfms

Current CRAN status: NOTE: 4, OK: 9

Version: 0.3.2
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘Rcpp’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.2
Check: installed package size
Result: NOTE installed size is 6.3Mb sub-directories of 1Mb or more: doc 2.1Mb libs 3.8Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package dggridR

Current CRAN status: NOTE: 12, OK: 1

Version: 3.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Sebastian Krantz <sebastian.krantz@graduateinstitute.ch>’ The BugReports field in DESCRIPTION has https://github.com/r-barnes/dggridR/ which should likely be https://github.com/r-barnes/dggridR/issues instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 3.1.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘dggridR.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 3.1.0
Check: installed package size
Result: NOTE installed size is 16.9Mb sub-directories of 1Mb or more: doc 1.5Mb libs 15.0Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package fastverse

Current CRAN status: NOTE: 2, OK: 11

Version: 0.3.4
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘collapse’ ‘data.table’ ‘kit’ ‘magrittr’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package osmclass

Current CRAN status: OK: 13

Package samadb

Current CRAN status: OK: 13

Package ugatsdb

Current CRAN status: OK: 13

mirror server hosted at Truenetwork, Russian Federation.