r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
330 stars 152 forks source link

update_packages('JamesRamsay5/fda') failed #742

Closed sbgraves237 closed 1 year ago

sbgraves237 commented 1 year ago

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 commented 1 year ago

See ?update_packages:

packages: Character vector of packages to update.

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

sbgraves237 commented 1 year ago

On 1/19/23 7:16 AM, Gábor Csárdi wrote:

See |?update_packages|:

packages: Character vector of packages to update.

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

Yes. Thanks. That worked.

and yes, I failed to read the examples :-(

sg

— Reply to this email directly, view it on GitHub https://github.com/r-lib/remotes/issues/742#issuecomment-1396961884, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZCVYJTCTQUPFKZEWGTDITWTE5CPANCNFSM6AAAAAAUAKBD5I. You are receiving this because you authored the thread.Message ID: @.***>