Package 'nomad'

Title: Create Portable R Repositories
Description: Collects together all the bits required to easily install packages from R in situations with limited internet.
Authors: Rich FitzJohn [aut, cre], Thibaut Jombart [aut], Zhian N. Kamvar [ctb]
Maintainer: Rich FitzJohn <[email protected]>
License: MIT + file LICENSE
Version: 0.0.1
Built: 2024-10-27 02:48:17 UTC
Source: https://github.com/reconhub/nomad

Help Index


Build a nomad archive from github

Description

Build a nomad archive from a github repository

Usage

build(ref, dest, progress = NULL)

build_path(path, dest, progress = NULL)

Arguments

ref

A reference in username/repo format. Branches may be used.

dest

Destination directory - must be an empty directory if it exists, otherwise specify a new place.

progress

Passed through to nomad::pack

path

Path to source, when using build_path


Create recon usb stick

Description

Create recon usb stick

Usage

pack(path, progress = NULL)

Arguments

path

Path to download things to. This directory must already exist, and may contain a nomad.yml file to control the behaviour of nomad.

progress

Print a progress bar for each downloaded file. The default NULL respects the value of getOption(provisionr.download.progress) which you can set to FALSE to prevent the printing of progress bars.