-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.16 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
Type: Package
Package: flashr
Title: Create Flashcards of Terms and Definitions
Version: 0.1.2
Authors@R:
person("Jeffrey R.", "Stevens", , "jeffrey.r.stevens@protonmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2375-1360"))
Maintainer: Jeffrey R. Stevens <jeffrey.r.stevens@protonmail.com>
Description: Provides functions for creating flashcard decks of terms and
definitions. This package creates HTML slides using 'revealjs' that can be
viewed in the 'RStudio' viewer or a web browser. Users can create
flashcards from either existing built-in decks or create their own from CSV
files or vectors of function names.
License: MIT + file LICENSE
URL: https://github.com/JeffreyRStevens/flashr,
https://jeffreyrstevens.github.io/flashr/
BugReports: https://github.com/JeffreyRStevens/flashr/issues
Depends:
R (>= 2.10)
Imports:
cli,
curl,
gh,
httr,
litedown,
memoise,
revealjs,
rmarkdown,
testthat,
utils
Suggests:
covr,
knitr,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2