Skip to content

Commit d43c1fb

Browse files
authored
Merge pull request #1 from billdenney/v1.0
V1.0
2 parents f64d08a + b32993e commit d43c1fb

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^docs$
88
^pkgdown$
99
^cran-comments\.md$
10+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 1.0.0
2+
Date: 2024-02-06 17:31:38 UTC
3+
SHA: fd75895fd4e93aaa2308e0a4185503e3d18d1d45

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: ggtibble
22
Title: Create Tibbles and Lists of 'ggplot' Figures for Reporting
3-
Version: 0.0.0.9000
3+
Version: 1.0.0
44
Authors@R:
55
person("Bill", "Denney", email="wdenney@humanpredictions.com", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X"))
66
Description:
77
Create tibbles and lists of 'ggplot' figures that can be modified as easily as
8-
regular ggplot figures. Typical use cases are for creating reports or web
8+
regular 'ggplot' figures. Typical use cases are for creating reports or web
99
pages where many figures are needed with different data and similar
1010
formatting.
1111
License: GPL (>= 3)

cran-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44

55
* The requirement for R 4.3 is due to the need for 'chooseOpsMethod()' for
66
mathematical operators between 'ggplot2' objects and objects in this package.
7+
* I added quotes to 'ggplot' in the DESCRIPTION file

0 commit comments

Comments
 (0)