R Under development (unstable) (2023-08-28 r85029 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(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 0 | WARN 0 | SKIP 45 | PASS 21 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 21 ] > > > > > proc.time() user system elapsed 2.21 0.17 2.40