-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
38 lines (38 loc) · 1.02 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: plasmapR
Title: Create Plasmid Maps in R
Type: Package
Version: 0.3.1
Authors@R:
person(given = "Brady",
family = "Johnston",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6301-2269"))
Maintainer: Brady Johnston <[email protected]>
Description: Create circular plasmid maps as ggplot objects. Allows for parsing
of .gb files and the creation of plasmid maps. Features allowing for
customisation of aesthetics, like regular ggplot plots.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ggplot2,
stringr,
ggrepel,
cli,
readr,
rlang,
methods,
ggfittext (>= 0.10.0)
Suggests:
knitr,
rmarkdown,
covr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends: R (>= 2.10)
URL: https::/github.com/bradyajohnston/plasmapr
BugReports: https://github.com/bradyajohnston/plasmapr/issues
Config/testthat/edition: 3