Skip to content

Commit bc46f68

Browse files
authored
Update README.Rmd
1 parent d0f9ee3 commit bc46f68

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.Rmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ This package has the data for the University of Washington Fish550 Applied Time
4747

4848
### INSTALL {#install}
4949

50+
To install from R Universe (preferred):
51+
```
52+
install.packages('atsalibrary', repos = c('https://atsa-es.r-universe.dev', 'https://cloud.r-project.org'))
53+
54+
# to also install Suggests use
55+
install.packages('atsalibrary', repos = c('https://atsa-es.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE)
56+
```
57+
5058
To install:
5159
```
5260
library(devtools)
@@ -79,4 +87,4 @@ Holmes, E.E., M.D. Scheuerell, and E.J. Ward. 'atsalibrary': Applied Time Series
7987

8088
### LICENSE {#license}
8189

82-
atsalibrary was developed by US federal government employees as part of their official duties. As such, it is not subject to copyright protection and is considered “public domain” (see 17 USC § 105). Public domain software can be used by anyone for any purpose, and cannot be released under a copyright license.
90+
atsalibrary was developed by US federal government employees as part of their official duties. As such, it is not subject to copyright protection and is considered “public domain” (see 17 USC § 105). Public domain software can be used by anyone for any purpose, and cannot be released under a copyright license.

0 commit comments

Comments
 (0)