To install the package, run the following code for required dependencies and package.
all_packs = as.character(installed.packages()[,1])
req_packs = c("devtools","Rcpp","RcppArmadillo",
"Rmpfr","copula","ggplot2","viridis","smarter","dMrs")
run = 0
for(pack in req_packs){
if( pack %in% all_packs ){
library(pack,character.only = TRUE)
next
}
if( pack == "smarter" ){
devtools::install_github("pllittle/smarter")
} else if( pack == "dMrs" ){
devtools::install_github("reubenadat/dMrs")
} else {
install.packages(pack)
}
run = 1
}
if( run == 1 ) stop("Re-run this code")
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