diff --git a/README.md b/README.md index 15d8f55..b3ea692 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A [workshop](https://canmod.github.io/macpan-workshop/) on [macpan2](https://can * [Technical preparation](technical-preparation.md) * [Syllabus](syllabus.md) * [Video resources](video-resources.md) -* [Package Documentation](https://github.com/canmod/macpan2) +* [Package Documentation](https://canmod.github.io/macpan2/) * [Model library](https://github.com/canmod/macpan2/tree/main/inst/starter_models) * [Exploration Exercises](exploration-exercises.md) * [Code/Answers](https://github.com/canmod/macpan-workshop/tree/main/code) diff --git a/technical-preparation.md b/technical-preparation.md index 4104cc3..a112728 100644 --- a/technical-preparation.md +++ b/technical-preparation.md @@ -81,6 +81,13 @@ repos = c('https://canmod.r-universe.dev', 'https://cloud.r-project.org') install.packages('macpan2', repos = repos) ``` +If this command fails, try: + +```r +repos = c('https://canmod.r-universe.dev', 'https://cloud.r-project.org') +install.packages('macpan2', repos = repos, type = "binary") +``` + ## Verify that Everything Worked First, ensure that the packages load without errors. Run the following