- Joined
- Jun 27, 2017
- Professional Status
- Certified General Appraiser
- State
- California
I just got a notice from Germany: "earthUI" has been accepted by CRAN:
https://CRAN.R-project.org/package=earthUI
It can be installed in RStudio with: install.packages("earthUI", repos = "https://cran.r-project.org")
But for the typical:
install.packages("earthUI")
to work, it probably needs a couple of days to propagate through the network.
In any case, I am still working on earthUI, with many changes since the original submission. So, to get the latest version you will
need to install from Git hub with (inside RStudio):
install.packages("remotes")
remotes::install_github("wcraytor/earthUI", subdir = "pkg")
- and hope you don't bump into me in the process of making more changes.
https://CRAN.R-project.org/package=earthUI
It can be installed in RStudio with: install.packages("earthUI", repos = "https://cran.r-project.org")
But for the typical:
install.packages("earthUI")
to work, it probably needs a couple of days to propagate through the network.
In any case, I am still working on earthUI, with many changes since the original submission. So, to get the latest version you will
need to install from Git hub with (inside RStudio):
install.packages("remotes")
remotes::install_github("wcraytor/earthUI", subdir = "pkg")
- and hope you don't bump into me in the process of making more changes.