Skip to content

Commit

Permalink
Update README.md with better R universe installation
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney authored Aug 21, 2024
1 parent a74a875 commit eabab4a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,7 @@ install.packages("greta")
Or install the development version of `greta` from [r-universe](http://greta-dev.r-universe.dev/ui/):

```r
# Enable this universe
options(
repos = c(
gretadev = 'https://greta-dev.r-universe.dev',
CRAN = 'https://cloud.r-project.org'
)
)

# Install greta
install.packages('greta')
install.packages("greta", repos = c("https://greta-dev.r-universe.dev", "https://cloud.r-project.org"))
```

(Note - installing from r-universe is just like installing from CRAN, and should be faster and more convenient than installing from GitHub)
Expand Down

0 comments on commit eabab4a

Please sign in to comment.