Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
/datrPublic archive

R package to interface with the decentralized dat network.

License

GPL-3.0, CC0-1.0 licenses found

Licenses found

GPL-3.0
LICENSE.md
CC0-1.0
LICENSE_CONTENT.md
NotificationsYou must be signed in to change notification settings

libscie/datr

All ContributorsCRAN statusCRAN_Downloads_Total

datr allows R users to interact with theDat network. You can load, store, or share data on the Dat network, without including any intermediaries that can snoop on your content. All transfers are end-to-end encrypted.

THIS PACKAGE IS NO LONGER MAINTAINED.Dat has been replaced by the Hypercore protocol.

Example

GIF of demo

or in plain text

datr::dat_install(os='linux')datr::clone_dat('dat://0286381d95864386a83aadb136a60c1d09d079c5a4ff0e403fa126644ba4c6ab',dir='~/test-datr/')dir.create('~/test-datr-sharing')setwd('~/test-datr-sharing')datr::create_dat()write.csv(data.frame(x= rnorm(100,0,1),y= rnorm(100,50,23)),'~/test-datr-sharing/test-data.csv',row.names=FALSE)datr::sync_dat()

Installation

You can installdatr from GitHub with:

# install.packages("devtools")devtools::install_github("libscie/datr")

See below forWindows,Mac, andLinux specific instructions for installing Dat.v0.1.0 will be submitted to CRAN (almost done 🏁)!

Windows

Fire upRwith Administrator privileges by right clicking the icon and selecting "Run as administrator"

Run as administrator

Once the program launches, rundatr::dat_install(). The package then initiates downloading Dat and installs it on your local machine.

Upon completion, reboot R and you can start using the package 😻 (adminstrator privileges no longer needed)

Mac

devtools::install_github('libscie/datr',ref='install')datr::dat_install(os='macos')

Note that there currently is an issue out that could benefit from feedback on installation on Mac (#7).

Linux

Rundatr::dat_install(os = 'linux') from your R console. There's no need to specify which flavor of Linux you're running, but you might to need to restart your R session 🙋

Code of conduct

This project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms. We welcome you with open arms if you are mindful and respectful of differences. You might not always understand another person's perspective; acknowledging that other people's feelings or perspectives are valid regardless of your understanding is prerequisite number one to being both mindful and respectful. We will not consider contributions if they are not done in a respectful manner, no matter how "genius" they might be.

License

All code is licensed GPLv3. All non-code assets are available under aCC 0 Public Domain Dedication.

Contributors

Thanks goes to these wonderful people (emoji key):

Chris Hartgerink
Chris Hartgerink

🚧💻🎨
boB Rudis
boB Rudis

💻

This project follows theall-contributors specification. Contributions of any kind welcome!

About

R package to interface with the decentralized dat network.

Topics

Resources

License

GPL-3.0, CC0-1.0 licenses found

Licenses found

GPL-3.0
LICENSE.md
CC0-1.0
LICENSE_CONTENT.md

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp