This instruction sheet can be viewed at https://github.com/c97sr/learnidd/blob/master/vignettes/practical_access_instructions.md
Install Rtools from the website https://cran.r-project.org/bin/windows/Rtools/
In RStudio, check that .libPaths() returns two paths: the network path and the shared path
.libPaths()
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
.
browseVignettes("learnidd")
Click on spatial (HTML)*
answers are in spatial_ans.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.