Skip to content

Commit 83f8242

Browse files
authored
v0.11.6 (#829)
* Increment version number to 0.11.6 * chore: polish news * chore: urlchecker::url_check() * chore: document() * chore: update cran-comments
1 parent 17fd035 commit 83f8242

File tree

8 files changed

+16
-31
lines changed

8 files changed

+16
-31
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: learnr
33
Title: Interactive Tutorials for R
4-
Version: 0.11.5.9000
4+
Version: 0.11.6
55
Authors@R: c(
66
person("Garrick", "Aden-Buie", , "garrick@posit.co", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-7111-0077")),
@@ -73,5 +73,5 @@ Config/Needs/coverage: covr
7373
Config/Needs/website: pkgdown, tidyverse/tidytemplate
7474
Encoding: UTF-8
7575
Roxygen: list(markdown = TRUE)
76-
RoxygenNote: 7.3.2
76+
RoxygenNote: 7.3.3
7777
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# learnr (development version)
1+
# learnr 0.11.6
22

3-
- Fixed a test that was failing on CRAN's Fedora gcc environment. (#827)
3+
- Fixed a test that was failing on CRAN's Fedora gcc environment. (#827)
44

55
- Added a new option, `tutorial.exercise.throttle`, to slow down successive exercise execution. This option should be set to the number of seconds a user will have to wait between performing code executions. The option defaults to 1 second to deter rapid code executions. To disable submission throttling, call `options(tutorial.exercise.throttle = 0)` within your setup chunk. (@internaut, #818)
66

R/available_tutorials.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ available_tutorials <- function(package = NULL) {
3636
#' `tutorials` is a \code{data.frame} containing
3737
#' "package": name of package; string
3838
#' "name": Tutorial directory. (can be passed in as `run_tutorial(NAME, PKG)`; string
39-
#' "title": Tutorial title from yaml header; [NA]
40-
#' "description": Tutorial description from yaml header; [NA]
41-
#' "package_dependencies": Packages needed to run tutorial; [lsit()]
42-
#' "private": Boolean describing if tutorial should be indexed / displayed; [FALSE]
43-
#' "yaml_front_matter": list column of all yaml header info; [list()]
39+
#' "title": Tutorial title from yaml header; [`NA`]
40+
#' "description": Tutorial description from yaml header; [`NA`]
41+
#' "package_dependencies": Packages needed to run tutorial; [`list()`]
42+
#' "private": Boolean describing if tutorial should be indexed / displayed; [`FALSE`]
43+
#' "yaml_front_matter": list column of all yaml header info; [`list()`]
4444
#' @noRd
4545
available_tutorials_for_package <- function(package) {
4646
an_error <- function(...) {

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
status](https://github.com/rstudio/learnr/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/learnr)
77
[![CRAN
88
status](https://www.r-pkg.org/badges/version/learnr)](https://CRAN.R-project.org/package=learnr)
9-
[![learnr downloads per
10-
month](http://cranlogs.r-pkg.org/badges/learnr)](http://www.rpackages.io/package/learnr)
119
[![DOI](https://zenodo.org/badge/71377580.svg)](https://zenodo.org/badge/latestdoi/71377580)
1210
<br /> [![GitHub
1311
Discussions](https://img.shields.io/github/discussions/rstudio/learnr?logo=github&style=social)](https://github.com/rstudio/learnr/discussions)
14-
[![RStudio
15-
community](https://img.shields.io/badge/community-teaching-blue?style=social&logo=rstudio&logoColor=75AADB)](https://community.rstudio.com/c/teaching/13)
16-
[![RStudio
17-
community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=rstudio&logoColor=75AADB)](https://community.rstudio.com/new-topic?title=&category_id=13&tags=learnr&body=%0A%0A%0A%20%20--------%0A%20%20%0A%20%20%3Csup%3EReferred%20here%20by%20%60learnr%60%27s%20GitHub%3C/sup%3E%0A&u=barret)
12+
[![Posit
13+
community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=posit&logoColor=447099)](https://forum.posit.co/latest?tags=learnr)
1814
<!-- badges: end -->
1915

2016
The **learnr** package makes it easy to turn any [R

cran-comments.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
This is a patch release primarily containing a fix requested by CRAN to adjust our tests in r-devel. We no longer expect to be able to adjust the language of R messages when `LC_ALL="C"` or `"C.UTF-8"`.
2-
31
## R CMD check results
42

53
0 errors | 0 warnings | 0 notes
6-
7-
## revdepcheck results
8-
9-
We checked 20 reverse dependencies (19 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
10-
11-
* We saw 0 new problems
12-
* We failed to check 0 packages

man/mock_exercise.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd-fragments/badges.Rmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<!-- badges: start -->
22
[![R build status](https://github.com/rstudio/learnr/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/learnr)
33
[![CRAN status](https://www.r-pkg.org/badges/version/learnr)](https://CRAN.R-project.org/package=learnr)
4-
[![learnr downloads per month](http://cranlogs.r-pkg.org/badges/learnr)](http://www.rpackages.io/package/learnr)
54
[![DOI](https://zenodo.org/badge/71377580.svg)](https://zenodo.org/badge/latestdoi/71377580)
6-
<br />
5+
<br />
76
[![GitHub Discussions](https://img.shields.io/github/discussions/rstudio/learnr?logo=github&style=social)](https://github.com/rstudio/learnr/discussions)
8-
[![RStudio community](https://img.shields.io/badge/community-teaching-blue?style=social&logo=rstudio&logoColor=75AADB)]( https://community.rstudio.com/c/teaching/13)
9-
[![RStudio community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=rstudio&logoColor=75AADB)](https://community.rstudio.com/new-topic?title=&category_id=13&tags=learnr&body=%0A%0A%0A%20%20--------%0A%20%20%0A%20%20%3Csup%3EReferred%20here%20by%20%60learnr%60%27s%20GitHub%3C/sup%3E%0A&u=barret)
7+
[![Posit community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=posit&logoColor=447099)](https://forum.posit.co/latest?tags=learnr)
108
<!-- badges: end -->

man/tutorial.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)