-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 977 Bytes
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 977 Bytes
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
39
40
41
42
43
44
45
46
47
48
Package: devoptera
Type: Package
Title: Practical Tools for R Developers
Version: 1.0.0
Date: 2026-03-08
Authors@R:
c(person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191"))
)
Description: Echoverse module: Practical tools for R developers.
URL: https://github.com/RajLabMSSM/devoptera
BugReports: https://github.com/RajLabMSSM/devoptera/issues
Encoding: UTF-8
Depends: R (>= 4.1)
biocViews:
Software,
Genetics,
FunctionalGenomics,
SystemsBiology
Imports:
rlang,
devtools,
BiocCheck,
methods,
here,
data.table,
R.utils,
rstudioapi
Suggests:
rworkflows,
rmarkdown,
testthat,
covr,
BiocStyle,
ggimage,
ggplot2,
knitr,
markdown,
hexSticker
Remotes:
github::neurogenomics/rworkflows
RoxygenNote: 7.3.3
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3