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

update_packages('JamesRamsay5/fda') failed #742

Closed
sbgraves237 opened this issue Jan 19, 2023 · 2 comments
Closed

update_packages('JamesRamsay5/fda') failed #742

sbgraves237 opened this issue Jan 19, 2023 · 2 comments

Comments

@sbgraves237
Copy link

remotes::update_packages('JamesRamsay5/fda')
Skipping 1 packages not available: JamesRamsay5/fda

NOTE: "remotes::install_github('JamesRamsay5/fda')" seemed to work fine.

** Thanks for your work in maintaining this and other packages. And thanks again for helping me fix a problem with GitHub Action recently. I recently overwrote the [R-CMD-check.yaml] file for another package with the one you recommended, and it worked!

Spencer Graves

sessionInfo()
R version 4.2.2 (2022-10-31)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 11.7.2

Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base

loaded via a namespace (and not attached):
[1] compiler_4.2.2 tools_4.2.2 rstudioapi_0.14 remotes_2.4.2

@gaborcsardi
Copy link
Member

gaborcsardi commented Jan 19, 2023

See ?update_packages:

packages: Character vector of packages to update.

So you maybe wanted to write update_packages("fda")?

@sbgraves237
Copy link
Author

sbgraves237 commented Jan 19, 2023 via email

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