CRAN Package Check Results for Package databraryr

Last updated on 2024-06-26 04:49:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.4 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.4 4.78 68.66 73.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.4 124.94 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.4 134.30 ERROR
r-devel-windows-x86_64 0.6.4 8.00 140.00 148.00 ERROR
r-patched-linux-x86_64 0.6.4 7.34 92.13 99.47 ERROR
r-release-linux-x86_64 0.6.4 6.50 91.28 97.78 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 145.00 153.00 ERROR
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 9.00 159.00 168.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [26s/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: /tmp/RtmpAZfjNi `overwrite` is TRUE. Overwriting directory: /tmp/RtmpAZfjNi Target directory exists: /tmp/RtmpAZfjNi `overwrite` is TRUE. Overwriting directory: /tmp/RtmpAZfjNi Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Not logged in. Only public information will be returned. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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/61s] 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/RtmphaV5HP `overwrite` is TRUE. Overwriting directory: /home/hornik/tmp/scratch/RtmphaV5HP Target directory exists: /home/hornik/tmp/scratch/RtmphaV5HP `overwrite` is TRUE. Overwriting directory: /home/hornik/tmp/scratch/RtmphaV5HP Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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’ [29s/61s] 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/RtmpwfPyjS/working_dir/RtmpP9ZTp4 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpwfPyjS/working_dir/RtmpP9ZTp4 Target directory exists: /tmp/RtmpwfPyjS/working_dir/RtmpP9ZTp4 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpwfPyjS/working_dir/RtmpP9ZTp4 Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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' [44s] 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\RtmpiQ71xP `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpiQ71xP Target directory exists: D:\temp\RtmpiQ71xP `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpiQ71xP Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 7 kB Downloading: 7 kB Downloading: 7 kB Downloading: 7 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 4.1 kB Downloading: 4.1 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 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: 690 B Downloading: 690 B Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 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/65s] 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/Rtmp99CAHU `overwrite` is TRUE. Overwriting directory: /tmp/Rtmp99CAHU Target directory exists: /tmp/Rtmp99CAHU `overwrite` is TRUE. Overwriting directory: /tmp/Rtmp99CAHU Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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-patched-linux-x86_64

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/63s] 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/RtmpwpvGc8 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpwpvGc8 Target directory exists: /tmp/RtmpwpvGc8 `overwrite` is TRUE. Overwriting directory: /tmp/RtmpwpvGc8 Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 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\RtmpMrSEMp `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpMrSEMp Target directory exists: D:\temp\RtmpMrSEMp `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpMrSEMp Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 4.1 kB Downloading: 4.1 kB Downloading: 7.1 kB Downloading: 7.1 kB Downloading: 7.1 kB Downloading: 7.1 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Not logged in. Only public information will be returned. Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 4.1 kB Downloading: 4.1 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 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.7 kB Downloading: 2.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 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-windows-x86_64

Version: 0.6.4
Check: tests
Result: ERROR Running 'testthat.R' [52s] 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\RtmpemryuQ `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpemryuQ Target directory exists: D:\temp\RtmpemryuQ `overwrite` is TRUE. Overwriting directory: D:\temp\RtmpemryuQ Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Multiple sessions with name 'Advisory Board Meeting'. Multiple sessions with name 'Advisory Board Meeting'. Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 7.1 kB Downloading: 7.1 kB Downloading: 7.1 kB Downloading: 7.1 kB Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Not logged in. Only public information will be returned. Downloading: 2.7 kB Downloading: 2.7 kB Downloading: 4.1 kB Downloading: 4.1 kB Downloading: 5.5 kB Downloading: 5.5 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 4.1 kB Downloading: 4.1 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.7 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 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: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Downloading: 7.4 kB Not logged in. Only public information will be returned. Not logged in. Only public information will be returned. Downloading: 4.1 kB Downloading: 4.1 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 6.9 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 7.5 kB Downloading: 1.4 kB Downloading: 1.4 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 kB Downloading: 6.8 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