Skip to content

datashield/dsExampleClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsExampleClient

The goal of dsExampleClient is to show how to write a basic DataSHIELD client-side package.

Installation

Clone this repository by opening the terminal in R and typing:

git clone https://github.com/timcadman/dsExample my/target/path

To use this package as a template for your new DataSHIELD package, perform the following steps:

  • Log in to Github and create a github repository for your new package
  • Create a local folder for your new package and copy this repository to that folder
  • Open the terminal in R, navigate to the folder of your new package and type:
git init

Link this package with your new repository by typing in the terminal:

git remote add origin https://github.com/myGithubUsername/myNewPackageClient