- using R Under development (unstable) (2026-06-05 r90111)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-06 16:20:06 UTC
- checking for file ‘portalr/DESCRIPTION’ ... OK
- this is package ‘portalr’ version ‘0.4.5’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [0s/1s] NOTE
Maintainer: ‘Glenda M. Yenni <glenda@weecology.org>’
Reading Rd files failed with message:
cannot open the connection
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘portalr’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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 code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... NOTE
Warning in file(open = "w+") :
cannot open file '/tmp/RtmpKdr463/Rf34b7c4490cbedd': No space left on device
Error in file(open = "w+") : cannot open the connection
Execution halted
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s/9s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [130s/223s] ERROR
Running ‘testthat.R’ [129s/223s]
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(portalr)
>
> test_check("portalr")
Downloading version `6.80.0` of the data...
Downloading version `6.80.0` of the data...
Saving _problems/test-02-data-processing-8.R
[ FAIL 1 | WARN 2 | SKIP 44 | PASS 82 ]
══ Skipped tests (44) ══════════════════════════════════════════════════════════
• On CRAN (44): 'test-01-data-retrieval.R:5:5',
'test-01-data-retrieval.R:41:5', 'test-01-data-retrieval.R:48:5',
'test-01-data-retrieval.R:63:5', 'test-01-data-retrieval.R:78:5',
'test-01-data-retrieval.R:92:1', 'test-03-summarize-rodents.R:6:3',
'test-03-summarize-rodents.R:32:3', 'test-03-summarize-rodents.R:38:3',
'test-03-summarize-rodents.R:60:3', 'test-03-summarize-rodents.R:85:3',
'test-03-summarize-rodents.R:110:3', 'test-03-summarize-rodents.R:129:3',
'test-03-summarize-rodents.R:195:3', 'test-99-regression.R:6:3',
'test-99-regression.R:17:3', 'test-99-regression.R:26:3',
'test-99-regression.R:37:3', 'test-99-regression.R:63:3',
'test-99-regression.R:74:3', 'test-99-regression.R:84:3',
'test-99-regression.R:94:3', 'test-99-regression.R:104:3',
'test-99-regression.R:114:3', 'test-99-regression.R:124:3',
'test-99-regression.R:134:3', 'test-99-regression.R:144:3',
'test-99-regression.R:151:3', 'test-99-regression.R:163:3',
'test-99-regression.R:176:3', 'test-99-regression.R:186:3',
'test-99-regression.R:193:3', 'test-99-regression.R:200:3',
'test-99-regression.R:207:3', 'test-99-regression.R:214:3',
'test-99-regression.R:221:3', 'test-99-regression.R:228:3',
'test-99-regression.R:240:3', 'test-99-regression.R:252:3',
'test-99-regression.R:261:3', 'test-99-regression.R:270:5',
'test-99-regression.R:285:3', 'test-99-regression.R:298:3',
'test-99-regression.R:310:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-02-data-processing.R:8:1'): (code run outside of `test_that()`) ──
Error in `UseMethod("left_join")`: no applicable method for 'left_join' applied to an object of class "c('simpleWarning', 'warning', 'condition')"
Backtrace:
▆
1. ├─portalr::load_rodent_data(portal_data_path) at test-02-data-processing.R:8:1
2. │ └─portalr:::clean_data(...)
3. │ └─... %>% unique()
4. ├─base::unique(.)
5. ├─dplyr::select(., dplyr::all_of(columns_to_keep))
6. ├─dplyr::filter(., .data$qcflag == 1)
7. └─dplyr::left_join(., trapping_table, ...)
[ FAIL 1 | WARN 2 | SKIP 44 | PASS 82 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s/5s] OK
- checking PDF version of manual ... [3s/4s] OK
- checking HTML version of manual ... [2s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 2 NOTEs