Skip to content

Commit

Permalink
v0.11.4 (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed May 25, 2023
1 parent 9e18b55 commit 653f2b7
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 68 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: learnr
Title: Interactive Tutorials for R
Version: 0.11.3.9000
Version: 0.11.4
Authors@R: c(
person("Garrick", "Aden-Buie", , "garrick@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# learnr (development version)
# learnr 0.11.4

- Moved curl from Imports to Suggests. curl is only required when using an external evaluator (#776).
- The default `try_again` message for checkbox questions now prompts the student to "select every correct answer" regardless of whether the question was created by `qustion()` or `question_checkbox()` (#783).

- The default `try_again` message for checkbox questions now prompts the student to "select every correct answer" regardless of whether the question was created by `question()` or `question_checkbox()` (#783).

# learnr 0.11.3

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a patch release containing a few small bug fixes and minor features.

## revdepcheck results

We checked 14 reverse dependencies (13 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 15 reverse dependencies (14 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
126 changes: 63 additions & 63 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
# Platform

|field |value |
|:--------|:------------------------------|
|version |R version 4.2.2 (2022-10-31) |
|os |macOS Ventura 13.2 |
|system |aarch64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2023-03-14 |
|pandoc |3.1 @ /opt/homebrew/bin/pandoc |
|field |value |
|:--------|:--------------------------------|
|version |R version 4.3.0 (2023-04-21) |
|os |macOS Ventura 13.3.1 |
|system |aarch64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2023-05-24 |
|pandoc |3.1.2 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-----------|:---------|:---------|:--|
|learnr |0.11.2 |0.11.3 |* |
|backports |1.4.1 |1.4.1 | |
|base64enc |0.1-3 |0.1-3 | |
|bslib |0.4.2 |0.4.2 | |
|cachem |1.0.7 |1.0.7 | |
|checkmate |2.1.0 |2.1.0 | |
|cli |3.6.0 |3.6.0 | |
|commonmark |1.8.1 |1.8.1 | |
|crayon |1.5.2 |1.5.2 | |
|curl |5.0.0 |5.0.0 | |
|digest |0.6.31 |0.6.31 | |
|ellipsis |0.3.2 |0.3.2 | |
|evaluate |0.20 |0.20 | |
|fastmap |1.1.1 |1.1.1 | |
|fontawesome |0.5.0 |0.5.0 | |
|fs |1.6.1 |1.6.1 | |
|glue |1.6.2 |1.6.2 | |
|highr |0.10 |0.10 | |
|htmltools |0.5.4 |0.5.4 | |
|htmlwidgets |1.6.1 |1.6.1 | |
|httpuv |1.6.9 |1.6.9 | |
|jquerylib |0.1.4 |0.1.4 | |
|jsonlite |1.8.4 |1.8.4 | |
|knitr |1.42 |1.42 | |
|later |1.3.0 |1.3.0 | |
|lifecycle |1.0.3 |1.0.3 | |
|magrittr |2.0.3 |2.0.3 | |
|markdown |1.5 |1.5 | |
|memoise |2.0.1 |2.0.1 | |
|mime |0.12 |0.12 | |
|promises |1.2.0.1 |1.2.0.1 | |
|R6 |2.5.1 |2.5.1 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.10 |1.0.10 | |
|renv |0.17.0-40 |0.17.0-49 |* |
|rlang |1.0.6 |1.0.6 | |
|rmarkdown |2.20 |2.20 | |
|rprojroot |2.0.3 |2.0.3 | |
|sass |0.4.5 |0.4.5 | |
|shiny |1.7.4 |1.7.4 | |
|sourcetools |0.1.7-1 |0.1.7-1 | |
|stringi |1.7.12 |1.7.12 | |
|stringr |1.5.0 |1.5.0 | |
|tinytex |0.44 |0.44 | |
|vctrs |0.5.2 |0.5.2 | |
|withr |2.5.0 |2.5.0 | |
|xfun |0.37 |0.37 | |
|xtable |1.8-4 |1.8-4 | |
|yaml |2.3.7 |2.3.7 | |
|package |old |new |Δ |
|:-----------|:-------|:-----------|:--|
|learnr |0.11.3 |0.11.3.9999 |* |
|backports |1.4.1 |1.4.1 | |
|base64enc |0.1-3 |0.1-3 | |
|bslib |0.4.2 |0.4.2 | |
|cachem |1.0.8 |1.0.8 | |
|checkmate |2.2.0 |2.2.0 | |
|cli |3.6.1 |3.6.1 | |
|commonmark |1.9.0 |1.9.0 | |
|crayon |1.5.2 |1.5.2 | |
|curl |5.0.0 |NA |* |
|digest |0.6.31 |0.6.31 | |
|ellipsis |0.3.2 |0.3.2 | |
|evaluate |0.21 |0.21 | |
|fastmap |1.1.1 |1.1.1 | |
|fontawesome |0.5.1 |0.5.1 | |
|fs |1.6.2 |1.6.2 | |
|glue |1.6.2 |1.6.2 | |
|highr |0.10 |0.10 | |
|htmltools |0.5.5 |0.5.5 | |
|htmlwidgets |1.6.2 |1.6.2 | |
|httpuv |1.6.11 |1.6.11 | |
|jquerylib |0.1.4 |0.1.4 | |
|jsonlite |1.8.4 |1.8.4 | |
|knitr |1.42 |1.42 | |
|later |1.3.1 |1.3.1 | |
|lifecycle |1.0.3 |1.0.3 | |
|magrittr |2.0.3 |2.0.3 | |
|markdown |1.7 |1.7 | |
|memoise |2.0.1 |2.0.1 | |
|mime |0.12 |0.12 | |
|promises |1.2.0.1 |1.2.0.1 | |
|R6 |2.5.1 |2.5.1 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.10 |1.0.10 | |
|renv |0.17.3 |0.17.3 | |
|rlang |1.1.1 |1.1.1 | |
|rmarkdown |2.21 |2.21 | |
|rprojroot |2.0.3 |2.0.3 | |
|sass |0.4.6 |0.4.6 | |
|shiny |1.7.4 |1.7.4 | |
|sourcetools |0.1.7-1 |0.1.7-1 | |
|stringi |1.7.12 |1.7.12 | |
|stringr |1.5.0 |1.5.0 | |
|tinytex |0.45 |0.45 | |
|vctrs |0.6.2 |0.6.2 | |
|withr |2.5.0 |2.5.0 | |
|xfun |0.39 |0.39 | |
|xtable |1.8-4 |1.8-4 | |
|yaml |2.3.7 |2.3.7 | |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 14 reverse dependencies (13 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 15 reverse dependencies (14 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down

0 comments on commit 653f2b7

Please sign in to comment.