Skip to content

Commit

Permalink
v1.0.0 (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jul 1, 2022
1 parent 6e07ceb commit 507cacd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: broom
Title: Convert Statistical Objects into Tidy Tibbles
Version: 0.8.0.9000
Version: 1.0.0
Authors@R:
c(person(given = "David",
family = "Robinson",
Expand Down
1 change: 0 additions & 1 deletion NEWS.md
Expand Up @@ -685,7 +685,6 @@ supportive and insightful and I look forward to working you all again!
[@ellessenne](https://github.com/ellessenne),
[@erleholgersen](https://github.com/erleholgersen),
[@ethchr](https://github.com/ethchr),
[@Hong-Revo](https://github.com/Hong-Revo),
[@huftis](https://github.com/huftis),
[@IndrajeetPatil](https://github.com/IndrajeetPatil),
[@jacob-long](https://github.com/jacob-long),
Expand Down
1 change: 1 addition & 0 deletions R/cluster-tidiers.R
Expand Up @@ -24,6 +24,7 @@
#' @export
#' @seealso [tidy()], [cluster::pam()]
#' @family pam tidiers
# skip running examples - occasionally over CRAN check time limit
#' @examplesIf (rlang::is_installed("cluster") & rlang::is_installed("modeldata"))
#'
#' # load libraries for models and data
Expand Down
1 change: 1 addition & 0 deletions R/spdep-tidiers.R
Expand Up @@ -10,6 +10,7 @@
#'
#' @evalRd return_tidy(regression = TRUE)
#'
# skip running examples - occasionally over CRAN check time limit
#' @examplesIf (rlang::is_installed("spdep") & rlang::is_installed("spatialreg"))
#'
#'
Expand Down
3 changes: 1 addition & 2 deletions R/stats-kmeans-tidiers.R
Expand Up @@ -8,6 +8,7 @@
#'
#' @evalRd return_tidy("size", "withinss", "cluster")
#'
# skip running examples - occasionally over CRAN check time limit
#' @examplesIf (rlang::is_installed("cluster") & rlang::is_installed("modeldata"))
#'
#' library(cluster)
Expand All @@ -23,8 +24,6 @@
#' tidy(fit)
#' glance(fit)
#' augment(fit, x)
#'
#' @details For examples, see the kmeans vignette.
#'
#' @aliases kmeans_tidiers
#' @export
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Expand Up @@ -6,7 +6,7 @@

# Reverse dependencies

We checked 199 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 203 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
3 changes: 0 additions & 3 deletions man/tidy.kmeans.Rd

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

0 comments on commit 507cacd

Please sign in to comment.