* using log directory ‘/Users/ripley/R/packages/tests-devel/RSocrata.Rcheck’ * using R Under development (unstable) (2025-04-11 r88138) * using platform: aarch64-apple-darwin24.4.0 * R was compiled by Apple clang version 17.0.0 (clang-1700.0.13.3) GNU Fortran (GCC) 14.2.0 * running under: macOS Sequoia 15.4 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘RSocrata/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘RSocrata’ version ‘1.7.15-1’ * package encoding: UTF-8 * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘RSocrata’ can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 code 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 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 ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > > ## LOAD REQUIRED LIBRARIES > > library(testthat) > library(RSocrata) > library(httr) > library(jsonlite) > library(mime) > library(plyr) > > ## Set credentials for testing private datasets and write functionality > ## The related tests are not currently run due to a lack of vendor support, > ## see issue #174 for details, although it's hoped to be resolved in a > ## future release. > Sys.setenv(SOCRATA_EMAIL="mark.silverberg+soda.demo@socrata.com") > Sys.setenv(SOCRATA_PASSWORD="7vFDsGFDUG") > > > ## RUN TESTS > ## This command will run all files matching test*.R in `./tests`, unless > ## the tests are skipped globally or individually. > ## Note: Run locally with `devtools::check()` > ## Note: Run this to test as CRAN: Sys.setenv(NOT_CRAN=FALSE) > > test_check("RSocrata") [ FAIL 6 | WARN 0 | SKIP 45 | PASS 15 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-all.R:5:3', 'test-all.R:12:3', 'test-all.R:20:3', 'test-all.R:51:3', 'test-all.R:65:3', 'test-all.R:99:3', 'test-all.R:110:3', 'test-all.R:124:3', 'test-all.R:136:3', 'test-all.R:175:3', 'test-all.R:189:3', 'test-all.R:204:3', 'test-all.R:218:3', 'test-all.R:233:3', 'test-all.R:248:3', 'test-all.R:255:3', 'test-all.R:265:3', 'test-all.R:274:3', 'test-all.R:283:3', 'test-all.R:303:3', 'test-all.R:311:3', 'test-all.R:332:3', 'test-all.R:351:3', 'test-all.R:369:3', 'test-all.R:386:3', 'test-all.R:412:3', 'test-all.R:436:3', 'test-all.R:447:3', 'test-all.R:456:3', 'test-all.R:466:3', 'test-all.R:475:3', 'test-all.R:486:3', 'test-all.R:497:3', 'test-all.R:509:3', 'test-all.R:518:3', 'test-all.R:532:3', 'test-all.R:546:3', 'test-all.R:564:3', 'test-auth.R:18:3' • See Issue #174 (4): 'test-auth.R:25:3', 'test-auth.R:38:3', 'test-write.R:14:3', 'test-write.R:32:3' • See Issue #205 (2): 'test-all.R:321:3', 'test-all.R:574:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-all.R:28:3'): posixify returns Long format ─────────────────── year not equal to format(dt, "%Y"). 1/1 mismatches x[1]: "2012" y[1]: NA ── Failure ('test-all.R:29:3'): posixify returns Long format ─────────────────── month not equal to format(dt, "%m"). 1/1 mismatches x[1]: "09" y[1]: NA ── Failure ('test-all.R:30:3'): posixify returns Long format ─────────────────── day not equal to format(dt, "%d"). 1/1 mismatches x[1]: "14" y[1]: NA ── Failure ('test-all.R:31:3'): posixify returns Long format ─────────────────── hours not equal to format(dt, "%H"). 1/1 mismatches x[1]: "22" y[1]: NA ── Failure ('test-all.R:32:3'): posixify returns Long format ─────────────────── minutes not equal to format(dt, "%M"). 1/1 mismatches x[1]: "38" y[1]: NA ── Failure ('test-all.R:33:3'): posixify returns Long format ─────────────────── seconds not equal to format(dt, "%S"). 1/1 mismatches x[1]: "01" y[1]: NA [ FAIL 6 | WARN 0 | SKIP 45 | PASS 15 ] Error: Test failures Execution halted * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/RSocrata.Rcheck/00check.log’ for details. 18.51 real 10.00 user 5.19 sys