powered by
This auxiliary function lets the user update lares to latest CRAN or developer version.
lares
updateLares(force = FALSE, dev = TRUE, all = FALSE, local = FALSE, fb = FALSE)
No return value, called for side effects.
Boolean. Force install.
Boolean. Developer version (Github)? If not, CRAN version.
Boolean. Install other recommended libraries? Kinda Docker install!
Boolean. Install package with local files? (or Github repo).
Boolean. From FB instance? Personal internal use.
Other Tools: autoline(), bind_files(), bring_api(), cal_split(), chr2num(), db_download(), db_upload(), dont_sleep(), export_plot(), export_results(), files_functions(), font_exists(), formatColoured(), formatHTML(), glued(), grepm(), h2o_selectmodel(), haveInternet(), image_metadata(), importxlsx(), ip_data(), json2vector(), list_cats(), listfiles(), mail_send(), markdown2df(), move_files(), msplit(), myip(), quiet(), read.file(), statusbar(), tic(), try_require(), warnifnot(), what_size()
autoline()
bind_files()
bring_api()
cal_split()
chr2num()
db_download()
db_upload()
dont_sleep()
export_plot()
export_results()
files_functions()
font_exists()
formatColoured()
formatHTML()
glued()
grepm()
h2o_selectmodel()
haveInternet()
image_metadata()
importxlsx()
ip_data()
json2vector()
list_cats()
listfiles()
mail_send()
markdown2df()
move_files()
msplit()
myip()
quiet()
read.file()
statusbar()
tic()
try_require()
warnifnot()
what_size()
if (FALSE) { # Update to CRAN version updateLares(dev = FALSE) # Update to development version from GitHub updateLares(dev = TRUE) # Install with all recommended packages updateLares(all = TRUE) }
Run the code above in your browser using DataLab