Skip to content

Commit

Permalink
cran submission 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 14, 2022
1 parent a5f1689 commit 1211ae5
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 106 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ references.bib
^WIP/.
^old/.
^CITATION\.cff$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# usethis::use_github_action("check-standard") will install it.
on:
push:
branches: [main, master, v2-branch]
branches: [main, master]
pull_request:
branches: [main, master, v2-branch]
branches: [main, master]

name: R-CMD-check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, v2-branch]
branches: [main, master]
pull_request:
branches: [main, master, v2-branch]
branches: [main, master]

name: lint

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, v2-branch]
branches: [main, master]
pull_request:
branches: [main, master, v2-branch]
branches: [main, master]
release:
types: [published]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, v2-branch]
branches: [main, master]
pull_request:
branches: [main, master, v2-branch]
branches: [main, master]

name: test-coverage

Expand Down
12 changes: 5 additions & 7 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ references:
year: '2022'
notes: Imports
url: https://easystats.github.io/insight/
version: '>= 0.14.5'
version: '>= 0.15.0'
- type: software
title: 'paletteer: Comprehensive Collection of Color Palettes'
authors:
Expand Down Expand Up @@ -261,8 +261,8 @@ references:
orcid: https://orcid.org/0000-0001-9560-6336
year: '2022'
notes: Imports
url: https://easystats.github.io/parameters/
version: '>= 0.15.0'
url: https://CRAN.R-project.org/package=parameters
version: '>= 0.16.0'
- type: software
title: 'patchwork: The Composer of Plots'
authors:
Expand Down Expand Up @@ -303,7 +303,6 @@ references:
year: '2022'
notes: Imports
url: https://easystats.github.io/performance/
version: '>= 0.8.0'
- type: software
title: 'purrr: Functional Programming Tools'
authors:
Expand Down Expand Up @@ -347,18 +346,17 @@ references:
email: patilindrajeet.science@gmail.com
orcid: https://orcid.org/0000-0003-1995-6531
notes: Imports
version: '>= 1.2.0.9000'
version: '>= 1.3.0'
year: '2022'
- type: software
title: 'tidyr: Tidy Messy Data'
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
- family-names: Girlich
given-names: Maximilian
year: '2022'
notes: Imports
url: https://CRAN.R-project.org/package=tidyr
- type: software
title: 'WRS2: A Collection of Robust Statistical Methods'
authors:
Expand Down
14 changes: 5 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.9.0.9000
Version: 0.9.1
Authors@R:
person(given = "Indrajeet",
family = "Patil",
Expand Down Expand Up @@ -31,15 +31,15 @@ Imports:
ggrepel,
ggsignif,
glue,
insight (>= 0.14.5),
insight (>= 0.15.0),
paletteer,
parameters (>= 0.15.0),
parameters (>= 0.16.0),
patchwork,
performance (>= 0.8.0),
performance,
purrr,
rlang,
stats,
statsExpressions (>= 1.2.0.9000),
statsExpressions (>= 1.3.0),
tidyr,
utils,
WRS2
Expand All @@ -64,10 +64,6 @@ Suggests:
testthat (>= 3.1.0),
tibble,
vdiffr
Remotes:
easystats/insight,
easystats/parameters,
IndrajeetPatil/statsExpressions
VignetteBuilder:
knitr
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggstatsplot 0.9.0.9000
# ggstatsplot 0.9.1

N.B. All statistical analysis in `{ggstatsplot}` is carried out in
`{statsExpressions}`. Thus, to see changes related to statistical expressions,
Expand Down
Loading

0 comments on commit 1211ae5

Please sign in to comment.