Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 772 Bytes

NEWS.md

File metadata and controls

14 lines (12 loc) · 772 Bytes

datr 0.1.0

  • dat_install(): Install Dat binaries
  • ACTION_dat(), where ACTION is replacable with:
    • clone => create local copy of Dat filesystem
    • create => interactively create a Dat filesystem in working directory
    • share => initialize Dat filesystem (without metadata) and synchronize
    • sync => restore synchronization of working directory with Dat network
    • pull => update local copy of Dat filesystem remote updates
    • log => show the append-only log of the working directory Dat
    • status => show information about Dat filesystem (link, size, version)
  • install_dat(): Install an R package hosted on the Dat network
  • RStudio does not like interactive system calls, which this package is based on (see also issue #8). Beware!