-
Notifications
You must be signed in to change notification settings - Fork 20
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
rloadest won't fully install on mac #37
Comments
The first thing I would try is to choose "None" on any updates: remotes::install_github("USGS-R/smwrStats", force = TRUE)
Downloading GitHub repo USGS-R/smwrStats@HEAD
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: pillar (1.5.1 -> 1.6.0 ) [CRAN]
5: RcppArmad... (0.10.2.2.0 -> 0.10.4.0.0) [CRAN]
6: knitr (1.31 -> 1.32 ) [CRAN]
Enter one or more numbers, or an empty line to skip updates: 3
√ checking for file 'C:\Users\ldecicco\AppData\Local\Temp\1\Rtmp8YO27G\remotese383e9a3ab9\USGS-R-smwrStats-2e02eb7/DESCRIPTION' (495ms)
- preparing 'smwrStats': (1.3s)
√ checking DESCRIPTION meta-information ... If that doesn't work, could you paste in what you get when you run: devtools::session_info() |
Ok I tried choosing "none" on updates and that didn't work. This is what came up after running:
─ Packages ────────────────────────────────────────────────────────────────────────────────────────────────────── [1] /Library/Frameworks/R.framework/Versions/4.0/Resources/library |
Ah, yeah - I think there's some additional work that needs to happen for Macs. @wdwatkins or @aappling-usgs ...do either of you remember special installation instructions for Mac users? |
I don't remember, sorry. |
|
@wdwatkins it didn't work but here is the full output:
1: All Enter one or more numbers, or an empty line to skip updates: 3
|
Looks like you need to install Do you use homebrew, or otherwise know if you have gfortran? |
@wdwatkins I don't believe I have either. I am relatively new to R so I don't think I would of had a reason to install either of those. Can I download it for free somewhere? |
Yes, |
I forgot I tried to set this up once. You all should try and let me know if it works: options(repos = c(
ldeciccousgs = 'https://ldecicco-usgs.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Install some packages
install.packages('rloadest') I think it has a Mac binary which might solve these problems. |
Thanks. It worked on my windows pc. |
Hi there, I've been trying to install rloadest on my computer and I'm not having a lot of luck. I keep getting this error message related to smwrStats (pasted below). I have updated my R and Rstudio which didn't help. Any suggestions is greatly appreciated!
Warning message:
In i.p(...) :
installation of package ‘/var/folders/dn/132b2sc97dv09dhw6_d4_4f00000gn/T//RtmpfyunLS/file8fc2770abeae/smwrStats_0.7.6.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered: