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

Commit

Permalink
cran 4.0.4 submission; closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 24, 2020
1 parent 473ed6d commit 4f3b520
Show file tree
Hide file tree
Showing 28 changed files with 225 additions and 220 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: r
r:
- release
- devel
#- oldrel
- oldrel

latex: true
warnings_are_errors: TRUE
Expand All @@ -19,6 +19,7 @@ addons:
- libudunits2-dev
- libgdal-dev
- libproj-dev
- libnode-dev

before_install:
- mkdir -p ~/.R
Expand Down
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-06-19.
Once it is accepted, delete this file and tag the release (commit a321e80bef).
This package was submitted to CRAN on 2020-07-24.
Once it is accepted, delete this file and tag the release (commit 473ed6d).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: broomExtra
Title: Enhancements for 'broom' and 'easystats' Package Families
Version: 4.0.3.9000
Version: 4.0.4
Authors@R:
person(given = "Indrajeet",
family = "Patil",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# broomExtra 4.0.3.9000
# broomExtra 4.0.4

- Adapts tests to changes made to `parameters` package.

# broomExtra 4.0.3

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"issueTracker": "https://github.com/IndrajeetPatil/broomExtra/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "4.0.3.9000",
"version": "4.0.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -274,5 +274,5 @@
}
],
"funder": {},
"fileSize": "1702.388KB"
"fileSize": "1701.779KB"
}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

## Comments

- Minor release to fix `NOTE` produced in new `R`-devel checks.
- Minor release to fix tests for the upcoming release of `parameters`.
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/SUPPORT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: '2.10'
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-07-12T17:50Z
last_built: 2020-07-24T16:57Z
urls:
reference: https://indrajeetpatil.github.io/broomExtra//reference
article: https://indrajeetpatil.github.io/broomExtra//articles
Expand Down
Loading

4 comments on commit 4f3b520

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-hybrid_generics.R:106:7: style: Commented code should be removed.

# testthat::expect_equal(dim(df_orcutt), c(1L, 9L))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-hybrid_generics.R:106:7: style: Commented code should be removed.

# testthat::expect_equal(dim(df_orcutt), c(1L, 9L))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-hybrid_generics.R:106:7: style: Commented code should be removed.

# testthat::expect_equal(dim(df_orcutt), c(1L, 9L))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-hybrid_generics.R:106:7: style: Commented code should be removed.

# testthat::expect_equal(dim(df_orcutt), c(1L, 9L))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please sign in to comment.