Skip to content

Commit

Permalink
jfa 0.5.7 for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Aug 11, 2021
1 parent 5044311 commit 0d7ab74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render-figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ xBreaks <- plotData[['date']]
yBreaks <- pretty(c(0, plotData[['count']], max(plotData[['count']]) + 200), n = 6)

# Specify the specific release dates (rounded down)
releases <- c('2020-01-01', '2020-08-01', '2020-09-01', '2020-11-01', '2021-01-01', '2021-03-01', '2021-04-01', '2021-05-01', '2021-06-01', '2021-07-01')
releaseLabs <- c('0.1.0', '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.5.1', '0.5.2', '0.5.3', '0.5.4', '0.5.6')
releases <- c('2020-01-01', '2020-08-01', '2020-09-01', '2020-11-01', '2021-01-01', '2021-03-01', '2021-04-01', '2021-05-01', '2021-06-01', '2021-07-01', '2021-08-01')
releaseLabs <- c('0.1.0', '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.5.1', '0.5.2', '0.5.3', '0.5.4', '0.5.6', '0.5.7')

# Create the figure
p <- ggplot2::ggplot(plotData, ggplot2::aes(x = date, y = count)) +
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: jfa
Title: Bayesian and Classical Audit Sampling
Version: 0.5.7
Date: 2021-08-07
Date: 2021-08-11
Authors@R:
person(given = "Koen",
family = "Derks",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

**Minor changes**

- The logo is now displayed in the ?jfa-package help file.
- The logo is now displayed in the `?jfa-package` help file.
- The cheat sheet link has changed in the RADME file.

# jfa 0.5.6

Expand Down

0 comments on commit 0d7ab74

Please sign in to comment.