CRAN Package Check Results for Package databraryr

Last updated on 2024-06-18 07:57:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.4 7.07 94.63 101.70 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.4 5.80 68.23 74.03 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.4 133.31 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.4 134.30 ERROR
r-devel-windows-x86_64 0.6.4 8.00 132.00 140.00 ERROR
r-patched-linux-x86_64 0.6.4 6.99 94.54 101.53 OK
r-release-linux-x86_64 0.6.4 7.30 90.56 97.86 ERROR
r-release-macos-arm64 0.6.4 122.00 OK
r-release-macos-x86_64 0.6.4 167.00 OK
r-release-windows-x86_64 0.6.4 8.00 539.00 547.00 OK
r-oldrel-macos-arm64 0.6.4 142.00 OK
r-oldrel-macos-x86_64 0.6.4 173.00 OK
r-oldrel-windows-x86_64 0.6.4 10.00 145.00 155.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [26s/169s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: /tmp/Rtmpw0daD3 `overwrite` is TRUE. Overwriting directory: /tmp/Rtmpw0daD3 Target directory exists: /tmp/Rtmpw0daD3 `overwrite` is TRUE. Overwriting directory: /tmp/Rtmpw0daD3 Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB People info: ====================>---------- 67% | ETA: 2s Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/64s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: /home/hornik/tmp/scratch/RtmpSeblaN `overwrite` is TRUE. Overwriting directory: /home/hornik/tmp/scratch/RtmpSeblaN Target directory exists: /home/hornik/tmp/scratch/RtmpSeblaN `overwrite` is TRUE. Overwriting directory: /home/hornik/tmp/scratch/RtmpSeblaN Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [33s/113s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: /tmp/RtmpBDMsmp/working_dir/RtmpzG6Is3 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpBDMsmp/working_dir/RtmpzG6Is3 Target directory exists: /tmp/RtmpBDMsmp/working_dir/RtmpzG6Is3 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpBDMsmp/working_dir/RtmpzG6Is3 Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB ===============>--------------- 50% | ETA: 1s Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [30s/73s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: /tmp/RtmpQQwdSI/working_dir/RtmpnoFGo4 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpQQwdSI/working_dir/RtmpnoFGo4 Target directory exists: /tmp/RtmpQQwdSI/working_dir/RtmpnoFGo4 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpQQwdSI/working_dir/RtmpnoFGo4 Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.6.4
Check: tests
Result: ERROR Running 'testthat.R' [39s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: D:\temp\RtmpqmTj4H `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpqmTj4H Target directory exists: D:\temp\RtmpqmTj4H `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpqmTj4H Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Not logged in. Only public information will be returned. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/68s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: /tmp/RtmpgTTBkp `overwrite` is TRUE. Overwriting directory: /tmp/RtmpgTTBkp Target directory exists: /tmp/RtmpgTTBkp `overwrite` is TRUE. Overwriting directory: /tmp/RtmpgTTBkp Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB Downloading: 1.9 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.6.4
Check: tests
Result: ERROR Running 'testthat.R' [45s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(databraryr) Welcome to the databraryr package. > > test_check("databraryr") Target directory exists: D:\temp\RtmpwXvXXT `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpwXvXXT Target directory exists: D:\temp\RtmpwXvXXT `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpwXvXXT Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Not logged in. Only public information will be returned. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB NULL request object. Will generate default. Not logged in. Only public information will be returned. NULL request object. Will generate default. Not logged in. Only public information will be returned. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB Downloading: 2.1 kB [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-download_asset.R:35:3'): download_asset returns character string ── is.character(download_asset()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-get_session_as_df.R:3:3'): get_session_as_df returns a data frame ── "data.frame" %in% class(get_session_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_by_type.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_by_type()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_assets_in_session.R:3:3'): list_assets_by_type returns data.frame ── class(list_assets_in_session()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_containers_records.R:3:3'): list_containers_records returns data.frame ── "list" %in% class(list_containers_records()) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-list_volume_metadata.R:3:3'): list_volume_metadata returns data.frame ── class(list_volume_metadata()) == "data.frame" is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-read_csv_data_as_df.R:3:3'): read_csv_data_as_df returns data.frame ── is.data.frame(read_csv_data_as_df()) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 7 | WARN 1 | SKIP 0 | PASS 797 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64