knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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


GegznaV/backup.tools documentation built on Aug. 29, 2023, 9:01 p.m.