-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.09 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
Package: boastUtils
Type: Package
Title: BOAST Utilities
Version: 0.1.12.2
Date: 2024-05-24
Authors@R: c(
person("Robert", "Carey", email = "[email protected]", role = c("aut", "cre")),
person("Neil", "Hatfield", email = "[email protected]", role = "aut"),
person("Dennis", "Pearl", email = "[email protected]", role = "ctb")
)
Maintainer: Robert Carey <[email protected]>
Description: Used to provide reusable components, gadgets, and modules for the BOAST project.
LearningObjectives: c(
"Students in the project will learn to create apps meant to support other students' learning.",
"Students in the project will develop their R coding skills.",
"Students in the project will learn to follow a style guide when coding."
)
URL: https://github.com/EducationShinyAppTeam/boastUtils
BugReports: https://github.com/EducationShinyAppTeam/boastUtils/issues
License: GPL-3.0+
Encoding: UTF-8
LazyData: true
Depends: config, htmltools, httr, shiny (>= 0.11), shinydashboard
Imports: rLocker (>= 0.2.5)
Suggests: sofa, stringr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Remotes: EducationShinyAppTeam/rLocker