-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1 KB
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
Package: CreateAPackage
Title: Material on how to create and submit a package to Bioconductor
Version: 0.1.4
Authors@R: c(
person("Kayla", "Interdonato", role=c("aut", "cre"),
email = "kayla.morrell@roswellpark.org"),
person("Lori", "Shepherd", role = "aut",
email = "lori.shepherd@roswellpark.org"))
Description: The vignette provided has a basic sketch of the steps we
ineractively will go through to build a package with devtools, explains
version control with git, provides links to github, gives Bioconductor
advice, and lays out the process of submitting to Bioconductor.
License: Artistic-2.0
Encoding: UTF-8
LazyDate: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends: devtools
Suggests: knitr,
rmarkdown,
testthat,
BiocStyle,
roxygen2,
pkgdown
URL: https://kayla-morrell.github.io/CreateAPackage/
BugReports: https://github.com/Kayla-Morrell/CreateAPackage/issues
VignetteBuilder: knitr
DockerImage: kaylainterdonato01/createapackage:latest