Skip to content

Commit 244ab7c

Browse files
Merge pull request #8 from BradyAJohnston/7-coord-cart
Fixes error in coord_cartesian() FIxes #7 where it breaks with changing to cartesian coordinates.
2 parents 502fbb9 + fb560d6 commit 244ab7c

15 files changed

Lines changed: 278 additions & 1036 deletions

DESCRIPTION

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: plasmapR
22
Title: Create Plasmid Maps in R
33
Type: Package
4-
Version: 0.2.1
4+
Version: 0.3.1
55
Authors@R:
66
person(given = "Brady",
77
family = "Johnston",
@@ -22,11 +22,10 @@ Imports:
2222
stringr,
2323
ggrepel,
2424
cli,
25-
stringi,
2625
readr,
27-
shades,
2826
rlang,
29-
methods
27+
methods,
28+
ggfittext (>= 0.10.0)
3029
Suggests:
3130
knitr,
3231
rmarkdown,

NAMESPACE

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Generated by roxygen2: do not edit by hand
2-
3-
S3method(as.data.frame,plasmid)
4-
S3method(makeContent,fittexttree)
5-
S3method(makeContent,fittexttreepolar)
6-
export(StatArrow)
7-
export(StatArrowLabel)
8-
export(plot_plasmid)
9-
export(read_gb)
10-
importFrom(grid,makeContent)
11-
importFrom(rlang,.data)
1+
# Generated by roxygen2: do not edit by hand
2+
3+
S3method(as.data.frame,plasmid)
4+
export(StatArrow)
5+
export(StatArrowLabel)
6+
export(plot_plasmid)
7+
export(read_gb)
8+
importFrom(rlang,.data)

0 commit comments

Comments
 (0)