Skip to content

Commit

Permalink
Merge branch 'main' into stefaneng-s3-print-26
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-knight authored Aug 23, 2023
2 parents a1a14de + 81b03a9 commit 2b56e43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:

# Run CICD-base
- name: CICD-base
uses: docker://blcdsdockerregistry/cicd-base:latest
uses: docker://ghcr.io/uclahs-cds/cicd-base:latest
env:
VALIDATE_R: false
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Package: VennDiagram
Version: 1.8.0
Type: Package
Title: Generate High-Resolution Venn and Euler Plots
Date: 2022-09-19
Date: 2023-08-23
Author: Hanbo Chen
Maintainer: Paul Boutros <[email protected]>
Imports:
methods
Depends: R (>= 3.5.0), grid (>= 2.14.1), futile.logger
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.
URL: https://github.com/uclahs-cds/public-R-VennDiagram
BugReports: https://github.com/uclahs-cds/public-R-VennDiagram/issues
License: GPL-2
LazyLoad: yes
Suggests: testthat
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
VennDiagram 1.8.0 2023-02-28 (Stefan Eng)
VennDiagram 1.8.0 2023-08-23 (Stefan Eng, Dan Knight)
---------------------------------------------------------------------------------------------------
MINOR UPDATES
* Implemented S3 print/plot methods for VennDiagram class
* Update CICD workflows

VennDiagram 1.7.5 2023-02-28 (Stefan Eng)
---------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2b56e43

Please sign in to comment.