-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 965 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rchallenge
Title: A Simple Data Science Challenge System
Version: 1.3.4.9000
Authors@R: c(person("Adrien", "Todeschini", email = "adrien.todeschini@gmail.com", role=c("aut", "cre")),
person("Robin", "Genuer", email = "robin.genuer@isped.u-bordeaux2.fr", role=c("ctb")))
Description: A simple data science challenge system using R Markdown and 'Dropbox' <https://www.dropbox.com/>.
It requires no network configuration, does not depend on external platforms
like e.g. 'Kaggle' <https://www.kaggle.com/> and can be easily installed on a personal computer.
URL: https://adrien.tspace.fr/rchallenge/, https://github.com/adrtod/rchallenge
BugReports: https://github.com/adrtod/rchallenge/issues
Depends:
R (>= 3.2.0)
Imports:
rmarkdown (>= 0.5.1),
knitr (>= 1.6)
SystemRequirements: pandoc (>= 1.12.3) - http://johnmacfarlane.net/pandoc
License: GPL-2
LazyData: true
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests:
testthat (>= 2.1.0)