OHDSI/OhdsiSharing

Name: OhdsiSharing

Owner: Observational Health Data Sciences and Informatics

Description: [Under development] Package for sharing of the results of the OHDSI tools

Created: 2014-04-04 18:34:36.0

Updated: 2017-02-24 13:13:27.0

Pushed: 2017-10-25 13:25:44.0

Homepage:

Size: 34491

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OhdsiSharing

Introduction

This is an R package for sharing data between OHDSI partners.

Features

Examples

rateKeyPair("public.key", "private.key")
yptFile("data.rds", "data.rds.enc", "public.key")
yptFile("data.rds.enc", "data2.rds", "private.key")

Technology

The OhdsiSharing package is an R package. Cryptography uses the Java Cryptography Architecture.

System Requirements

Running the package requires R. Also requires Java 1.6 or higher.

Dependencies

Getting Started

Use these commands in R to download and install the OhdsiSharing package:

all.packages("devtools")
ary("devtools")
all_github("ohdsi/OhdsiSharing")

If you want to use S3 functions, it is advisable to also install `aws.s3`:

all.packages("aws.s3", repos = "http://cloudyr.github.io/drat")

Getting Involved

License

OhdsiSharing is licensed under Apache License 2.0

Development

OhdsiSharing is being developed in R Studio.

Development status

Build Status

Under development


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.