Coder Social home page Coder Social logo

keybase's Introduction

keybase

Project Status: Abandoned

This repository has been archived. The former README is now in README-NOT.md.

keybase's People

Contributors

hrbrmstr avatar maelle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

keybase's Issues

ERROR: dependency ‘scrypt’ is not available for package ‘keybase’

I'm having troubles installing your package.

> devtools::install_github('hrbrmstr/keybase')
Downloading GitHub repo hrbrmstr/keybase@master
from URL https://api.github.com/repos/hrbrmstr/keybase/zipball/master
Installing keybase
'/usr/local/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD  \
  INSTALL '/tmp/RtmpxbvCxy/devtoolsa72d0ae973/hrbrmstr-keybase-803feb0'  \
  --library='/usr/local/lib/R/site-library' --install-tests 

ERROR: dependency ‘scrypt’ is not available for package ‘keybase’
* removing ‘/usr/local/lib/R/site-library/keybase’
Installation failed: Command failed (1)

What am I missing?

Transfer to personal account?

@hrbrmstr 👋 according to our recently created package curation policy this repo should now be transferred to either one of your personal accounts, or the ropensci-archive organization.

If you don't answer within one month, I'll transfer the repository to ropensci-archive, after which you could still email me to transfer the repo to a personal account.

Thank you!

help encrypting a file

I was able to install keybase and I can encrypt a file for myself. For example:

library(keybase)
secret.df <- data.frame(x=rnorm(100), y=runif(100))
saveRDS(secret.df, "df.RDS")
kb_encrypt_file(users = "ignacio", infile = 'df.RDS', outfile = 'df.encrypted', binary = TRUE)

Alas, I cannot figure out how to encrypt a file for someone else:

> kb_encrypt_file(users = "hrbrmstr", infile = 'df.RDS', outfile = 'df2.encrypted', binary = TRUE)
Warning message:
running command ''/usr/bin/keybase' encrypt hrbrmstr -b -i 'df.RDS' -o 'df2.encrypted' 2>&1' had status 2 

What am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.