This instruction sheet can be viewed at https://github.com/c97sr/learnidd/blob/master/vignettes/practical_access_instructions.md

Steps

  1. Install Rtools from the website https://cran.r-project.org/bin/windows/Rtools/

  2. In RStudio, check that .libPaths() returns two paths: the network path and the shared path

.libPaths()
  1. If it does, run
install.packages("callr", lib = .libPaths()[2])
install.packages("rlang", lib = .libPaths()[2])
devtools::install_github("c97sr/learnidd", build_vignettes = TRUE, force = TRUE, lib = .libPaths()[2])

If the vignettes don’t build, repeat install_github() but with build_vignettes = FALSE.

  1. Use R to load the vignettes by running
browseVignettes("learnidd")
  1. Click on spatial (HTML)*

  2. answers are in spatial_ans.



c97sr/learnidd documentation built on Jan. 12, 2025, 4:24 p.m.