Skip to content

Commit

Permalink
Merge pull request #8 from BradyAJohnston/7-coord-cart
Browse files Browse the repository at this point in the history
Fixes error in coord_cartesian()

FIxes #7 where it breaks with changing to cartesian coordinates.
  • Loading branch information
BradyAJohnston authored Jun 1, 2023
2 parents 502fbb9 + fb560d6 commit 244ab7c
Show file tree
Hide file tree
Showing 15 changed files with 278 additions and 1,036 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: plasmapR
Title: Create Plasmid Maps in R
Type: Package
Version: 0.2.1
Version: 0.3.1
Authors@R:
person(given = "Brady",
family = "Johnston",
Expand All @@ -22,11 +22,10 @@ Imports:
stringr,
ggrepel,
cli,
stringi,
readr,
shades,
rlang,
methods
methods,
ggfittext (>= 0.10.0)
Suggests:
knitr,
rmarkdown,
Expand Down
19 changes: 8 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,plasmid)
S3method(makeContent,fittexttree)
S3method(makeContent,fittexttreepolar)
export(StatArrow)
export(StatArrowLabel)
export(plot_plasmid)
export(read_gb)
importFrom(grid,makeContent)
importFrom(rlang,.data)
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,plasmid)
export(StatArrow)
export(StatArrowLabel)
export(plot_plasmid)
export(read_gb)
importFrom(rlang,.data)
Loading

0 comments on commit 244ab7c

Please sign in to comment.