-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
25 lines (25 loc) · 866 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: readHCUP
Title: Easily load and work with HCUP datasets
Version: 0.0.0.9000
Authors@R:
person("Jon", "Bryant", email = "[email protected]", role = c("aut", "cre"),)
Description: Easily load and work with HCUP datasets, such as the NIS datasets, without needing to deal with finding the variable names, na values, etc. Current developer version works with the NIS 2019 V2 dataset. More datasets supported in the near future.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
readr
Depends:
R (>= 2.10)
URL: https://github.com/jonbry/readHCUP, https://jonbry.github.io/readHCUP/
BugReports: https://github.com/jonbry/readHCUP/issues
Suggests:
devtools,
dplyr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: true
VignetteBuilder: knitr