Skip to content

Commit 7d4a4c8

Browse files
authored
Merge pull request #44 from uclahs-cds/add-author
add authors field
2 parents 194ef07 + 401293d commit 7d4a4c8

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

DESCRIPTION

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
Package: VennDiagram
2-
Version: 1.8.1
2+
Version: 1.8.2
33
Type: Package
44
Title: Generate High-Resolution Venn and Euler Plots
5-
Author: Hanbo Chen
6-
Maintainer: Paul Boutros <[email protected]>
5+
Authors@R: c(
6+
person(given = "Hanbo",
7+
family = "Chen",
8+
role = "aut"),
9+
person(given = "Paul",
10+
family = "Boutros",
11+
role = "cre",
12+
email = "[email protected]"))
713
Imports:
814
methods
915
Depends: R (>= 3.5.0), grid (>= 2.14.1), futile.logger
1016
Description: A set of functions to generate high-resolution Venn and Euler plots. Includes handling for several special cases, including two-case scaling, and extensive customization of plot shape and structure.
11-
URL: https://github.com/uclahs-cds/public-R-VennDiagram
12-
BugReports: https://github.com/uclahs-cds/public-R-VennDiagram/issues
17+
URL: https://github.com/uclahs-cds/package-VennDiagram
18+
BugReports: https://github.com/uclahs-cds/package-VennDiagram/issues
1319
License: GPL-2
1420
LazyLoad: yes
1521
Suggests: testthat

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
VennDiagram 1.8.2 2026-01-08 (Rupert Hugh-White)
2+
---------------------------------------------------------------------------------------------------
3+
MINOR UPDATES
4+
* Add an Authors@R field to DESCRIPTION
5+
16
VennDiagram 1.8.1 2026-01-07 (Rupert Hugh-White)
27
---------------------------------------------------------------------------------------------------
38
MINOR UPDATES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A side-by-side comparison of an Euler diagram and a Venn diagram for the same hy
7979

8080
## Resources
8181

82-
Available resources for VennDiagram include the package [CRAN page](https://CRAN.R-project.org/package=VennDiagram) and [reference manual](https://cran.r-project.org/web/packages/VennDiagram/VennDiagram.pdf).
82+
Available resources for VennDiagram include the package [CRAN page](https://CRAN.R-project.org/package=VennDiagram), which links to the reference manual.
8383

8484
## Getting help
8585

0 commit comments

Comments
 (0)