-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.09 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: rezonateR
Title: A Support Package for Working with Rezonator in R
Version: 0.1.3.0000
Authors@R:
c(person(given = "Ryan Ka Yau",
family = "Lai",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6478-0649")),
person(given = "John W",
family = "Du Bois",
role = c("ths"),
email = "[email protected]")
)
Maintainer: Ryan Ka Yau Lai <[email protected]>
Description: This is a package, still in very early alpha, that a) takes data annotated in Rezonator and turns it into a format useable in R, and b) moulds data in formats currently unsupported by Rezonator into a shape importable into Rezonator.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
xml2,
rjson,
stats
Depends:
dplyr,
readr,
stringr,
rlang,
R (>= 2.10)
VignetteBuilder: knitr
URL: https://rezonators.github.io/rezonateR/