Skip to content

Commit

Permalink
chore: prepared cran-update
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Jun 5, 2024
1 parent 008dc28 commit c2c33db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
^man/figures$
^Rplots\.pdf$
^/dqa-dqastats\.wiki$
^\.Rproj\.user$
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ inst/doc
.~lock.*.csv#
!/manifests/
!cran-comments.md
.Rproj.user
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DQAstats
Title: Core Functions for Data Quality Assessment
Version: 0.3.4.9008
Date: 2024-06-04
Version: 0.3.5
Date: 2024-06-05
Authors@R: c(
person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
Expand Down Expand Up @@ -29,7 +29,6 @@ Imports:
magrittr,
parsedate,
quarto (>= 1.4),
rmarkdown,
stats,
tinytex,
utils
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# DQAstats NEWS

## Unreleased (2024-06-03)
## Unreleased (2024-06-04)

#### New features

Expand All @@ -11,6 +11,8 @@

#### Bug fixes

- fixed issue with copying of final pdf-report
([008dc28](https://gitlab.miracum.org/miracum/dqa/dqastats/tree/008dc28a2df4bc8a4f067a28a2ea0e1e436e88a6))
- specifing min required version for quarto
([9cc7a55](https://gitlab.miracum.org/miracum/dqa/dqastats/tree/9cc7a555dfe21396ce76530f25aa103e788ef0fe))
- updated code; moved template rmd to qmd
Expand Down Expand Up @@ -104,7 +106,7 @@
([d1f2610](https://gitlab.miracum.org/miracum/dqa/dqastats/tree/d1f2610048a79b42b0a5036e12b25f87e3976d14))

Full set of changes:
[`v0.3.4...f44a854`](https://gitlab.miracum.org/miracum/dqa/dqastats/-/compare/v0.3.4...f44a854)
[`v0.3.4...008dc28`](https://gitlab.miracum.org/miracum/dqa/dqastats/-/compare/v0.3.4...008dc28)

## v0.3.4 (2024-04-04)

Expand Down
3 changes: 1 addition & 2 deletions data-raw/devstuffs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.9008")
my_desc$set_version("0.3.5")

# The title of your package
my_desc$set(Title = "Core Functions for Data Quality Assessment")
Expand Down Expand Up @@ -92,7 +92,6 @@ usethis::use_package("knitr", type = "Imports")
usethis::use_package("quarto", type = "Imports", min_version = "1.4")
usethis::use_package("magrittr", type = "Imports")
usethis::use_package("parsedate", type = "Imports")
usethis::use_package("rmarkdown", type = "Imports")
usethis::use_package("stats", type = "Imports")
usethis::use_package("tinytex", type = "Imports")
usethis::use_package("utils", type = "Imports")
Expand Down

0 comments on commit c2c33db

Please sign in to comment.