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
49e9e4c8
Commit
49e9e4c8
authored
3 years ago
by
Lorenz Kapsner
Browse files
Options
Download
Email Patches
Plain Diff
chore: added diztools version
parent
117c15ae
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
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
DESCRIPTION
+1
-1
DESCRIPTION
NEWS.md
+3
-1
NEWS.md
R/launch_app.R
+1
-0
R/launch_app.R
data-raw/devstuffs.R
+1
-1
data-raw/devstuffs.R
inst/application/ui.R
+1
-0
inst/application/ui.R
with
7 additions
and
3 deletions
+7
-3
DESCRIPTION
+
1
-
1
View file @
49e9e4c8
Package: DQAgui
Title: Graphical User Interface for Data Quality Assessment
Version: 0.1.9.900
2
Version: 0.1.9.900
3
Authors@R: c(
person("Lorenz A.", "Kapsner", , "lorenz.kapsner@uk-erlangen.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
...
...
This diff is collapsed.
Click to expand it.
NEWS.md
+
3
-
1
View file @
49e9e4c8
...
...
@@ -7,10 +7,12 @@
*
adding config info to dashboard
#### Others
*
better wrapping of dashboard welcome text
*
fixed typo in dash-config verbatim
*
updated debugging script
*
added cran-comments to git-repo
Full set of changes:
[
`v0.1.9...
6066b16
`
](
https://gitlab.miracum.org/miracum/dqa/dqagui/compare/v0.1.9...
6066b16
)
Full set of changes:
[
`v0.1.9...
117c15a
`
](
https://gitlab.miracum.org/miracum/dqa/dqagui/compare/v0.1.9...
117c15a
)
## v0.1.9 (2022-02-21)
...
...
This diff is collapsed.
Click to expand it.
R/launch_app.R
+
1
-
0
View file @
49e9e4c8
...
...
@@ -80,6 +80,7 @@ launch_app <- function(port = 3838,
message
(
paste0
(
"\nVersion DIZtools: "
,
utils
::
packageVersion
(
"DIZtools"
),
"\nVersion DIZutils: "
,
utils
::
packageVersion
(
"DIZutils"
),
"\nVersion DQAstats: "
,
utils
::
packageVersion
(
"DQAstats"
),
"\nVersion DQAgui: "
,
utils
::
packageVersion
(
"DQAgui"
),
...
...
This diff is collapsed.
Click to expand it.
data-raw/devstuffs.R
+
1
-
1
View file @
49e9e4c8
...
...
@@ -28,7 +28,7 @@ my_desc$set_authors(c(
# Remove some author fields
my_desc
$
del
(
"Maintainer"
)
# Set the version
my_desc
$
set_version
(
"0.1.9.900
2
"
)
my_desc
$
set_version
(
"0.1.9.900
3
"
)
# The title of your package
my_desc
$
set
(
Title
=
"Graphical User Interface for Data Quality Assessment"
)
# The description of your package
...
...
This diff is collapsed.
Click to expand it.
inst/application/ui.R
+
1
-
0
View file @
49e9e4c8
...
...
@@ -68,6 +68,7 @@ shiny::shinyUI(
"Version:"
,
"<br/>R: "
,
paste
(
R.Version
()[
c
(
"major"
,
"minor"
)],
collapse
=
"."
),
"<br/>DIZtools: "
,
utils
::
packageVersion
(
"DIZtools"
),
"<br/>DIZutils: "
,
utils
::
packageVersion
(
"DIZutils"
),
"<br/>DQAstats: "
,
utils
::
packageVersion
(
"DQAstats"
),
"<br/>DQAgui: "
,
utils
::
packageVersion
(
"DQAgui"
),
...
...
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