Skip to content

Commit

Permalink
Increment version number to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 8, 2022
1 parent 735735e commit f834e12
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 16 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.1.9000
Version: 0.11.2
Authors@R: c(
person("Garrick", "Aden-Buie", , "garrick@rstudio.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# learnr (development version)
# learnr 0.11.2

- Bumped **markdown** package version requirement to v1.3 and stopped using deprecated functions and options from its older versions (#745).
- Fixed an issue that prevented htmlwidgets from working in exercise code unless similar widgets were added to the tutorial prose (thanks @munoztd0 #744, #745).

- learnr now requires **markdown** version 1.3 or later (#745).

- Fixed a test involving UTF-8 character strings (#749).

# learnr 0.11.1

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=
<!-- badges: end -->

The **learnr** package makes it easy to turn any [R
Markdown](http://rmarkdown.rstudio.com/) document into an interactive
Markdown](https://rmarkdown.rstudio.com/) document into an interactive
tutorial. Tutorials consist of content along with interactive components
for checking and reinforcing understanding. Tutorials can include any or
all of the following:
Expand Down Expand Up @@ -54,6 +54,5 @@ with the [remotes package](https://remotes.r-lib.org):
remotes::install_github("rstudio/learnr")

learnr works best with a recent [version of
RStudio](https://www.rstudio.com/products/rstudio/download/) (v1.0.136
or later) which includes tools for easily running and previewing
tutorials.
RStudio](https://posit.co/download/rstudio-desktop/) (v1.0.136 or later)
which includes tools for easily running and previewing tutorials.
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

0 errors | 0 warnings | 0 notes

This is a maintenance release to fix two issues
raised by CRAN checks after the 0.11.0 release.
This is a maintenance release to fix a failing test in non-UTF-8 compatible environments.
2 changes: 1 addition & 1 deletion man/rmd-fragments/learnr-install.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Or you can install the most recent version in-development from GitHub with the [
remotes::install_github("rstudio/learnr")
```

learnr works best with a recent [version of RStudio](https://www.rstudio.com/products/rstudio/download/) (v1.0.136 or later) which includes tools for easily running and previewing tutorials.
learnr works best with a recent [version of RStudio](https://posit.co/download/rstudio-desktop/) (v1.0.136 or later) which includes tools for easily running and previewing tutorials.
2 changes: 1 addition & 1 deletion man/rmd-fragments/learnr-overview.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The **learnr** package makes it easy to turn any [R Markdown](http://rmarkdown.rstudio.com/) document into an interactive tutorial. Tutorials consist of content along with interactive components for checking and reinforcing understanding. Tutorials can include any or all of the following:
The **learnr** package makes it easy to turn any [R Markdown](https://rmarkdown.rstudio.com/) document into an interactive tutorial. Tutorials consist of content along with interactive components for checking and reinforcing understanding. Tutorials can include any or all of the following:

1. Narrative, figures, illustrations, and equations.

Expand Down
7 changes: 3 additions & 4 deletions pkgdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ community](https://img.shields.io/badge/community-learnr-blue?style=social&logo=
<!-- badges: end -->

The **learnr** package makes it easy to turn any [R
Markdown](http://rmarkdown.rstudio.com/) document into an interactive
Markdown](https://rmarkdown.rstudio.com/) document into an interactive
tutorial. Tutorials consist of content along with interactive components
for checking and reinforcing understanding. Tutorials can include any or
all of the following:
Expand Down Expand Up @@ -103,9 +103,8 @@ with the [remotes package](https://remotes.r-lib.org):
remotes::install_github("rstudio/learnr")

learnr works best with a recent [version of
RStudio](https://www.rstudio.com/products/rstudio/download/) (v1.0.136
or later) which includes tools for easily running and previewing
tutorials.
RStudio](https://posit.co/download/rstudio-desktop/) (v1.0.136 or later)
which includes tools for easily running and previewing tutorials.

## Hello, Tutorial!

Expand Down
2 changes: 1 addition & 1 deletion vignettes/shinyapps-publishing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This will not be covered extensively here, as our main concern is optimizing tut
Note that there are other options for hosting tutorials besides `shinyapps.io`, such as:

- [creating a tutorial package](https://rstudio.github.io/learnr/publishing.html#r_package) that students run locally (free, but requires students to be able to download and install packages, as well as run commands in R), or
- setting up your own [free academic Shiny Server Pro account](https://www.rstudio.com/pricing/academic-pricing/) (free, provided you have a server at your institution that will host the software, which may require IT help).
- setting up your own [free academic Shiny Server Pro account](https://posit.co/pricing/academic/) (free, provided you have a server at your institution that will host the software, which may require IT help).

Both of these require some configuration and setup, and may be beyond what either you or your students wish to undertake at the time (i.e. if you are running a short-term course).
This leads to a third option that costs money, but may save you valuable time on system administration: deploying your learnr tutorial on `shinyapps.io`.
Expand Down

0 comments on commit f834e12

Please sign in to comment.