cfree14 / freeR

Miscellaneous functions in R
2 stars 1 forks source link

Installation Failed because of non-CRAN Dependency #1

Open njlyon0 opened 2 years ago

njlyon0 commented 2 years ago

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!

cfree14 commented 2 years ago

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

njlyon0 commented 2 years ago

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

cfree14 commented 2 years ago

Oh awesome!