Skip to content

Commit

Permalink
fix typo in swirl2html docs and increment version to 0.3.0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Sep 10, 2014
1 parent c6cb125 commit 66a0101
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: A comprehensive toolbox for swirl instructors.
Description: swirlify is a collection of tools for authoring interactive
content for with swirl R package.
URL: http://swirlstats.com
Version: 0.3
Version: 0.3.0.99
License: GPL-2
Authors@R: person("Nick", "Carchedi", email = "[email protected]",
role = c("aut", "cre"))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# swirlify 0.3.0.99

* Fix typo in `swirl2html()` documentation.

# swirlify 0.3

* Deprecate `author_lesson()`, which is the old R Markdown approach. We me eventually introduce a more efficient R Markdown style that is neatly integrated with the current YAML approach.
Expand Down
4 changes: 2 additions & 2 deletions R/swirl2html.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ makemd.script <- function(unit) {

#' Turn a swirl lesson into a pretty webpage
#'
#' Note that \code{swirl2html()} is an experimental feature. This
#' it is subject to change based on our own experience and the
#' Note that \code{swirl2html()} is an experimental feature.
#' It is subject to change based on our own experience and the
#' feedback we receive from course authors like you.
#'
#' At present, this function only accepts a swirl lesson
Expand Down
4 changes: 2 additions & 2 deletions man/swirl2html.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ default is the course directory for the lesson you are currently
working on.}
}
\description{
Note that \code{swirl2html()} is an experimental feature. This
it is subject to change based on our own experience and the
Note that \code{swirl2html()} is an experimental feature.
It is subject to change based on our own experience and the
feedback we receive from course authors like you.
}
\details{
Expand Down

0 comments on commit 66a0101

Please sign in to comment.