dat_install: Dat install

Description Usage Arguments Value Examples

Description

Download the released binaries for Dat and add them to your environment. If a more recent version has been released, you can specify it as argument (we try to update it accordingly, but might sometimes have time off!).

Usage

1
dat_install(os = "win", path, ver = "13.10.0")

Arguments

os

'win' (Windows), 'mac', or 'linux'

path

Where to install Dat

ver

Version. See https://github.com/datproject/dat/releases

Value

NULL. Prints stdout of terminal along the way.

Examples

1
2
3
4
5
6
## Not run: 
  dat_install(os = 'win')
  dat_install(os = 'macos')
  dat_install(os = 'linux')

## End(Not run)

datr documentation built on May 1, 2019, 8:04 p.m.