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

Commit

Permalink
closes #27; resubmit to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Feb 18, 2021
1 parent f87c6bf commit 485fe46
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
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-10-29.
Once it is accepted, delete this file and tag the release (commit 68f7596).
This package was submitted to CRAN on 2021-02-18.
Once it is accepted, delete this file and tag the release (commit f87c6bf).
6 changes: 5 additions & 1 deletion R/hybrid_easystats.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
#' @param conf.int Indicating whether or not to include a confidence interval in
#' the tidied output (defaults to `TRUE`).
#' @param ... Additional arguments that will be passed to
#' [parameters::model_parameters()] and [broom::tidy()].
#' [parameters::model_parameters()] or [broom::tidy()], whichever method
#' works. Note that you should pay attention to different naming conventions
#' across these packages. For example, the required confidence interval width
#' is specified using `ci` argument in `parameters::model_parameters`, while
#' using `conf.level` in `broom::tidy`.
#'
#' @return A data frame of indices related to the model's parameters.
#'
Expand Down
6 changes: 5 additions & 1 deletion man/tidy_parameters.Rd

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

6 changes: 0 additions & 6 deletions tests/testthat/test-generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
test_that(
desc = "`tidy()` works",
code = {
# skip_on_cran()

library(lme4)
set.seed(123)

Expand All @@ -25,8 +23,6 @@ test_that(
test_that(
desc = "`glance()` works",
code = {
# skip_on_cran()

library(lme4)
set.seed(123)

Expand All @@ -53,8 +49,6 @@ test_that(
test_that(
desc = "`augment()` works",
code = {
# skip_on_cran()

library(lme4)
set.seed(123)

Expand Down
6 changes: 0 additions & 6 deletions tests/testthat/test-grouped_generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
test_that(
desc = "`grouped_tidy()` works",
code = {
# skip_on_cran()

library(lme4)
set.seed(123)

Expand Down Expand Up @@ -40,8 +38,6 @@ test_that(
test_that(
desc = "`grouped_glance()` works",
code = {
# skip_on_cran()

library(lme4)
set.seed(123)

Expand Down Expand Up @@ -74,8 +70,6 @@ test_that(
test_that(
desc = "`grouped_augment()` works",
code = {
# skip_on_cran()

library(lme4)
set.seed(123)

Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-hybrid_generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
test_that(
desc = "hybrid methods works",
code = {
# skip_on_cran()

library(lme4)
# merMord
set.seed(123)
Expand Down

0 comments on commit 485fe46

Please sign in to comment.