-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.35 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
Package: projectmanagr
Title: Project Mangement Functions for Creating, Editing, Linking and Updating Project Management R Markdown Documents
Version: 0.1.0.0000
Authors@R:
person(given = "Steven",
family = "West",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-2413-0999") )
Description: Provides functions for creating new Project Notes linked to a Project Document Goal, Deliverable, Task, as well as new
SubNotes under a Compound Project Note, the ability to edit Project Document titles or locations whilst updating the linked documents,
and the ability to link new Project Docs and Notes, as well as updating Project documentation summary content.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
shiny (>= 1.6.0),
shinyjs (>= 2.1.0),
miniUI (>= 0.1.1.1),
rstudioapi (>= 0.13),
shinyFiles (>= 0.9.0),
readr (>= 1.4.0),
tibble (>= 3.1.0),
R.utils (>= 2.10.1),
DT (>= 0.18),
tools (>= 4.2.2),
dplyr (>= 1.1.4),
lubridate (>= 1.9.3),
rlang (>= 1.1.3),
yaml (>= 2.3.8),
fs (>= 1.6.3),
withr (>= 3.0.0),
shinytest2 (>= 0.3.2),
jsonlite,
rlist,
rappdirs
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)