Skip to content

Commit

Permalink
Merge pull request #11 from bradlindblad/dev
Browse files Browse the repository at this point in the history
0.4.0
  • Loading branch information
bradlindblad authored Nov 20, 2023
2 parents e52d560 + 0f6e433 commit 4360149
Show file tree
Hide file tree
Showing 224 changed files with 31,234 additions and 149 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
ESV_API_KEY: ${{ secrets.ESV_API_KEY }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
ESV_API_KEY: ${{ secrets.ESV_API_KEY }}

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.4.0
Date: 2023-11-13 18:44:51 UTC
SHA: 9d2a4cbc3c9372a74d115d52dba5a2519222cae6
10 changes: 6 additions & 4 deletions DESCRIPTION
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: proverbs
Title: Print a Daily Bible Proverb to Console
Version: 0.3.0.9000
Version: 0.4.0
Authors@R:
person("Brad", "Lindblad", , "[email protected]", role = c("aut", "cre", "cph"))
Description: A simple package to grab a Bible proverb corresponding to the
Expand All @@ -10,12 +10,14 @@ URL: https://github.com/bradlindblad/proverbs,
https://bradlindblad.github.io/proverbs/
BugReports: https://github.com/bradlindblad/proverbs/issues
Imports:
checkmate,
cli,
crayon,
httr,
httr2,
glue,
lubridate,
magrittr,
purrr,
rvest,
stringr
Suggests:
covr,
Expand All @@ -24,5 +26,5 @@ Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified LICENSE.md
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions NAMESPACE
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(proverb)
export(translations)
importFrom(magrittr,"%>%")
7 changes: 6 additions & 1 deletion NEWS.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# proverbs 0.4.0


# proverbs 0.3.0

# proverbs 0.4.0
* Upgraded to {httr2} for all API work
* Added more verbose error trapping
* Switched from %>% to native pipe |>
* Used {checkmate} to validate inputs


Added support for ESV version
Expand Down
Loading

0 comments on commit 4360149

Please sign in to comment.