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

deps unavailable (stringi, stringr) #1506

Closed
musvaage opened this issue Aug 18, 2023 · 2 comments
Closed

deps unavailable (stringi, stringr) #1506

musvaage opened this issue Aug 18, 2023 · 2 comments

Comments

@musvaage
Copy link
Contributor

R version 4.3.1

running install.packages("roxygen2") failed

ERROR: dependency 'stringi' is not available for package 'stringr'

ERROR: dependencies 'stringi', 'stringr' are not available for package 'roxygen2'

Warning messages:
1: In install.packages("roxygen2") :
installation of package 'stringr' had non-zero exit status
2: In install.packages("roxygen2") :
installation of package 'roxygen2' had non-zero exit status

@gaborcsardi
Copy link
Member

They are certainly available, so check your setup, e.g. getOption("repos"):
https://cran.rstudio.com/web/packages/stringi/
https://cran.rstudio.com/web/packages/stringr/index.html

@musvaage
Copy link
Contributor Author

On Aug 18, 2023, I had made several attempts at running install.packages("roxygen2") which all failed.

My recollections from that day was that the downloads occurred but the cited ERRORs showed up during the build.

Today I again ran install.packages("roxygen2") which completed successfully.

$ R --no-echo -e 'getOption("repos")'
                              CRAN 
"https://mirrors.dotsrc.org/cran/" 
$ 

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