/backup.tools

:heavy_check_mark: Helper R package to create file back-ups

Primary LanguageROtherNOASSERTION

R package backup.tools

Lifecycle: experimental R build status

Installation

Download from CRAN-like repository:

repos <- c("https://mokymai.github.io/download/", getOption("repos"))
install.packages("backup.tools", repos = repos)

Download the development version from GitHub (note: to download, on Windows RTools must be installed):

if (!require(remotes)) install.packages("remotes")
remotes::install_github("GegznaV/backup.tools")