Skip to content

Commit

Permalink
Merge pull request #1 from chorus-ai/update-report
Browse files Browse the repository at this point in the history
Add support for creating sections
  • Loading branch information
jshoughtaling authored Jun 3, 2024
2 parents b5ac8e7 + 703663d commit d6d7718
Show file tree
Hide file tree
Showing 36 changed files with 712 additions and 1,692 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ vignettes/*.pdf
# Output
/chorusreports/
/chorusreports/TEST/

# Local configuration
/extras/CodeToRun_LOCAL.R
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ Imports: parallel,
ggplot2,
knitr,
devtools,
rsvg
rsvg,
hash,
janitor,
AzureStor
6 changes: 2 additions & 4 deletions NAMESPACE
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)
2 changes: 2 additions & 0 deletions R/CHoRUSReports-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
#' @import DatabaseConnector
#' @import ParallelLogger
#' @import SqlRender
#' @import hash
#' @import AzureStor
230 changes: 0 additions & 230 deletions R/CHoRUSReports.R

This file was deleted.

45 changes: 0 additions & 45 deletions R/DataTablesChecks.R

This file was deleted.

Loading

0 comments on commit d6d7718

Please sign in to comment.