* using log directory 'd:/Rcompile/CRANpkg/local/4.3/databraryr.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'databraryr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'databraryr' version '0.6.4' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'databraryr' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [8s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [6s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [134s] ERROR Running 'testthat.R' [134s] 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\Rtmp2PSkvC `overwrite` is TRUE. Overwriting directory: D:\temp\Rtmp2PSkvC Target directory exists: D:\temp\Rtmp2PSkvC `overwrite` is TRUE. Overwriting directory: D:\temp\Rtmp2PSkvC 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [53s] OK * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [12s] OK * DONE Status: 1 ERROR