Skip to content

Commit

Permalink
chore: preparation for CRAN release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Mar 16, 2023
1 parent 4d2db0b commit 80ea30f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DIZtools
Title: Lightweight Utilities for 'DIZ' R Package Development
Version: 0.0.7.9004
Date: 2023-03-08
Version: 0.0.8
Date: 2023-03-16
Authors@R: c(
person("Jonathan M.", "Mang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0518-4710")),
Expand Down Expand Up @@ -35,4 +35,3 @@ Suggests:
testthat
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DIZtools NEWS

## Unreleased (2023-03-08)
## Unreleased (2023-03-16)

#### New features

Expand All @@ -13,9 +13,16 @@

#### Tests

- fixed time dependent test results
([4d2db0b](https://gitlab.miracum.org/miracum/misc/diztools/tree/4d2db0bd44736f36349a4faa6772d986cab2476d))
- added unittest for `time_diff_print`
([b1960af](https://gitlab.miracum.org/miracum/misc/diztools/tree/b1960af3205da0b05d8415d8119c0d8ba981b79e))

#### Docs

- added parameter description for `time_diff_print()`
([e026879](https://gitlab.miracum.org/miracum/misc/diztools/tree/e026879c064486e25a13c589af04f85824fde52c))

#### Other changes

- upated news.md
Expand All @@ -28,7 +35,7 @@
([371b107](https://gitlab.miracum.org/miracum/misc/diztools/tree/371b1076f2a110e65ec4f9aff96b0947f4999cc4))

Full set of changes:
[`v0.0.7...c164d19`](https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.7...c164d19)
[`v0.0.7...4d2db0b`](https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.7...4d2db0b)

## v0.0.7 (2023-01-23)

Expand Down
2 changes: 1 addition & 1 deletion data-raw/devstuffs.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ my_desc$set_authors(c(
my_desc$del("Maintainer")
my_desc$del("LazyData")
# Set the version
my_desc$set_version("0.0.7.9004")
my_desc$set_version("0.0.8")
# The title of your package
my_desc$set(Title = "Lightweight Utilities for 'DIZ' R Package Development")
# The description of your package
Expand Down

0 comments on commit 80ea30f

Please sign in to comment.