Commit 95f2b4d5 authored by Lorenz Kapsner's avatar Lorenz Kapsner
Browse files

chore: updated dev-tag

Showing with 15 additions and 8 deletions
+15 -8
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
# 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)
......
......@@ -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{
......
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