Skip to content

Commit

Permalink
Merge branch 'release/2.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Oct 21, 2021
2 parents 1edb631 + ae14115 commit 3465a76
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: supernova
Type: Package
Title: Judd, McClelland, & Ryan Formatting for ANOVA Output
Version: 2.4.3
Date: 2021-10-19
Version: 2.4.4
Date: 2021-10-20
Authors@R: c(
person(
"Adam", "Blake",
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export(ssr)
export(superanova)
export(supernova)
export(variables)
export(vec_arith.supernova_number)
import(vctrs)
importFrom(ggplot2,"%+%")
importFrom(ggplot2,autoplot)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# supernova 2.4.4

* Remove `supernova-vctrs` from exports

# supernova 2.4.3

* Fix issues with `lintr` causing `R CMD CHECK` to fail
Expand Down
8 changes: 1 addition & 7 deletions R/number.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#' Internal `vctrs` methods
#'
#' @import vctrs
#' @keywords internal
#' @name supernova-vctrs
NULL


Expand Down Expand Up @@ -152,10 +148,8 @@ vec_cast.supernova_number.character <- function(x, to, ...) {

# Math ----------------------------------------------------------------------------------------

#' @export
#' @method vec_arith supernova_number
#' @export vec_arith.supernova_number
#' @rdname supernova-vctrs
#' @export
vec_arith.supernova_number <- function(op, x, y, ...) {
UseMethod("vec_arith.supernova_number", y)
}
Expand Down
14 changes: 14 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
*Previous reviewer asked for note explaining why package was removed:*
Package was removed from CRAN because it was fixed too late (by a couple of hours) on Oct. 19. The
problem was a recent bug in `lintr` that caused it to fail when running R CMD CHECK during the CRAN
build process. I implemented a workaround that is documented in the commit fixing the issue, if you
are interested.

*Previous reviewer asked for additional documentation to `supernova-vctrs`*:
This was not a usable function/class and is just a collection of methods making the package
compatible with the `vctrs` package. I have removed `supernova-vctrs` from the exports.

---

# Original comments on release:

## Release summary

* Fix issues with lintr causing R CMD CHECK to fail
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Bonferroni
Codecov
codecov
HSD
McClelland
PRE
Expand Down
13 changes: 0 additions & 13 deletions man/supernova-vctrs.Rd

This file was deleted.

0 comments on commit 3465a76

Please sign in to comment.