CRAN Package Check Results for Maintainer ‘Dewey Dunnington <dewey at dunnington.ca>’

Last updated on 2024-06-24 11:56:58 CEST.

Package ERROR NOTE OK
adbcdrivermanager 3 10
adbcpostgresql 7 6
adbcsqlite 4 9
geoarrow 13
nanoarrow 13

Package adbcdrivermanager

Current CRAN status: ERROR: 3, OK: 10

Version: 0.12.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Licensed to the Apache Software Foundation (ASF) under one > # or more contributor license agreements. See the NOTICE file > # distributed with this work for additional information > # regarding copyright ownership. The ASF licenses this file > # to you under the Apache License, Version 2.0 (the > # "License"); you may not use this file except in compliance > # with the License. You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, > # software distributed under the License is distributed on an > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > # KIND, either express or implied. See the License for the > # specific language governing permissions and limitations > # under the License. > > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(adbcdrivermanager) > > test_check("adbcdrivermanager") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 176 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-driver_log.R:19:3', 'test-helpers.R:22:3', 'test-helpers.R:112:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-radbc.R:188:3'): invalid external pointer inputs generate errors ── Error in `adbc_database_init_default(driver, list(...))`: R_ExternalPtrAddrFn: argument of type STRSXP is not an external pointer Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-radbc.R:188:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─adbcdrivermanager::adbc_database_init(list(driver_init_func = character())) 8. └─adbcdrivermanager:::adbc_database_init.default(list(driver_init_func = character())) 9. └─adbcdrivermanager::adbc_database_init_default(driver, list(...)) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 176 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.12.0
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/13s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Licensed to the Apache Software Foundation (ASF) under one > # or more contributor license agreements. See the NOTICE file > # distributed with this work for additional information > # regarding copyright ownership. The ASF licenses this file > # to you under the Apache License, Version 2.0 (the > # "License"); you may not use this file except in compliance > # with the License. You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, > # software distributed under the License is distributed on an > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > # KIND, either express or implied. See the License for the > # specific language governing permissions and limitations > # under the License. > > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(adbcdrivermanager) > > test_check("adbcdrivermanager") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 176 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-driver_log.R:19:3', 'test-helpers.R:22:3', 'test-helpers.R:112:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-radbc.R:188:3'): invalid external pointer inputs generate errors ── Error in `adbc_database_init_default(driver, list(...))`: R_ExternalPtrAddrFn: argument of type STRSXP is not an external pointer Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-radbc.R:188:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─adbcdrivermanager::adbc_database_init(list(driver_init_func = character())) 8. └─adbcdrivermanager:::adbc_database_init.default(list(driver_init_func = character())) 9. └─adbcdrivermanager::adbc_database_init_default(driver, list(...)) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 176 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.12.0
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Licensed to the Apache Software Foundation (ASF) under one > # or more contributor license agreements. See the NOTICE file > # distributed with this work for additional information > # regarding copyright ownership. The ASF licenses this file > # to you under the Apache License, Version 2.0 (the > # "License"); you may not use this file except in compliance > # with the License. You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, > # software distributed under the License is distributed on an > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > # KIND, either express or implied. See the License for the > # specific language governing permissions and limitations > # under the License. > > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(adbcdrivermanager) > > test_check("adbcdrivermanager") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 176 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-driver_log.R:19:3', 'test-helpers.R:22:3', 'test-helpers.R:112:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-radbc.R:188:3'): invalid external pointer inputs generate errors ── Error in `adbc_database_init_default(driver, list(...))`: R_ExternalPtrAddrFn: argument of type STRSXP is not an external pointer Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-radbc.R:188:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─adbcdrivermanager::adbc_database_init(list(driver_init_func = character())) 8. └─adbcdrivermanager:::adbc_database_init.default(list(driver_init_func = character())) 9. └─adbcdrivermanager::adbc_database_init_default(driver, list(...)) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 176 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Package adbcpostgresql

Current CRAN status: NOTE: 7, OK: 6

Version: 0.12.0
Check: installed package size
Result: NOTE installed size is 6.7Mb sub-directories of 1Mb or more: libs 6.7Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package adbcsqlite

Current CRAN status: NOTE: 4, OK: 9

Version: 0.12.0
Check: installed package size
Result: NOTE installed size is 13.6Mb sub-directories of 1Mb or more: libs 13.5Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package geoarrow

Current CRAN status: OK: 13

Package nanoarrow

Current CRAN status: OK: 13