Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jonsen committed May 1, 2024
1 parent e1fe198 commit 9fdd48d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ If you don't have compiler tools installed, are uncertain if you do, or have tro
When downloading the binary version on a Mac, it is important to right click and choose "Download Linked File As..." so that the file isn't automatically uncompressed. If you have downloaded the file correctly, its extension will be `.tgz`, **not** `.tar`. You can use the following command in the R console to install the file you've just downloaded (where `path_to_file` is wherever you saved the download):
```{r, eval=FALSE}
# for Windows
install.packages("path_to_file\aniMotum_1.1-02.zip",
install.packages("path_to_file\aniMotum_1.2-05.zip",
repos=NULL, type="win.binary", dependencies = TRUE)
# for Mac
install.packages("path_to_file/aniMotum_1.1-02.tgz",
install.packages("path_to_file/aniMotum_1.2-05.tgz",
repos=NULL, type="mac.binary", dependencies = TRUE)
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ command in the R console to install the file you’ve just downloaded

``` r
# for Windows
install.packages("path_to_file\aniMotum_1.1-02.zip",
install.packages("path_to_file\aniMotum_1.2-05.zip",
repos=NULL, type="win.binary", dependencies = TRUE)

# for Mac
install.packages("path_to_file/aniMotum_1.1-02.tgz",
install.packages("path_to_file/aniMotum_1.2-05.tgz",
repos=NULL, type="mac.binary", dependencies = TRUE)
```

Expand Down

0 comments on commit 9fdd48d

Please sign in to comment.