When installing the package, the output is
...
* installing *source* package ‘voivod’ ...
** using staged installation
** R
** tests
** byte-compile and prepare package for lazy loading
Error in library(docstring) : there is no package called ‘docstring’
Error: unable to load R code in package ‘voivod’
Execution halted
ERROR: lazy loading failed for package ‘voivod’
* removing ‘/Users/ottokuusela/FRI/P11/red-lines-biorisk/renv/library/macos/R-4.4/aarch64-apple-darwin24.1.0/voivod’
Error in `(function (command = NULL, args = character(), error_on_status = TRUE, …`:
! System command 'R' failed
---
Exit status: 1
stdout & stderr: <printed>
---
Type .Last.error to see the more details.
Similarly, I get an error from a missing aggutils. After installing these two, the package installs correctly. These should be included in the DESCRIPTION file as a dependency.
When installing the package, the output is
Similarly, I get an error from a missing
aggutils. After installing these two, the package installs correctly. These should be included in theDESCRIPTIONfile as a dependency.