cfree14 / freeR

Miscellaneous functions in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Failed because of non-CRAN Dependency

njlyon0 opened this issue · comments

Hi!

I'm trying to install your freeR package and having an issue because the FishLife dependency is not on CRAN.

When I run the following:
devtools::install_github("cfree14/freeR")

I get this error
ERROR: dependency ‘FishLife’ is not available for package ‘freeR’

I Googled it and this Stack Overflow post says that you need to add Remotes: James-Thorson/FishLife to get your package to install correctly on other user's machines.

Thanks!

Yep! Install Jim's FishLife package and then my package should work. Out of curiousity, what're you using it for?

Gotcha that makes sense, thanks!

My colleague Camila Vargas and I are offering a presentation on quality control in R and we wanted to offer freeR::complete() as one method for checking a dataframe for NAs

Oh awesome!