Commit 49e9e4c8 authored by Lorenz Kapsner's avatar Lorenz Kapsner
Browse files

chore: added diztools version

Showing with 7 additions and 3 deletions
+7 -3
Package: DQAgui
Title: Graphical User Interface for Data Quality Assessment
Version: 0.1.9.9002
Version: 0.1.9.9003
Authors@R: c(
person("Lorenz A.", "Kapsner", , "lorenz.kapsner@uk-erlangen.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
......
......@@ -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)
......
......@@ -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"),
......
......@@ -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.9002")
my_desc$set_version("0.1.9.9003")
# The title of your package
my_desc$set(Title = "Graphical User Interface for Data Quality Assessment")
# The description of your package
......
......@@ -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"),
......
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