Skip to content

Commit 4200d82

Browse files
committed
chore: updated dev-version
1 parent 86733f8 commit 4200d82

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sjtable2df
22
Title: Convert 'sjPlot' HTML-Tables to R 'data.frame'
3-
Version: 0.0.4
3+
Version: 0.0.4.9001
44
Authors@R:
55
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut", "cph"),
66
comment = c(ORCID = "0000-0003-1866-860X"))
@@ -30,9 +30,8 @@ VignetteBuilder:
3030
quarto
3131
Config/testthat/edition: 3
3232
Config/testthat/parallel: false
33-
Date/Publication: 2025-04-04 14:17:22.04825 UTC
33+
Date/Publication: 2025-04-05 11:45:27.16029 UTC
3434
Encoding: UTF-8
3535
Roxygen: list(markdown = TRUE)
3636
SystemRequirements: Quarto command line tools
3737
(https://github.com/quarto-dev/quarto-cli).
38-
RoxygenNote: 7.3.2

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
# sjtable2df NEWS
44

5-
## Unreleased (2024-06-07)
5+
## v0.0.4 (2025-04-04)
6+
7+
#### Bug fixes
8+
9+
- fixing cran issue related to using testthat::expect_snapshot_value
10+
([86733f8](https://github.com/kapsner/sjtable2df/tree/86733f8791adcf136de8f64b3b29c22762661fd7))
611

712
#### CI
813

@@ -23,7 +28,7 @@
2328
([3ad71ef](https://github.com/kapsner/sjtable2df/tree/3ad71ef2745eda99af6e1107b2d454245dc6bf60))
2429

2530
Full set of changes:
26-
[`v0.0.3...2872d3d`](https://github.com/kapsner/sjtable2df/compare/v0.0.3...2872d3d)
31+
[`v0.0.3...v0.0.4`](https://github.com/kapsner/sjtable2df/compare/v0.0.3...v0.0.4)
2732

2833
## v0.0.3 (2023-04-13)
2934

data-raw/devstuffs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ my_desc$set_authors(c(
1919
# Remove some author fields
2020
my_desc$del("Maintainer")
2121
# Set the version
22-
my_desc$set_version("0.0.4")
22+
my_desc$set_version("0.0.4.9001")
2323
# The title of your package
2424
my_desc$set(Title = "Convert 'sjPlot' HTML-Tables to R 'data.frame'")
2525
# The description of your package

tests/testthat/test-mtab2df.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ test_that(
33
code = {
44

55
local_edition(3)
6+
local_reproducible_output(rstudio = TRUE)
67

78
set.seed(1)
89
dataset <- data.table::data.table(
@@ -83,6 +84,7 @@ test_that(
8384
code = {
8485

8586
local_edition(3)
87+
local_reproducible_output(rstudio = TRUE)
8688

8789
set.seed(1)
8890
dataset <- data.table::data.table(
@@ -158,6 +160,7 @@ test_that(
158160
code = {
159161

160162
local_edition(3)
163+
local_reproducible_output(rstudio = TRUE)
161164

162165
set.seed(1)
163166
dataset <- data.table::data.table(

tests/testthat/test-xtab2df.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ test_that(
33
code = {
44

55
local_edition(3)
6+
local_reproducible_output(rstudio = TRUE)
67

78
set.seed(1)
89
dataset <- data.table::data.table(
@@ -152,6 +153,7 @@ test_that(
152153
code = {
153154

154155
local_edition(3)
156+
local_reproducible_output(rstudio = TRUE)
155157

156158
set.seed(1)
157159
dataset <- data.table::data.table(
@@ -197,6 +199,7 @@ test_that(
197199
code = {
198200

199201
local_edition(3)
202+
local_reproducible_output(rstudio = TRUE)
200203

201204
set.seed(1)
202205
dataset <- data.table::data.table(

0 commit comments

Comments
 (0)