From 0fb1e176da36b0eb619efc92c6259c6f457e0a5a Mon Sep 17 00:00:00 2001 From: Ian Jonsen Date: Sat, 18 Feb 2023 10:11:14 -0400 Subject: [PATCH] minor tweak to README --- README.Rmd | 4 ++-- README.md | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.Rmd b/README.Rmd index 90c4da8c..0d4ea6b6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -60,7 +60,7 @@ options(repos = c(ianjonsen = 'https://ianjonsen.r-universe.dev', ``` ### READ THIS CAREFULLY if you are unsure about compiler tools: -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. +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. 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} @@ -86,7 +86,7 @@ Then, click the "Browse" button to navigate to wherever you saved the `.zip` (Wi ![](man/figures/README-install_3.png){#id .class width=50% height=50%} -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. +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. ### From GitHub (source) 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. diff --git a/README.md b/README.md index e3a76706..1823ef1f 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,9 @@ 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 . 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. +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. 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 @@ -128,8 +128,7 @@ 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 . 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. +binary was built for **R 4.2.2**, the current release version. ### From GitHub (source)