-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 880 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
Package: remembr
Title: Spaced Repetition Practice for Learning R
Version: 0.0.0.9005
Authors@R:
person(given = "Daniel",
family = "Jacobs",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package helps you learn R through spaced repetition. IT tracks the commands that you enter in R, and reminds you when you need to practice them. It helps you engrain new R commands in your longterm memory.
License: What license it uses
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Imports:
magrittr,
crayon,
dplyr (>= 0.7.8),
lubridate (>= 1.7.4),
rlang (>= 0.3.0.1),
globals (>= 0.12.4),
pryr (>= 0.1.4),
purrr,
remembrinstall,
knitr,
tibble,
readr,
tidyr,
ggplot2
Suggests:
testthat (>= 2.1.0)
Remotes: djacobs7/remembrinstall