-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v. 0.1.3 * fixed naming bug * tweaked milestone plot width * fixed milestoneplot function --------- Co-authored-by: Michael Dougherty <[email protected]>
- Loading branch information
1 parent
f9cb82b
commit 3dfd72b
Showing
26 changed files
with
1,313 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
source("renv/activate.R") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: erarr | ||
Title: A package to support the Enterprise Risk Analysis Reporting | ||
Application | ||
Version: 0.1.2 | ||
Version: 0.1.3 | ||
Authors@R: c( | ||
person("Barrie", "Chileen Martinez", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-6960-8167")), | ||
|
@@ -38,9 +38,7 @@ Imports: | |
shinyalert, | ||
shinyjs, | ||
stringr, | ||
tidyr, | ||
webshot, | ||
usethis | ||
tidyr | ||
Suggests: | ||
htmlwidgets, | ||
spelling, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#' @title Project Top 4 Risks Report | ||
#' | ||
#' @description Creates a report of top 4 risks. | ||
#' | ||
#' @details All package reports are stored in the folder: `./inst/app/rmd/` | ||
#' | ||
#' @name ProjectTop4s | ||
#' | ||
#' @param projID character; erisk Project identifier | ||
#' @param p2ID numeric; USACE P2 number | ||
#' @param p2sub numeric; P2 sub identifier | ||
#' | ||
#' | ||
#' | ||
#' @importFrom readr read_csv | ||
#' @importFrom dplyr select mutate filter arrange slice_head | ||
#' @importFrom formattable currency | ||
#' @importFrom kableExtra kbl kable_styling | ||
#' | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.