Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing loadflex on Mac for R version 3.5.2 #245

Open
gehringj opened this issue Nov 19, 2021 · 2 comments
Open

Error installing loadflex on Mac for R version 3.5.2 #245

gehringj opened this issue Nov 19, 2021 · 2 comments

Comments

@gehringj
Copy link

Hi,
I'm getting an error trying to install the loadflex package, shown below.

ERROR: dependencies ‘rloadest’, ‘smwrQW’ are not available for package ‘loadflex’
* removing ‘/Users/####/Library/R/3.5/library/loadflex’
installation of package ‘/var/folders/23/1ys3hzvj0z31wxkmz5gr_6dh0000gn/T//RtmpknegvN/filec086fd454ae/loadflex_1.9.1.tar.gz’ had non-zero exit status

I have tried solutions posted on some similar threads (#212), as well as the FAQs page (https://github.com/USGS-R/loadflex/wiki/Installation-FAQ), but have had no such luck with any solutions. (I continue to get the same error, saying it is not available for the most recent version of R.)

Any help is appreciated! Thanks so much!

@wdwatkins
Copy link
Contributor

I think you will probably need to install those missing packages directly from Github:

remotes::install_github('USGS-R/smwrQW')
remotes::install_github('USGS-R/rloadest')

Then try installing loadflex. Because those packages aren't available in a repository, they have to be installed like above.

I can't vouch for the current status of any of these packages as far as maintenance, so would use caution with them.

@gehringj
Copy link
Author

Thank you for your response! I have tried to install directly from Github, but I get another dependency error.

ERROR: dependency ‘coin’ is not available for package ‘smwrQW’
* removing ‘/Users/Library/R/3.5/library/smwrQW’

Have others had similar issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants