Skip to content

Commit

Permalink
jfa 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Mar 2, 2021
1 parent 3636a01 commit 759cd73
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 460 deletions.
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.1
Date: 2021-01-19
Date: 2021-03-02
Authors@R:
person(given = "Koen",
family = "Derks",
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following instructions will get the `jfa` package up and running on your loc

### Installing

The `jfa` package is simple to download and set-up. The most recent version from [CRAN](https://cran.r-project.org/package=jfa) (0.5.0) can be downloaded by running the following command in R or RStudio:
The `jfa` package is simple to download and set-up. The most recent version from [CRAN](https://cran.r-project.org/package=jfa) (0.5.1) can be downloaded by running the following command in R or RStudio:

```
install.packages("jfa")
Expand Down Expand Up @@ -251,8 +251,8 @@ xBreaks <- plotData[["date"]]
yBreaks <- pretty(c(0, plotData[["count"]], max(plotData[["count"]]) + 200), n = 6)
# Releases
releases <- c("2020-01-01", "2020-08-01", "2020-09-01", "2020-11-01", "2021-01-01")
releaseLabs <- c("v0.1.0", "v0.2.0", "v0.3.0", "v0.4.0", "v0.5.0")
releases <- c("2020-01-01", "2020-08-01", "2020-09-01", "2020-11-01", "2021-01-01", "2021-03-01")
releaseLabs <- c("v0.1.0", "v0.2.0", "v0.3.0", "v0.4.0", "v0.5.0", "v0.5.1")
p <- ggplot2::ggplot(plotData, ggplot2::aes(x = date, y = count)) +
ggplot2::geom_bar(stat = "identity", fill = rgb(65, 104, 195, maxColorValue = 255),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ your local machine for use in R and RStudio.
### Installing

The `jfa` package is simple to download and set-up. The most recent
version from [CRAN](https://cran.r-project.org/package=jfa) (0.5.0) can
version from [CRAN](https://cran.r-project.org/package=jfa) (0.5.1) can
be downloaded by running the following command in R or RStudio:

install.packages("jfa")
Expand Down
Loading

0 comments on commit 759cd73

Please sign in to comment.