-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #435 from swirldev/dev
Update master to 2.4.0
- Loading branch information
Showing
74 changed files
with
1,106 additions
and
727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
^\.Rproj\.user$ | ||
^.*.html$ | ||
user_data/ | ||
^NEWS.md$ | ||
^\.travis\.yml$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
# Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis | ||
|
||
language: c | ||
|
||
before_install: | ||
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh | ||
- chmod 755 ./travis-tool.sh | ||
- ./travis-tool.sh bootstrap | ||
|
||
install: | ||
- ./travis-tool.sh install_deps | ||
|
||
script: ./travis-tool.sh run_tests | ||
|
||
on_failure: | ||
- ./travis-tool.sh dump_logs | ||
language: R | ||
cache: packages | ||
sudo: false | ||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
on_success: always | ||
on_failure: always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
Package: swirl | ||
Title: Learn R, in R | ||
Description: swirl turns the R console into an interactive learning | ||
Description: Use the R console as 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.3.1 | ||
License: MIT | ||
Version: 2.4.0 | ||
License: MIT + file LICENSE | ||
Authors@R: c( | ||
person("Nick", "Carchedi", email = "[email protected]", role = c("aut", "cre")), | ||
person("Sean", "Kross", email = "[email protected]", role = c("aut", "cre")), | ||
person("Nick", "Carchedi", role = "aut"), | ||
person("Bill", "Bauer", role = "aut"), | ||
person("Gina", "Grdina", role = "aut"), | ||
person("Sean", "Kross", role = "aut"), | ||
person("Filip", "Schouwenaars", role = "ctb"), | ||
person("Alexandre", "Léonard", role = "ctb") | ||
person("Wush", "Wu", role = "ctb") | ||
) | ||
Depends: | ||
R (>= 3.0.2) | ||
Imports: | ||
stringr, | ||
testthat, | ||
httr, | ||
httr (>= 1.1.0), | ||
yaml, | ||
RCurl, | ||
digest, | ||
tools, | ||
rappdirs | ||
utils, | ||
methods | ||
Suggests: | ||
stringi | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(wrap = FALSE) | ||
RoxygenNote: 5.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
YEAR: 2016 | ||
COPYRIGHT HOLDER: Team swirl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.