README.md

syncr

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis-CI Build Status AppVeyor Build Status codecov.io

Synchronise Directories

Syncronise directories using rsync. This just uses system2 to shell out to call rsync; not any fancy library connections or anything. On windows, install Rtools and this package will work.

WARNING This package just wraps rsync. It doesn't protect you from it deleting all your files, overwriting your thesis or painting your pet dog.

Installation

drat:::add("mrc-ide")
install.packages("syncr")

Usage

syncr::rsync(src = system.file("DESCRIPTION", package = "syncr"), dest = tempfile(), dry_run = TRUE)


richfitz/syncr documentation built on May 27, 2019, 8:42 a.m.