ropensci-archive / bomrang

:warning: ARCHIVED :warning: Australian government Bureau of Meteorology (BOM) data client for R
Other
109 stars 26 forks source link

Install the package in R-studio #143

Closed fadeh2013 closed 1 year ago

fadeh2013 commented 3 years ago

First of all, I would like to thank you for the amazing package. I tried to install it using the provided code at the homepage of the package, but it does not work. However, I installed the package using the following code:

remotes::install_github("ropensci/bomrang@main", build_vignettes = TRUE)

adamhsparks commented 3 years ago

@fadeh2013, which homepage are you referring to?

Currently our README states:

bomrang has been archived from CRAN for reasons beyond bomrang actually being broken. As such at this time I've declined to "fix" the package. It can still be installed using the following commands.


if (!require("remotes")) {
install.packages("remotes", repos = "http://cran.rstudio.com/")
library("remotes")
}

install_github("ropensci/bomrang", build_vignettes = TRUE)



I've just confirmed that this code does work and installs _bomrang_ and any necessary dependencies.
maelle commented 1 year ago

From the README

This package has been archived due to BOM's ongoing unwillingness to allow programmatic access to their data and actively blocking any attempts made using this package or other similar efforts.