Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
DQAgui
Commits
60092aa2
Commit
60092aa2
authored
2 years ago
by
Lorenz Kapsner
Browse files
Options
Download
Email Patches
Plain Diff
chore: updated news.md
parent
67e8e6e1
master
colored_diff_summary
development
development-Differences
fix_settings_from_env
lab-module
latest
time_compare_fix
trino
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+1
-1
DESCRIPTION
NEWS.md
+3
-2
NEWS.md
data-raw/debugging_info.R
+10
-10
data-raw/debugging_info.R
with
14 additions
and
13 deletions
+14
-13
DESCRIPTION
+
1
-
1
View file @
60092aa2
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
NEWS.md
+
3
-
2
View file @
60092aa2
# 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)
...
...
This diff is collapsed.
Click to expand it.
data-raw/debugging_info.R
+
10
-
10
View file @
60092aa2
...
...
@@ -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/")
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help