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)
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