Last updated on 2021-08-04 08:50:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.9 | 6.45 | 84.98 | 91.43 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.9 | 5.40 | 64.16 | 69.56 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.9 | 114.84 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.9 | 104.29 | ERROR | |||
r-devel-windows-x86_64 | 0.3.9 | 9.00 | 108.00 | 117.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.9 | ERROR | ||||
r-patched-linux-x86_64 | 0.3.9 | 5.31 | 80.09 | 85.40 | ERROR | |
r-patched-solaris-x86 | 0.3.9 | 161.50 | ERROR | |||
r-release-linux-x86_64 | 0.3.9 | 5.30 | 79.20 | 84.50 | ERROR | |
r-release-macos-arm64 | 0.3.9 | ERROR | ||||
r-release-macos-x86_64 | 0.3.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.3.9 | 15.00 | 116.00 | 131.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.3.9 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.9 | 13.00 | 110.00 | 123.00 | ERROR |
Version: 0.3.9
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.3.9
Check: tests
Result: ERROR
Running 'testthat.R' [16s/41s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
== Skipped tests ===============================================================
* Downloading was disabled (1)
* This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
* empty test (2)
== Failed tests ================================================================
-- Failure (test-writing-to-file.R:24:3): writing correct results to file works --
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:38:3): writing to file in parallel works ----
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:51:3): not writing column names works -------
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:80:3): writing error messages to file works --
`res` not identical to `correct_res`.
Objects equal but not identical
-- Failure (test-writing-to-file.R:91:3): import wrapper works with column names --
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:104:3): import wrapper works without column names --
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:117:3): files_per_batch works ---------------
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/41s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Failure (test-writing-to-file.R:91:3): import wrapper works with column names ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:104:3): import wrapper works without column names ──
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:117:3): files_per_batch works ───────────────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Failure (test-writing-to-file.R:91:3): import wrapper works with column names ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:104:3): import wrapper works without column names ──
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:117:3): files_per_batch works ───────────────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/35s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Failure (test-writing-to-file.R:91:3): import wrapper works with column names ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:104:3): import wrapper works without column names ──
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:117:3): files_per_batch works ───────────────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.9
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
== Skipped tests ===============================================================
* Downloading was disabled (1)
* On Windows (1)
* This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
* empty test (2)
== Failed tests ================================================================
-- Failure (test-writing-to-file.R:24:3): writing correct results to file works --
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:38:3): writing to file in parallel works ----
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Error (test-writing-to-file.R:48:3): not writing column names works ---------
Error: Cannot open file for writing:
* 'D:\temp\RtmpYnEPoT\meta_data-1.csv'
Backtrace:
x
1. \-jstor:::jstor_convert_to_file(...) test-writing-to-file.R:48:2
2. \-readr::write_csv(...)
3. \-readr::write_delim(...)
4. \-vroom::vroom_write(...)
5. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:63:3): writing error messages to file works ---
Error: Cannot open file for writing:
* 'D:\temp\RtmpYnEPoT\meta_data-1.csv'
Backtrace:
x
1. \-jstor:::jstor_convert_to_file(...) test-writing-to-file.R:63:2
2. \-readr::write_csv(...)
3. \-readr::write_delim(...)
4. \-vroom::vroom_write(...)
5. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:88:3): import wrapper works with column names --
Error: Cannot open file for writing:
* 'D:\temp\RtmpYnEPoT\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:88:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:101:3): import wrapper works without column names --
Error: Cannot open file for writing:
* 'D:\temp\RtmpYnEPoT\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:101:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:114:3): files_per_batch works -----------------
Error: Cannot open file for writing:
* 'D:\temp\RtmpYnEPoT\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:114:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:130:3): n_batches works for n > 1 -------------
Error: Cannot open file for writing:
* 'D:\temp\RtmpYnEPoT\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:130:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 12 | WARN 1 | SKIP 5 | PASS 235 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.9
Check: tests
Result: ERROR
Running 'testthat.R'
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• On Windows (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Error (test-writing-to-file.R:88:3): import wrapper works with column names ──
Error: Cannot open file for writing:
* 'C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\jstor\tmp\RtmpgPiuXs\meta_data_broken-1.csv'
Backtrace:
█
1. └─jstor::jst_import(...) test-writing-to-file.R:88:2
2. └─purrr::pwalk(...)
3. └─purrr::pmap(.l, .f, ...)
4. └─jstor:::.f(...)
5. └─readr::write_csv(...)
6. └─readr::write_delim(...)
7. └─vroom::vroom_write(...)
8. └─vroom:::vroom_write_(...)
── Error (test-writing-to-file.R:101:3): import wrapper works without column names ──
Error: Cannot open file for writing:
* 'C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\jstor\tmp\RtmpgPiuXs\meta_data_broken-1.csv'
Backtrace:
█
1. └─jstor::jst_import(...) test-writing-to-file.R:101:2
2. └─purrr::pwalk(...)
3. └─purrr::pmap(.l, .f, ...)
4. └─jstor:::.f(...)
5. └─readr::write_csv(...)
6. └─readr::write_delim(...)
7. └─vroom::vroom_write(...)
8. └─vroom:::vroom_write_(...)
── Error (test-writing-to-file.R:114:3): files_per_batch works ─────────────────
Error: Cannot open file for writing:
* 'C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\jstor\tmp\RtmpgPiuXs\meta_data_broken-1.csv'
Backtrace:
█
1. └─jstor::jst_import(...) test-writing-to-file.R:114:2
2. └─purrr::pwalk(...)
3. └─purrr::pmap(.l, .f, ...)
4. └─jstor:::.f(...)
5. └─readr::write_csv(...)
6. └─readr::write_delim(...)
7. └─vroom::vroom_write(...)
8. └─vroom:::vroom_write_(...)
── Error (test-writing-to-file.R:130:3): n_batches works for n > 1 ─────────────
Error: Cannot open file for writing:
* 'C:\msys64\home\tomas\ucrt3\svn\ucrt3\r_packages\pkgcheck\CRAN\jstor\tmp\RtmpgPiuXs\meta_data_broken-1.csv'
Backtrace:
█
1. └─jstor::jst_import(...) test-writing-to-file.R:130:2
2. └─purrr::pwalk(...)
3. └─purrr::pmap(.l, .f, ...)
4. └─jstor:::.f(...)
5. └─readr::write_csv(...)
6. └─readr::write_delim(...)
7. └─vroom::vroom_write(...)
8. └─vroom:::vroom_write_(...)
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 12 | WARN 1 | SKIP 5 | PASS 235 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/38s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Failure (test-writing-to-file.R:91:3): import wrapper works with column names ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:104:3): import wrapper works without column names ──
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:117:3): files_per_batch works ───────────────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/36s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Failure (test-writing-to-file.R:91:3): import wrapper works with column names ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:104:3): import wrapper works without column names ──
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:117:3): files_per_batch works ───────────────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/37s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Downloading was disabled (1)
• This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-writing-to-file.R:24:3): writing correct results to file works ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:38:3): writing to file in parallel works ────
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:51:3): not writing column names works ───────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:80:3): writing error messages to file works ──
`res` not identical to `correct_res`.
Objects equal but not identical
── Failure (test-writing-to-file.R:91:3): import wrapper works with column names ──
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
── Failure (test-writing-to-file.R:104:3): import wrapper works without column names ──
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-writing-to-file.R:117:3): files_per_batch works ───────────────
read_csv("testfiles/correct_meta_data_wo_cols.csv", col_names = FALSE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = FALSE).
Objects equal but not identical
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
── Failure (test-zip.R:51:3): importing from zip works ─────────────────────────
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
█
1. ├─expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. └─purrr::map(., test_expected_zip)
3. └─jstor:::.f(.x[[i]], ...)
4. └─testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 11 | WARN 1 | SKIP 4 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64
Version: 0.3.9
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
== Skipped tests ===============================================================
* Downloading was disabled (1)
* On Windows (1)
* This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
* empty test (2)
== Failed tests ================================================================
-- Failure (test-writing-to-file.R:24:3): writing correct results to file works --
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:38:3): writing to file in parallel works ----
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Error (test-writing-to-file.R:48:3): not writing column names works ---------
Error: Cannot open file for writing:
* 'D:\temp\RtmpmoLnjh\meta_data-1.csv'
Backtrace:
x
1. \-jstor:::jstor_convert_to_file(...) test-writing-to-file.R:48:2
2. \-readr::write_csv(...)
3. \-readr::write_delim(...)
4. \-vroom::vroom_write(...)
5. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:63:3): writing error messages to file works ---
Error: Cannot open file for writing:
* 'D:\temp\RtmpmoLnjh\meta_data-1.csv'
Backtrace:
x
1. \-jstor:::jstor_convert_to_file(...) test-writing-to-file.R:63:2
2. \-readr::write_csv(...)
3. \-readr::write_delim(...)
4. \-vroom::vroom_write(...)
5. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:88:3): import wrapper works with column names --
Error: Cannot open file for writing:
* 'D:\temp\RtmpmoLnjh\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:88:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:101:3): import wrapper works without column names --
Error: Cannot open file for writing:
* 'D:\temp\RtmpmoLnjh\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:101:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:114:3): files_per_batch works -----------------
Error: Cannot open file for writing:
* 'D:\temp\RtmpmoLnjh\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:114:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:130:3): n_batches works for n > 1 -------------
Error: Cannot open file for writing:
* 'D:\temp\RtmpmoLnjh\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:130:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 12 | WARN 1 | SKIP 5 | PASS 235 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.3.9
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(jstor)
>
> test_check("jstor")
== Skipped tests ===============================================================
* Downloading was disabled (1)
* On Windows (1)
* This test is stupid, should be improved. It depends on the console width
which is not a good idea. (1)
* empty test (2)
== Failed tests ================================================================
-- Failure (test-writing-to-file.R:24:3): writing correct results to file works --
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Failure (test-writing-to-file.R:38:3): writing to file in parallel works ----
read_csv("testfiles/correct_meta_data.csv", col_names = TRUE) not identical to read_csv(file.path(temp_dir, "/meta_data-1.csv"), col_names = TRUE).
Objects equal but not identical
-- Error (test-writing-to-file.R:48:3): not writing column names works ---------
Error: Cannot open file for writing:
* 'D:\temp\Rtmp2NRb8G\meta_data-1.csv'
Backtrace:
x
1. \-jstor:::jstor_convert_to_file(...) test-writing-to-file.R:48:2
2. \-readr::write_csv(...)
3. \-readr::write_delim(...)
4. \-vroom::vroom_write(...)
5. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:63:3): writing error messages to file works ---
Error: Cannot open file for writing:
* 'D:\temp\Rtmp2NRb8G\meta_data-1.csv'
Backtrace:
x
1. \-jstor:::jstor_convert_to_file(...) test-writing-to-file.R:63:2
2. \-readr::write_csv(...)
3. \-readr::write_delim(...)
4. \-vroom::vroom_write(...)
5. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:88:3): import wrapper works with column names --
Error: Cannot open file for writing:
* 'D:\temp\Rtmp2NRb8G\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:88:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:101:3): import wrapper works without column names --
Error: Cannot open file for writing:
* 'D:\temp\Rtmp2NRb8G\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:101:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:114:3): files_per_batch works -----------------
Error: Cannot open file for writing:
* 'D:\temp\Rtmp2NRb8G\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:114:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Error (test-writing-to-file.R:130:3): n_batches works for n > 1 -------------
Error: Cannot open file for writing:
* 'D:\temp\Rtmp2NRb8G\meta_data-1.csv'
Backtrace:
x
1. \-jstor::jst_import(...) test-writing-to-file.R:130:2
2. \-purrr::pwalk(...)
3. \-purrr::pmap(.l, .f, ...)
4. \-jstor:::.f(...)
5. \-readr::write_csv(...)
6. \-readr::write_delim(...)
7. \-vroom::vroom_write(...)
8. \-vroom:::vroom_write_(...)
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
-- Failure (test-zip.R:51:3): importing from zip works -------------------------
read_csv(file.path("testfiles", expected_file)) not identical to read_csv(file.path(test_dir, expected_file)).
Objects equal but not identical
Backtrace:
x
1. +-expected_files %>% purrr::map(test_expected_zip) test-zip.R:51:2
2. \-purrr::map(., test_expected_zip)
3. \-jstor:::.f(.x[[i]], ...)
4. \-testthat::expect_identical(...) test-zip.R:48:4
[ FAIL 12 | WARN 1 | SKIP 5 | PASS 235 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64