Skip to content

Commit 0fb1e17

Browse files
author
Ian Jonsen
committed
minor tweak to README
1 parent 74931d0 commit 0fb1e17

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ options(repos = c(ianjonsen = 'https://ianjonsen.r-universe.dev',
6060
```
6161

6262
### READ THIS CAREFULLY if you are unsure about compiler tools:
63-
If you don't have compiler tools installed, are uncertain if you do, or have trouble getting them to work then you can manually download a binary version of the `{aniMotum}` package for Windows or Intel Mac from here https://ianjonsen.r-universe.dev/ui#package:aniMotum. There are 3 binary versions for Windows & Mac, each corresponds to a different major release of R: 4.3, 4.2, and 4.1 - choose the one that matches your R version. You can check your R version by typing `R.Version()` in the R console.
63+
If you don't have compiler tools installed, are uncertain if you do, or have trouble getting them to work then you can manually download a binary version of the `{aniMotum}` package for Windows or Intel Mac from here https://ianjonsen.r-universe.dev/ui#package:aniMotum. There are 3 binary versions for Windows & Mac, each corresponds to a different major release of R: 4.3 (development version), 4.2 (current version), and 4.1 (old version) - choose the one that matches your R version. You can check your R version by typing `R.Version()` in the R console.
6464

6565
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):
6666
```{r, eval=FALSE}
@@ -86,7 +86,7 @@ Then, click the "Browse" button to navigate to wherever you saved the `.zip` (Wi
8686

8787
![](man/figures/README-install_3.png){#id .class width=50% height=50%}
8888

89-
If you have a Mac with an M1 (or later) processor, the above binary file will not work as R-universe currently builds their Mac binaries on an Intel Mac. Instead, you will need to download the binary from here https://github.com/ianjonsen/aniMotum/releases/tag/v1.1-02. Follow the same installation procedure (R console or GUI) as above. Note, this binary was built for **R 4.2** releases. A version for **R 4.3** will be available soon.
89+
If you have a Mac with an M1 (or later) processor, the above binary file will not work as R-universe currently builds their Mac binaries on an Intel Mac. Instead, you will need to download the binary from here https://github.com/ianjonsen/aniMotum/releases/tag/v1.1-02. Follow the same installation procedure (R console or GUI) as above. Note, this binary was built for **R 4.2.2**, the current release version.
9090

9191
### From GitHub (source)
9292
If you prefer installing from GitHub via `remotes::install_github()` and know your way around the installation of compilers and associated libraries, then you will need to ensure you have the proper compilation tools and libraries installed.

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ have trouble getting them to work then you can manually download a
8383
binary version of the `{aniMotum}` package for Windows or Intel Mac from
8484
here <https://ianjonsen.r-universe.dev/ui#package:aniMotum>. There are 3
8585
binary versions for Windows & Mac, each corresponds to a different major
86-
release of R: 4.3, 4.2, and 4.1 - choose the one that matches your R
87-
version. You can check your R version by typing `R.Version()` in the R
88-
console.
86+
release of R: 4.3 (development version), 4.2 (current version), and 4.1
87+
(old version) - choose the one that matches your R version. You can
88+
check your R version by typing `R.Version()` in the R console.
8989

9090
When downloading the binary version on a Mac, it is important to right
9191
click and choose “Download Linked File As…” so that the file isn’t
@@ -128,8 +128,7 @@ will not work as R-universe currently builds their Mac binaries on an
128128
Intel Mac. Instead, you will need to download the binary from here
129129
<https://github.com/ianjonsen/aniMotum/releases/tag/v1.1-02>. Follow the
130130
same installation procedure (R console or GUI) as above. Note, this
131-
binary was built for **R 4.2** releases. A version for **R 4.3** will be
132-
available soon.
131+
binary was built for **R 4.2.2**, the current release version.
133132

134133
### From GitHub (source)
135134

0 commit comments

Comments
 (0)