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 ...@@ -14,7 +14,7 @@ License: GPL-3
URL: https://github.com/miracum/dqa-dqagui URL: https://github.com/miracum/dqa-dqagui
BugReports: https://github.com/miracum/dqa-dqagui/issues BugReports: https://github.com/miracum/dqa-dqagui/issues
Encoding: UTF-8 Encoding: UTF-8
Date: 2022-04-05 Date: 2022-04-11
Imports: Imports:
data.table, data.table,
daterangepicker, daterangepicker,
......
# DQAgui NEWS # DQAgui NEWS
## Unreleased (2022-04-05) ## Unreleased (2022-04-11)
#### New Features #### New Features
* added new time-constraint preset - last calendar year
* added docker deployment * added docker deployment
* added more time-frame presets * added more time-frame presets
* adding config info to dashboard * adding config info to dashboard
...@@ -34,7 +35,7 @@ ...@@ -34,7 +35,7 @@
* setting parallel=FALSE to not fail on windows machines * setting parallel=FALSE to not fail on windows machines
* added unittests for shiny app * 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) ## v0.1.9 (2022-02-21)
......
...@@ -11,19 +11,19 @@ output_dir = "output/" ...@@ -11,19 +11,19 @@ output_dir = "output/"
## debugging the MIRACUM stuff (JM): ## debugging the MIRACUM stuff (JM):
## ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ## ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
utils_path = DIZtools::clean_path_name(system.file("application/_utilities", # utils_path = DIZtools::clean_path_name(system.file("application/_utilities",
package = "miRacumDQA")) # package = "miRacumDQA"))
mdr_filename = "mdr.csv" # mdr_filename = "mdr.csv"
logfile_dir = "~/share/logfiles/" # logfile_dir = "~/share/logfiles/"
## ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ## ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
## debugging the MIRACUM stuff (LK): ## debugging the MIRACUM stuff (LK):
## ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ## ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
# utils_path = DIZtools::clean_path_name(system.file("application/_utilities", utils_path = DIZtools::clean_path_name(system.file("application/_utilities",
# package = "miRacumDQA")) package = "miRacumDQA"))
# mdr_filename = "mdr.csv" mdr_filename = "mdr.csv"
# logfile_dir <- tempdir() logfile_dir <- tempdir()
## ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ## ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
...@@ -54,8 +54,8 @@ ncores = 4 ...@@ -54,8 +54,8 @@ ncores = 4
DIZtools::setenv_file( DIZtools::setenv_file(
paste0( paste0(
"../", "../",
# list.files(path = "../", pattern = "^env_INTERNAL.*") list.files(path = "../", pattern = "^env_INTERNAL.*")
list.files(path = "../", pattern = "dev.env") #list.files(path = "../", pattern = "dev.env")
) )
) )
# shiny::shinyAppDir("inst/application/") # 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