diff --git a/DESCRIPTION b/DESCRIPTION index a37b04280..b4fe743a7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,3 +1,4 @@ +Type: package Package: broom Title: Convert Statistical Objects into Tidy Tibbles Version: 1.0.5.9000 @@ -535,7 +536,7 @@ Description: Summarizes key information about statistical observations to a dataset, such as fitted values or influence measures. License: MIT + file LICENSE -URL: https://broom.tidymodels.org, +URL: https://broom.tidymodels.org/, https://github.com/tidymodels/broom BugReports: https://github.com/tidymodels/broom/issues Depends: diff --git a/R/broom-package.R b/R/broom-package.R index ab5995291..15d02074b 100644 --- a/R/broom-package.R +++ b/R/broom-package.R @@ -1,4 +1,5 @@ # Custom package description for the package help file. +#' @name broom #' @description #' Convert statistical analysis objects from R into tidy tibbles, #' so that they can more easily be combined, reshaped and otherwise processed diff --git a/man/broom-package.Rd b/man/broom.Rd similarity index 99% rename from man/broom-package.Rd rename to man/broom.Rd index 7fecdfc38..68f466e0e 100644 --- a/man/broom-package.Rd +++ b/man/broom.Rd @@ -1,7 +1,7 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/broom-package.R \docType{package} -\name{broom-package} +\name{broom} \alias{broom} \alias{broom-package} \title{broom: Convert Statistical Objects into Tidy Tibbles} @@ -17,7 +17,7 @@ which provides a one-row summary of model-level statistics. \seealso{ Useful links: \itemize{ - \item \url{https://broom.tidymodels.org} + \item \url{https://broom.tidymodels.org/} \item \url{https://github.com/tidymodels/broom} \item Report bugs at \url{https://github.com/tidymodels/broom/issues} }