Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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.5.9000
Version: 0.11.6
Authors@R: c(
person("Garrick", "Aden-Buie", , "garrick@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
Expand Down Expand Up @@ -73,5 +73,5 @@ Config/Needs/coverage: covr
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# learnr (development version)
# learnr 0.11.6

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

- 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)

Expand Down
10 changes: 5 additions & 5 deletions R/available_tutorials.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ available_tutorials <- function(package = NULL) {
#' `tutorials` is a \code{data.frame} containing
#' "package": name of package; string
#' "name": Tutorial directory. (can be passed in as `run_tutorial(NAME, PKG)`; string
#' "title": Tutorial title from yaml header; [NA]
#' "description": Tutorial description from yaml header; [NA]
#' "package_dependencies": Packages needed to run tutorial; [lsit()]
#' "private": Boolean describing if tutorial should be indexed / displayed; [FALSE]
#' "yaml_front_matter": list column of all yaml header info; [list()]
#' "title": Tutorial title from yaml header; [`NA`]
#' "description": Tutorial description from yaml header; [`NA`]
#' "package_dependencies": Packages needed to run tutorial; [`list()`]
#' "private": Boolean describing if tutorial should be indexed / displayed; [`FALSE`]
#' "yaml_front_matter": list column of all yaml header info; [`list()`]
#' @noRd
available_tutorials_for_package <- function(package) {
an_error <- function(...) {
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
status](https://github.com/rstudio/learnr/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/learnr)
[![CRAN
status](https://www.r-pkg.org/badges/version/learnr)](https://CRAN.R-project.org/package=learnr)
[![learnr downloads per
month](http://cranlogs.r-pkg.org/badges/learnr)](http://www.rpackages.io/package/learnr)
[![DOI](https://zenodo.org/badge/71377580.svg)](https://zenodo.org/badge/latestdoi/71377580)
<br /> [![GitHub
Discussions](https://img.shields.io/github/discussions/rstudio/learnr?logo=github&style=social)](https://github.com/rstudio/learnr/discussions)
[![RStudio
community](https://img.shields.io/badge/community-teaching-blue?style=social&logo=rstudio&logoColor=75AADB)](https://community.rstudio.com/c/teaching/13)
[![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)
[![Posit
community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=posit&logoColor=447099)](https://forum.posit.co/latest?tags=learnr)
<!-- badges: end -->

The **learnr** package makes it easy to turn any [R
Expand Down
9 changes: 0 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
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"`.

## R CMD check results

0 errors | 0 warnings | 0 notes

## revdepcheck results

We checked 20 reverse dependencies (19 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
2 changes: 1 addition & 1 deletion man/mock_exercise.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions man/rmd-fragments/badges.Rmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!-- badges: start -->
[![R build status](https://github.com/rstudio/learnr/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/learnr)
[![CRAN status](https://www.r-pkg.org/badges/version/learnr)](https://CRAN.R-project.org/package=learnr)
[![learnr downloads per month](http://cranlogs.r-pkg.org/badges/learnr)](http://www.rpackages.io/package/learnr)
[![DOI](https://zenodo.org/badge/71377580.svg)](https://zenodo.org/badge/latestdoi/71377580)
<br />
<br />
[![GitHub Discussions](https://img.shields.io/github/discussions/rstudio/learnr?logo=github&style=social)](https://github.com/rstudio/learnr/discussions)
[![RStudio community](https://img.shields.io/badge/community-teaching-blue?style=social&logo=rstudio&logoColor=75AADB)]( https://community.rstudio.com/c/teaching/13)
[![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)
[![Posit community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=posit&logoColor=447099)](https://forum.posit.co/latest?tags=learnr)
<!-- badges: end -->
4 changes: 2 additions & 2 deletions man/tutorial.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading