Appsilon/shiny.i18n

version 0.1.0 is not available?

Closed this issue · 1 comments

devtools::install_github("Appsilon/shiny.i18n", ref = "0.1.0")
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
No commit found for the ref 0.1.0

Did you spell the repo owner (Appsilon) and repo name (shiny.i18n) correctly?

  • If spelling is correct, check that you have the required permissions to access the repo.

Hello @tanthiamhuat, I believe README file wasn't updated for a while, sorry for the confusion. Installing previous versions of the package is not possible this way as it would require either: a branch named 0.1.0 with given version, a release or a tag.

If you want to install version 0.1.0 you could easily get it from CRAN: devtools::install_version("shiny.i18n", version = "0.1.0"). For more details on installing R packages from GitHub you could refer to remotes package README