R Under development (unstable) (2025-11-06 r88990 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > ## LOAD REQUIRED LIBRARIES > > library(testthat) > library(sodaR) > 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("sodaR") [ FAIL 0 | WARN 0 | SKIP 44 | PASS 25 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (38): '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:216:3', 'test-all.R:231:3', 'test-all.R:246:3', 'test-all.R:253:3', 'test-all.R:263:3', 'test-all.R:272:3', 'test-all.R:281:3', 'test-all.R:301:3', 'test-all.R:309:3', 'test-all.R:330:3', 'test-all.R:349:3', 'test-all.R:367:3', 'test-all.R:384:3', 'test-all.R:410:3', 'test-all.R:434:3', 'test-all.R:445:3', 'test-all.R:454:3', 'test-all.R:464:3', 'test-all.R:473:3', 'test-all.R:484:3', 'test-all.R:495:3', 'test-all.R:507:3', 'test-all.R:516:3', 'test-all.R:530:3', 'test-all.R:544:3', 'test-all.R:562: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:319:3', 'test-all.R:572:3' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 25 ] > > > > > proc.time() user system elapsed 2.23 0.37 3.75