-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.12 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: IdsR
Type: Package
Title: Functions for the IdsR Introduction to Data Science course.
Description: This package is intended to simplify the code writing process for
Introduction to Data Science, a Mobilize grant high school course. This is
accomplished by creating wrappers and helper functions so students can work
with a single, concise syntax in the RStudio server GUI.
Version: 0.3.12
Date: 2017-08-03
Authors@R: as.person(c(
"James Molyneux <[email protected]> [aut, cre]",
"Amelia McNamara <[email protected]> [aut]",
"Terri Johnson <[email protected]> [aut]",
"Steve Nolen <[email protected]> [aut]"
))
Encoding: UTF-8
Depends:
R (>= 3.0.2),
utils,
stats,
dplyr,
leaflet,
mosaic,
readr,
XML,
rvest,
xml2
Imports:
curl,
grid,
rstudioapi,
latticeExtra,
log4r,
RColorBrewer,
stringr,
plyr,
rpart,
rpart.plot,
roxygen2,
testthat,
wordcloud
Suggests:
visualTest
License: GPL (>= 2)
LazyData: TRUE
URL: https://www.mobilizingcs.org
Maintainer: IDSUCLA <[email protected]>
RoxygenNote: 7.3.1