-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.38 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
Package: learnitprogress
Type: Package
Version: 0.10.0
Title: Report Student Progress in 'learnitr' Courses
Description: A Shiny app that connects to you LRS ("Learning Record Store"
database, as created and managed by the 'learnitdown' package) and displays a
report showing the completion of exercices and projects. This report is
intended for students to track their progress in the course.
Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <[email protected]>
Depends:
R (>= 4.2.0)
Imports:
cowplot (>= 1.1.3),
dplyr (>= 1.1.4),
fs (>= 1.6.5),
ggplot2 (>= 3.5.1),
mongolite (>= 4.0.0),
RCurl (>= 1.98.1.17),
rlang (>= 1.1.5),
shiny (>= 1.7.1),
utils (>= 4.2.0)
Suggests:
shinybusy (>= 0.3.3),
shinythemes (>= 1.2.0),
covr (>= 3.5.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
License: MIT + file LICENSE
URL: https://github.com/learnitr/learnitprogress, https://learnitr.github.io/learnitprogress/, https://learnitr.r-universe.dev/learnitprogress
BugReports: https://github.com/learnitr/learnitprogress/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3