Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
meerapatelmd committed Sep 30, 2020
1 parent d43434d commit a3f112a
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
Package: chariot
Type: Package
Package: chariot
Title: chariot Package
Version: 0.1.0
URL: https://meerapatelmd.github.io/chariot/, https://github.com/meerapatelmd/chariot/
BugReports: https://github.com/meerapatelmd/chariot/issues/
Authors@R:
person(given = "Meera", family = "Patel, MD", role = c("aut", "cre"), email = "patelmeeray@gmail.com")
Description: Functions that query and model concepts in the OMOP Vocabularies available for download at \href{athena.ohdsi.org}{athena.ohdsi.org}
person(given = "Meera",
family = "Patel, MD",
role = c("aut", "cre"),
email = "patelmeeray@gmail.com")
Description: Functions that query and model concepts in the
OMOP Vocabularies available for download at
\href{athena.ohdsi.org}{athena.ohdsi.org}
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://meerapatelmd.github.io/chariot/,
https://github.com/meerapatelmd/chariot/
BugReports: https://github.com/meerapatelmd/chariot/issues/
Depends:
R (>= 2.10)
Imports:
dplyr,
tidyr,
magrittr,
pg13,
purrr,
stringr,
R.cache,
pg13,
rubix,
secretary,
magrittr
Remotes:
patelm9/rubix,
patelm9/secretary
stringr,
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)
VignetteBuilder:
knitr
Remotes:
patelm9/rubix,
patelm9/secretary
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1

0 comments on commit a3f112a

Please sign in to comment.