Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit 723272a

Browse files
cran submission
1 parent 05be51f commit 723272a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ references.bib
4343
^\.github/workflows/pr-commands\.yaml$
4444
hextools
4545
^WIP/.
46+
^CRAN-SUBMISSION$

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ revdep/library.noindex
5050
revdep/data.sqlite
5151
/doc/
5252
/Meta/
53+
CRAN-SUBMISSION

DESCRIPTION

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: broomExtra
33
Title: Enhancements for 'broom' and 'easystats' Package Families
4-
Version: 4.3.0.9000
4+
Version: 4.3.1
55
Authors@R:
66
person(given = "Indrajeet",
77
family = "Patil",
@@ -25,7 +25,7 @@ Depends:
2525
R (>= 3.6.0)
2626
Imports:
2727
broom,
28-
broom.mixed (>= 0.2.9.2),
28+
broom.mixed (>= 0.2.9.3),
2929
dplyr,
3030
magrittr,
3131
parameters (>= 0.17.0),
@@ -39,8 +39,6 @@ Suggests:
3939
rmarkdown,
4040
spelling,
4141
testthat
42-
Remotes:
43-
bbolker/broom.mixed
4442
Encoding: UTF-8
4543
Language: en-US
4644
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate", "pkgapi::api_roclet"))

0 commit comments

Comments
 (0)