Skip to content

Commit d0f9ee3

Browse files
authored
Update README.md
1 parent f3bb475 commit d0f9ee3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ and [lab book](https://atsa-es.github.io/atsa-labs).
4444

4545
### INSTALL
4646

47+
To install from R universe (preferred):
48+
49+
install.packages('atsalibrary', repos = c('https://atsa-es.r-universe.dev', 'https://cloud.r-project.org'))
50+
51+
# to also install Suggests use
52+
install.packages('atsalibrary', repos = c('https://atsa-es.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE)
53+
4754
To install:
4855

4956
library(devtools)

0 commit comments

Comments
 (0)