Skip to content

Commit

Permalink
update NEWS and DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Jul 29, 2014
1 parent 173f158 commit 0222fe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: swirl turns the R console into an interactive learning
environment. Users receive immediate feedback as they are guided through
self-paced lessons in data science and R programming.
URL: http://swirlstats.com
Version: 2.2.13
Version: 2.2.14
License: GPL-3
Authors@R: c(
person("Nick", "Carchedi", email = "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# swirl 2.2.14

* Clean up swirl's core function, `swirl()` in swirl.R, so that we can view the administrative environment `e` with `as.list(e)` without complaint from R.

# swirl 2.2.13

* Add a new `script` question type, which allows an instructor to present a preformatted R script to the user for editing and submission. swirl was originally designed for interactive programming at the prompt. It now accommodates multiline input, which allows for exploration of topics like writing functions and control structures, as well as more extended function calls.
Expand Down

0 comments on commit 0222fe7

Please sign in to comment.