-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (36 loc) · 886 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
33
34
35
36
Package: gradecast
Type: Package
Title: Calculate and visualize potential school grades
Version: 0.1.0
Description:
Convert between German and US grades/GPA systems. Visualize potential final
GPA based on current grades and remaining European Credit Transfer and
Accumulation points (ECTS).
Authors@R:
person("Pat", "Callahan",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1769-7580"),
role = c("aut", "cre"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
assertthat,
ggplot2,
config (>= 0.3.2),
glue,
golem (>= 0.4.1),
magrittr,
rlang,
shiny (>= 1.8.1.1),
stringr,
bslib,
bsicons
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://neuroshepherd.github.io/gradecast/
VignetteBuilder: knitr