* using log directory 'd:/RCompile/CRANincoming/R-devel/appsheet.Rcheck' * using R Under development (unstable) (2023-09-12 r85134 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.2.0 GNU Fortran (GCC) 12.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'appsheet/DESCRIPTION' ... OK * this is package 'appsheet' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [24s] NOTE Maintainer: 'Samuel Calderon ' New submission Found the following (possibly) invalid URLs: URL: https://support.google.com/appsheet/answer/10105398 From: man/ash_properties.Rd Status: 404 Message: Not Found URL: https://support.google.com/appsheet/answer/10105768 From: man/appsheet.Rd Status: 404 Message: Not Found URL: https://support.google.com/appsheet/answer/10105769 From: README.md Status: 404 Message: Not Found * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'appsheet' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... ERROR Running 'testthat.R' Running the tests in 'tests/testthat.R' failed. Complete output: > # 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(appsheet) > > test_check("appsheet") Starting 2 test processes [ FAIL 9 | WARN 0 | SKIP 0 | PASS 11 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-appsheet-action-add-delete.R:18:2'): Action Add and Delete work ── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─... %>% expect_s3_class(class = "data.frame") at test-appsheet-action-add-delete.R:18:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet::appsheet(tableName = "Driver", Action = "Add", Rows = row_to_add) 6. └─appsheet:::ash_request(...) 7. └─cli::cli_abort("Must provide {.code appId}") 8. └─rlang::abort(...) ── Error ('test-appsheet-action-add-delete.R:39:2'): Action Add and Delete work in appsheet database ── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─... %>% expect_s3_class(class = "data.frame") at test-appsheet-action-add-delete.R:39:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet:::appsheet_alt(...) 6. └─appsheet::appsheet(...) 7. └─appsheet:::ash_request(...) 8. └─cli::cli_abort("Must provide {.code appId}") 9. └─rlang::abort(...) ── Error ('test-appsheet-action-find.R:2:2'): Action Find works ──────────────── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─appsheet(tableName = "Driver", Action = "Find") %>% ... at test-appsheet-action-find.R:2:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet::appsheet(tableName = "Driver", Action = "Find") 6. └─appsheet:::ash_request(...) 7. └─cli::cli_abort("Must provide {.code appId}") 8. └─rlang::abort(...) ── Error ('test-appsheet-action-find.R:7:2'): Action Find works in appsheet database ── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─appsheet_alt(tableName = "items", Action = "Find") %>% ... at test-appsheet-action-find.R:7:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet:::appsheet_alt(tableName = "items", Action = "Find") 6. └─appsheet::appsheet(...) 7. └─appsheet:::ash_request(...) 8. └─cli::cli_abort("Must provide {.code appId}") 9. └─rlang::abort(...) ── Error ('test-appsheet-action-edit.R:9:2'): Action Edit works ──────────────── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─... %>% expect_s3_class(class = "data.frame") at test-appsheet-action-edit.R:9:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet::appsheet(tableName = "Driver", Action = "Edit", Rows = row_to_modify) 6. └─appsheet:::ash_request(...) 7. └─cli::cli_abort("Must provide {.code appId}") 8. └─rlang::abort(...) ── Error ('test-appsheet-action-edit.R:16:2'): Action edit works in appsheet database ── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─... %>% expect_s3_class(class = "data.frame") at test-appsheet-action-edit.R:16:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet:::appsheet_alt(...) 6. └─appsheet::appsheet(...) 7. └─appsheet:::ash_request(...) 8. └─cli::cli_abort("Must provide {.code appId}") 9. └─rlang::abort(...) ── Error ('test-appsheet.R:3:2'): defaults work ok ───────────────────────────── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─appsheet(tableName = "Driver") %>% expect_s3_class(class = "data.frame") at test-appsheet.R:3:8 2. ├─testthat::expect_s3_class(., class = "data.frame") 3. │ └─testthat::quasi_label(enquo(object), arg = "object") 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─appsheet::appsheet(tableName = "Driver") 6. └─appsheet:::ash_request(...) 7. └─cli::cli_abort("Must provide {.code appId}") 8. └─rlang::abort(...) ── Error ('test-appsheet.R:48:2'): fails when _RowNumber column is provided ──── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─... %>% expect_error(regexp = "_RowNumber") at test-appsheet.R:48:8 2. ├─testthat::expect_error(., regexp = "_RowNumber") 3. │ └─testthat:::expect_condition_matching(...) 4. │ └─testthat:::quasi_capture(...) 5. │ ├─testthat (local) .capture(...) 6. │ │ └─base::withCallingHandlers(...) 7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 8. └─appsheet::appsheet("Driver", Rows = tibble::tibble(`_RowNumber` = "a")) 9. └─appsheet:::ash_request(...) 10. └─cli::cli_abort("Must provide {.code appId}") 11. └─rlang::abort(...) ── Error ('test-appsheet.R:53:2'): fails when 'Row ID' column is provided for Add action ── Error in `ash_request(tableName = tableName, Action = Action, Properties = Properties, Rows = Rows, appId = appId, access_key = access_key)`: Must provide `appId` Backtrace: ▆ 1. ├─... %>% expect_error(regexp = "Row ID") at test-appsheet.R:53:8 2. ├─testthat::expect_error(., regexp = "Row ID") 3. │ └─testthat:::expect_condition_matching(...) 4. │ └─testthat:::quasi_capture(...) 5. │ ├─testthat (local) .capture(...) 6. │ │ └─base::withCallingHandlers(...) 7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 8. └─appsheet::appsheet(...) 9. └─appsheet:::ash_request(...) 10. └─cli::cli_abort("Must provide {.code appId}") 11. └─rlang::abort(...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 11 ] Error: Test failures Execution halted * checking PDF version of manual ... [14s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE