A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://syncrosim.github.io/rsyncrosim/articles/a06_rsyncrosim_install_github.html below:

Installing GitHub release • rsyncrosim

Follow these instructions to install the latest rsyncrosim release from GitHub.

  1. Open RStudio (or any R IDE)

  2. 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)
  1. Use the 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)
  1. You many need to restart your R environment to get rid of any environmental conflicts. You can do this from RStudio using the following code:
  1. Load the rsyncrosim library.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4