Appsilon / shiny.i18n

Shiny applications internationalization made easy
https://appsilon.github.io/shiny.i18n/
Other
169 stars 38 forks source link

version 0.1.0 is not available? #61

Closed tanthiamhuat closed 3 years ago

tanthiamhuat commented 3 years ago

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?

jakubsob commented 3 years ago

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