forked from swirldev/swirl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 875 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: swirl
Title: Learn R, in R
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.4.3
License: MIT + file LICENSE
Authors@R: c(
person("Sean", "Kross", email = "sean@seankross.com", role = c("aut", "cre")),
person("Nick", "Carchedi", role = "aut"),
person("Bill", "Bauer", role = "aut"),
person("Gina", "Grdina", role = "aut"),
person("Filip", "Schouwenaars", role = "ctb"),
person("Wush", "Wu", role = "ctb")
)
Depends:
R (>= 3.1.0)
Imports:
stringr,
testthat (>= 1.0.2),
httr (>= 1.1.0),
yaml,
RCurl,
digest,
tools,
methods
Suggests:
stringi
Encoding: UTF-8
LazyData: true
Roxygen: list(wrap = FALSE)
RoxygenNote: 5.0.1