Skip to content

Commit

Permalink
Suggest using r-universe to install geotargets
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Mar 19, 2024
1 parent 8191107 commit e24a4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24a4f1

Please sign in to comment.