Commit 60092aa2 authored by Lorenz Kapsner's avatar Lorenz Kapsner
Browse files

chore: updated news.md

Showing with 14 additions and 13 deletions
+14 -13
......@@ -14,7 +14,7 @@ License: GPL-3
URL: https://github.com/miracum/dqa-dqagui
BugReports: https://github.com/miracum/dqa-dqagui/issues
Encoding: UTF-8
Date: 2022-04-05
Date: 2022-04-11
Imports:
data.table,
daterangepicker,
......
# DQAgui NEWS
## Unreleased (2022-04-05)
## Unreleased (2022-04-11)
#### New Features
* added new time-constraint preset - last calendar year
* added docker deployment
* added more time-frame presets
* adding config info to dashboard
......@@ -34,7 +35,7 @@
* setting parallel=FALSE to not fail on windows machines
* added unittests for shiny app
Full set of changes: [`v0.1.9...3606301`](https://gitlab.miracum.org/miracum/dqa/dqagui/compare/v0.1.9...3606301)
Full set of changes: [`v0.1.9...67e8e6e`](https://gitlab.miracum.org/miracum/dqa/dqagui/compare/v0.1.9...67e8e6e)
## v0.1.9 (2022-02-21)
......
......@@ -11,19 +11,19 @@ output_dir = "output/"
## debugging the MIRACUM stuff (JM):
## ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
utils_path = DIZtools::clean_path_name(system.file("application/_utilities",
package = "miRacumDQA"))
mdr_filename = "mdr.csv"
logfile_dir = "~/share/logfiles/"
# utils_path = DIZtools::clean_path_name(system.file("application/_utilities",
# package = "miRacumDQA"))
# mdr_filename = "mdr.csv"
# logfile_dir = "~/share/logfiles/"
## ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
## debugging the MIRACUM stuff (LK):
## ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
# utils_path = DIZtools::clean_path_name(system.file("application/_utilities",
# package = "miRacumDQA"))
# mdr_filename = "mdr.csv"
# logfile_dir <- tempdir()
utils_path = DIZtools::clean_path_name(system.file("application/_utilities",
package = "miRacumDQA"))
mdr_filename = "mdr.csv"
logfile_dir <- tempdir()
## ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
......@@ -54,8 +54,8 @@ ncores = 4
DIZtools::setenv_file(
paste0(
"../",
# list.files(path = "../", pattern = "^env_INTERNAL.*")
list.files(path = "../", pattern = "dev.env")
list.files(path = "../", pattern = "^env_INTERNAL.*")
#list.files(path = "../", pattern = "dev.env")
)
)
# shiny::shinyAppDir("inst/application/")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment