1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-08 01:29:38 +02:00

(v3.0.0.9025) fix todo tracker

This commit is contained in:
2025-09-04 14:40:24 +02:00
parent d2ced1db61
commit c1c49fa463
5 changed files with 15 additions and 7 deletions

View File

@@ -49,8 +49,11 @@ To install the latest 'beta' version:
```{r, eval = FALSE}
install.packages("AMR", repos = "beta.amr-for-r.org")
```
# if this does not work, try to install directly from GitHub using the 'remotes' package:
If this does not work, try to install directly from GitHub using the `remotes` package:
```{r, eval = FALSE}
remotes::install_github("msberends/AMR")
```