Skip to content

Commit 80d088e

Browse files
committed
update
1 parent 9e0a8ad commit 80d088e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: aplot
22
Title: Decorate a 'ggplot' with Associated Information
3-
Version: 0.2.4
3+
Version: 0.2.5
44
Authors@R: c(
55
person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
66
person("Shuangbin", "Xu", email = "xshuangbin@163.com", role = "ctb",

R/insertion.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ insert_bottom <- function(.data, plot, height=1) {
118118
##' @importFrom ggplot2 xlab
119119
##' @import yulab.utils
120120
insert_tb <- function(.data, plot, height, side) {
121-
122-
if (yulab.utils:::.hi("virusPlot")) return("hi")
123-
124121
side <- match.arg(side, c("top", "bottom"))
125122
.data <- as.aplot(.data)
126123
.data$n <- .data$n + 1

0 commit comments

Comments
 (0)