Browse Source

Initial commit

master
Maxime Wack 7 years ago
commit
aaaeb275fb
5 changed files with 20 additions and 0 deletions
  1. +2
    -0
      .Rbuildignore
  2. +3
    -0
      .gitignore
  3. +9
    -0
      DESCRIPTION
  4. +2
    -0
      NAMESPACE
  5. +4
    -0
      README.md

+ 2
- 0
.Rbuildignore View File

@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$

+ 3
- 0
.gitignore View File

@@ -0,0 +1,3 @@
.Rproj.user
.Rhistory
.RData

+ 9
- 0
DESCRIPTION View File

@@ -0,0 +1,9 @@
Package: R2b2
Title: R package to manage an i2b2 instance and import data.
Version: 0.0.0.9000
Authors@R: person("Maxime", "Wack", email = "maximewack@free.fr", role = c("aut", "cre"))
Description: Manage, ETL and import data in i2b2
Depends: R (>= 3.3.2)
License: GPL-3.0
Encoding: UTF-8
LazyData: true

+ 2
- 0
NAMESPACE View File

@@ -0,0 +1,2 @@
# Generated by roxygen2: fake comment so roxygen2 overwrites silently.
exportPattern("^[^\\.]")

+ 4
- 0
README.md View File

@@ -0,0 +1,4 @@
# R2b2

Manage an i2b2 instance installed from the VM.
ETL and import data

Loading…
Cancel
Save