vignettes/a06_rsyncrosim_install_github.Rmd
a06_rsyncrosim_install_github.Rmd
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. Use the following code to
install version 1.4.5 from the rsyncrosim
GitHub
repository:
install.packages("https://github.com/syncrosim/rsyncrosim/releases/download/1.5.0/rsyncrosim_1.5.0.tar.gz", repo=NULL)
.rs.restartR()
rsyncrosim
library.
library(rsyncrosim)