Follow these instructions to install the latest rsyncrosim
release from GitHub.
Open RStudio (or any R IDE)
Make sure that you do not have another version of the rsyncrosim
library loaded in your R session. You can detach a loaded library using the following code:
detach("package:rsyncrosim", unload=TRUE)
install.packages()
function to install rsyncrosim
from a website URL. Change the X.X.X
in the code below to your desired version, then run the code to install that version from the rsyncrosim
GitHub repository:# Change the line below to your desired rsyncrosim version rsyncrosimVersion = "X.X.X" install.packages( paste0("https://github.com/syncrosim/rsyncrosim/releases/download/", rsyncrosimVersion, "/rsyncrosim_", rsyncrosimVersion, ".tar.gz"), repo=NULL)
.rs.restartR()
rsyncrosim
library.library(rsyncrosim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.