diff --git a/DESCRIPTION b/DESCRIPTION index 99f095a..a44e46e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "nick.carchedi@gmail.com", diff --git a/NEWS.md b/NEWS.md index 89a10b6..654c10f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.