In our git actions output for testing our custom R package (hosted on github), we're experiencing an error during execution: Error in utils::download.file(url,
I have been having problems finding old packages for new nersion of R, any help appreciated > install.packages('NBZIMM') Warning in install.packages : pack
I am writing an R package which requires a binary file that I have wrapped for use with R code (using system2). To work, the binary file requires a .dylib depen
I have built a new package, and it is hosted on GitHub at github.com/kevinwolz/hisafer. I am trying to install the package via devtools::install_github(), but
In the repository of my R package, I set a GitHub Actions workflow for the R CMD check command, following the examples shown in the usethis package documentatio
I am using devtools::load_all as a workflow to iteratively make a package. However, I cannot seem to be able to view the package documentation using ? or help(p
I am trying to include data in a package I am just building, I included the data object as follows: set.seed(289805) x <- room(10, mean = 0, var = 1) I got
I am trying to install V8 package on ubuntu but i am getting below error: Warning in install.packages : installation of package ‘V8’ had non-zero