Skip to content

Commit

Permalink
update report
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Nov 8, 2024
1 parent 52fe69f commit 13c40a9
Show file tree
Hide file tree
Showing 13 changed files with 301 additions and 321 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ auth/*
/*.Rcheck/
^.DS_Store$

## MongoDB
.idea

## Data files
*.rds
*.xlsx
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Imports:
mongolite,
purrr,
rlang,
rprojroot,
stringr,
tibble,
tidyr,
Expand Down
3 changes: 1 addition & 2 deletions R/export.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
#' **Dependencies**:
#' - Requires a configuration file compatible with the `read_config` function, containing MongoDB connection information.
#' - Access to a `bmu_size` dataset, which provides size details of BMUs, retrieved via the `get_metadata()` function.
#' - R packages required: `dplyr`, `tidyr`, `lubridate`, `purrr`, `logger`.
#'
#' @keywords workflow, export, data-processing, MongoDB
#' @keywords workflow export
#' @examples
#' \dontrun{
#' export_summaries()
Expand Down
1 change: 1 addition & 0 deletions inst/reports/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.quarto/
/data_report_cache/
8 changes: 4 additions & 4 deletions inst/reports/_extensions/lumo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ button {

.blue-section {
background-color: #c6e4e9;
padding-top: 40px;
padding-bottom: 40px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
339 changes: 161 additions & 178 deletions inst/reports/data_report.html

Large diffs are not rendered by default.

253 changes: 132 additions & 121 deletions inst/reports/data_report.qmd

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions inst/reports/data_report_cache/html/__packages

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 2 additions & 5 deletions man/export_summaries.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13c40a9

Please sign in to comment.