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
miRacumDQA
Commits
95f2b4d5
Commit
95f2b4d5
authored
2 years ago
by
Lorenz Kapsner
Browse files
Options
Download
Email Patches
Plain Diff
chore: updated dev-tag
parent
b922b590
master
adjusted_Markdown
change_from_.rmd_to_.qmd
development
fhir_gw_sqls_patch
latest
mdrfix
trino
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+7
-1
DESCRIPTION
NEWS.md
+3
-2
NEWS.md
data-raw/devstuffs.R
+5
-5
data-raw/devstuffs.R
with
15 additions
and
8 deletions
+15
-8
DESCRIPTION
+
7
-
1
View file @
95f2b4d5
Package: miRacumDQA
Title: MIRACUM DQA Tool
Version: 3.1.0
Version: 3.1.0
.9001
Authors@R: c(
person("Lorenz A.", "Kapsner", , "lorenz.kapsner@uk-erlangen.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
...
...
@@ -35,6 +35,12 @@ Imports:
shiny,
shinydashboard,
utils
Remotes:
github::miracum/misc-diztools@dev,
github::miracum/misc-dizutils@development,
url::https://gitlab.miracum.org/miracum/dqa/dqastats/-/archive/development/dqastats-development.zip,
url::https://gitlab.miracum.org/miracum/dqa/dqagui/-/archive/development/dqagui-development.zip
Suggests:
lintr,
testthat
RoxygenNote: 7.2.0
This diff is collapsed.
Click to expand it.
NEWS.md
+
3
-
2
View file @
95f2b4d5
# miRacumDQA NEWS
##
Unreleased
(2022-07-04)
##
v3.1.0
(2022-07-04)
#### New Features
...
...
@@ -18,6 +18,7 @@
#### Others
*
updated gha
*
preparing release v3.1.0
*
updated news.md
*
updated news.md
*
updated news.md
...
...
@@ -27,7 +28,7 @@
*
updated news.md
*
updated dev version
Full set of changes:
[
`v3.0.0...
aae3f69
`
](
https://gitlab.miracum.org/miracum/dqa/miracumdqa/compare/v3.0.0...
aae3f69
)
Full set of changes:
[
`v3.0.0...
v3.1.0
`
](
https://gitlab.miracum.org/miracum/dqa/miracumdqa/compare/v3.0.0...
v3.1.0
)
## v3.0.0 (2022-05-20)
...
...
This diff is collapsed.
Click to expand it.
data-raw/devstuffs.R
+
5
-
5
View file @
95f2b4d5
...
...
@@ -32,7 +32,7 @@ my_desc$set_authors(c(
# Remove some author fields
my_desc
$
del
(
"Maintainer"
)
# Set the version
my_desc
$
set_version
(
"3.1.0"
)
my_desc
$
set_version
(
"3.1.0
.9001
"
)
# The title of your package
my_desc
$
set
(
Title
=
"MIRACUM DQA Tool"
)
# The description of your package
...
...
@@ -94,7 +94,7 @@ usethis::use_package("reticulate", type = "Imports", min_version = "1.14")
remotes_append_vector
<-
NULL
# Development packages
tools_tag
<-
"
cran
"
# e.g. "v0.1.7", "development" or "cran"
tools_tag
<-
"
dev
"
# e.g. "v0.1.7", "development" or "cran"
if
(
tools_tag
==
"cran"
)
{
install.packages
(
"DIZtools"
)
}
else
{
...
...
@@ -110,7 +110,7 @@ if (tools_tag == "cran") {
}
}
utils_tag
<-
"
cran
"
# e.g. "v0.1.7", "development" or "cran"
utils_tag
<-
"
development
"
# e.g. "v0.1.7", "development" or "cran"
if
(
utils_tag
==
"cran"
)
{
install.packages
(
"DIZutils"
)
}
else
{
...
...
@@ -126,7 +126,7 @@ if (utils_tag == "cran") {
}
}
stats_tag
<-
"
cran
"
# e.g. "v0.1.7", "development" or "cran"
stats_tag
<-
"
development
"
# e.g. "v0.1.7", "development" or "cran"
if
(
stats_tag
==
"cran"
)
{
install.packages
(
"DQAstats"
)
}
else
{
...
...
@@ -146,7 +146,7 @@ if (stats_tag == "cran") {
}
}
gui_tag
<-
"
cran
"
# e.g. "v0.1.7", "development" or "cran"
gui_tag
<-
"
development
"
# e.g. "v0.1.7", "development" or "cran"
if
(
gui_tag
==
"cran"
)
{
install.packages
(
"DQAgui"
)
}
else
{
...
...
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