From 73c9fdadb62f9a325d4b72f58b784b9a9b7283aa Mon Sep 17 00:00:00 2001 From: kapsner Date: Fri, 6 Dec 2024 14:08:48 +0100 Subject: [PATCH] chore: updated development-version --- .Rbuildignore | 1 - .gitignore | 1 - DESCRIPTION | 5 ++--- NEWS.md | 10 ++++++++-- data-raw/devstuffs.R | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index af10410..4ba9f9f 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -35,4 +35,3 @@ ^man/figures$ ^Rplots\.pdf$ ^/dqa-dqastats\.wiki$ -^\.Rproj\.user$ diff --git a/.gitignore b/.gitignore index bb41029..98bb43f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,3 @@ inst/doc .~lock.*.csv# !/manifests/ !cran-comments.md -.Rproj.user diff --git a/DESCRIPTION b/DESCRIPTION index 80885e1..c3d20cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: DQAstats Title: Core Functions for Data Quality Assessment -Version: 0.3.6 -Date: 2024-11-27 +Version: 0.3.6.9001 +Date: 2024-12-06 Authors@R: c( person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-1866-860X")), @@ -45,4 +45,3 @@ Encoding: UTF-8 Roxygen: list(markdown = TRUE) SystemRequirements: Quarto command line tools (https://github.com/quarto-dev/quarto-cli). -RoxygenNote: 7.3.2 diff --git a/NEWS.md b/NEWS.md index 851a232..2d79f90 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ # DQAstats NEWS -## Unreleased (2024-11-27) +## v0.3.6 (2024-11-27) #### Bug fixes @@ -11,6 +11,12 @@ #### Other changes +- updated copyright statement + ([834bc83](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/tree/834bc83e0131d8ad298c0f4f20d7cc1dddf4ea0f)) +- udpated readme.md + ([095df26](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/tree/095df2682877947906adfb6501645cc6ac01ca9d)) +- updated descr and news.md + ([1ca3d60](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/tree/1ca3d609ea44fcf93ce79349bed363f13563772f)) - updated news, descr and readme ([cc70346](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/tree/cc70346db9d92f572e37545def5d66982997e9f3)) - merged development into trino @@ -31,7 +37,7 @@ ([e53ad68](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/tree/e53ad68ea2218f7a598cf1e30da753ff60406a8a)) Full set of changes: -[`v0.3.5...cc70346`](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/compare/v0.3.5...cc70346) +[`v0.3.5...v0.3.6`](https://git.uk-erlangen.de/mik-diz/mik-diz-phd/DQA/dqastats/compare/v0.3.5...v0.3.6) ## v0.3.5 (2024-06-05) diff --git a/data-raw/devstuffs.R b/data-raw/devstuffs.R index 86cd60f..736fbc4 100644 --- a/data-raw/devstuffs.R +++ b/data-raw/devstuffs.R @@ -26,7 +26,7 @@ my_desc$set_authors(c( # Remove some author fields my_desc$del("Maintainer") # Set the version -my_desc$set_version("0.3.6") +my_desc$set_version("0.3.6.9001") # The title of your package my_desc$set(Title = "Core Functions for Data Quality Assessment")