Skip to content

Commit 075a8a1

Browse files
committed
remove RVenn
it has been deprecated; no longer on cran
1 parent 405489a commit 075a8a1

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: MetMashR
22
Type: Package
33
Title: Metabolite Mashing with R
4-
Version: 1.3.1
4+
Version: 1.3.2
55
Authors@R: c(
66
person(
77
c("Gavin","Rhys"),
@@ -143,7 +143,6 @@ Suggests:
143143
plyr,
144144
magick,
145145
structToolbox,
146-
RVenn,
147146
ggVennDiagram,
148147
patchwork,
149148
XML,

R/annotation_venn_chart.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ annotation_venn_chart <- function(factor_name,
4646
"factor_name", "line_colour", "fill_colour", "labels", "legend",
4747
"group_column"
4848
),
49-
libraries = c("RVenn", "ggVennDiagram"),
49+
libraries = c("ggVennDiagram"),
5050
factor_name = entity(
5151
name = "Factor name",
5252
description = paste0(
@@ -209,7 +209,7 @@ venn_this <- function(obj, L) {
209209
}
210210

211211
# venn
212-
this <- ggVennDiagram::process_data(RVenn::Venn(L), shape_id = shape)
212+
this <- ggVennDiagram::process_data(ggVennDiagram::Venn(L), shape_id = shape)
213213

214214
# ellipse
215215
vE <- ggVennDiagram::venn_setedge(this)

man/annotation_venn_chart.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)