-
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.
Merge pull request #1 from chorus-ai/update-report
Add support for creating sections
- Loading branch information
Showing
36 changed files
with
712 additions
and
1,692 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 |
---|---|---|
|
@@ -44,3 +44,6 @@ vignettes/*.pdf | |
# Output | ||
/chorusreports/ | ||
/chorusreports/TEST/ | ||
|
||
# Local configuration | ||
/extras/CodeToRun_LOCAL.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 |
---|---|---|
|
@@ -33,4 +33,7 @@ Imports: parallel, | |
ggplot2, | ||
knitr, | ||
devtools, | ||
rsvg | ||
rsvg, | ||
hash, | ||
janitor, | ||
AzureStor |
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,5 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(CHoRUSReports) | ||
export(bundleResults) | ||
export(dataTablesChecks) | ||
export(createReportSections) | ||
export(generateResultsDocument) | ||
export(vocabularyChecks) | ||
export(list_blobs) |
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 |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
#' @import DatabaseConnector | ||
#' @import ParallelLogger | ||
#' @import SqlRender | ||
#' @import hash | ||
#' @import AzureStor |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.