From e24a4f1852124e6523bef3d3a152804018e5f7b4 Mon Sep 17 00:00:00 2001 From: njtierney Date: Tue, 19 Mar 2024 14:23:22 +1100 Subject: [PATCH] Suggest using r-universe to install geotargets --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index dec2c3d..713b3fa 100644 --- a/README.Rmd +++ b/README.Rmd @@ -46,7 +46,7 @@ When trying to read in a geospatial raster or vector in targets, then this is fo You can install the development version of geotargets like so: ``` r -remotes::install_github("njtierney/geotargets") +install.packages("geotargets", repos = c("https://njtierney.r-universe.dev", "https://cran.r-project.org")) ``` ## A note on development diff --git a/README.md b/README.md index c5c1ef6..ef1a05a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ this is for you :) You can install the development version of geotargets like so: ``` r -remotes::install_github("njtierney/geotargets") +install.packages("geotargets", repos = c("https://njtierney.r-universe.dev", "https://cran.r-project.org")) ``` ## A note on development