Skip to content

Commit

Permalink
Implements tidy.Kendall + adds info in DESCRIP, NAMESPACE, etc..
Browse files Browse the repository at this point in the history
  • Loading branch information
cimentadaj committed Jun 11, 2018
1 parent d428caf commit da83477
Show file tree
Hide file tree
Showing 7 changed files with 651 additions and 525 deletions.
226 changes: 114 additions & 112 deletions DESCRIPTION
@@ -1,112 +1,114 @@
Type: Package
Package: broom
Title: Convert Statistical Analysis Objects into Tidy Data Frames
Version: 0.4.4.9000
Date: 2018-06-04
Authors@R: c(
person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")),
person("Matthieu", "Gomez", email = "mattg@princeton.edu", role = "ctb"),
person("Boris", "Demeshev", email = "boris.demeshev@gmail.com", role = "ctb"),
person("Dieter", "Menne", email = "dieter.menne@menne-biomed.de", role = "ctb"),
person("Benjamin", "Nutter", email = "nutter@battelle.org", role = "ctb"),
person("Luke", "Johnston", email = "luke.johnston@mail.utoronto.ca", role = "ctb"),
person("Ben", "Bolker", email = "bolker@mcmaster.ca", role = "ctb"),
person("Francois", "Briatte", email = "f.briatte@gmail.com", role = "ctb"),
person("Jeffrey", "Arnold", email = "jeffrey.arnold@gmail.com", role = "ctb"),
person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "ctb"),
person("Luciano", "Selzer", email = "luciano.selzer@gmail.com", role = "ctb"),
person("Gavin", "Simpson", email = "ucfagls@gmail.com", role = "ctb"),
person("Jens", "Preussner", email = " jens.preussner@mpi-bn.mpg.de", role = "ctb"),
person("Jay", "Hesselberth", email = "jay.hesselberth@gmail.com", role = "ctb"),
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "ctb"),
person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = "ctb"),
person("Lukasz", "Komsta", email = "lukasz.komsta@umlub.pl", role = "ctb"),
person("Frederick", "Novometsky", role = "ctb"),
person("Wilson", "Freitas", role = "ctb"),
person("Jason Cory", "Brunson", email = "cornelioid@gmail.com", role = "ctb"),
person("Simon", "Jackson", email = "drsimonjackson@gmail.com", role = "ctb"))
Maintainer: David Robinson <admiral.david@gmail.com>
Description: Convert statistical analysis objects from R into tidy data frames,
so that they can more easily be combined, reshaped and otherwise processed
with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package provides three
S3 generics: tidy, which summarizes a model's statistical findings such as
coefficients of a regression; augment, which adds columns to the original
data such as predictions, residuals and cluster assignments; and glance, which
provides a one-row summary of model-level statistics.
License: MIT + file LICENSE
URL: http://github.com/tidyverse/broom
BugReports: http://github.com/tidyverse/broom/issues
Imports:
dplyr,
methods,
nlme,
plyr,
reshape2,
stringr,
tibble,
tidyr
Suggests:
AER,
akima,
AUC,
bbmle,
betareg,
biglm,
binGroup,
boot,
brms,
btergm,
car,
coda,
covr,
emmeans,
ergm,
gam,
gamlss,
geepack,
ggplot2,
glmnet,
gmm,
Hmisc,
irlba,
knitr,
ks,
Lahman,
lfe,
lme4,
lmodel2,
lmtest,
lsmeans,
maps,
maptools,
MASS,
Matrix,
mclust,
mgcv,
muhaz,
multcomp,
network,
nnet,
orcutt,
ordinal,
plm,
poLCA,
psych,
purrr,
rgeos,
rmarkdown,
robust,
rsample,
rstan,
rstanarm,
sp,
speedglm,
statnet.common,
survival,
survey,
testthat,
xergm,
zoo,
tseries
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Type: Package
Package: broom
Title: Convert Statistical Analysis Objects into Tidy Data Frames
Version: 0.4.4.9000
Date: 2018-06-04
Authors@R: c(
person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")),
person("Matthieu", "Gomez", email = "mattg@princeton.edu", role = "ctb"),
person("Boris", "Demeshev", email = "boris.demeshev@gmail.com", role = "ctb"),
person("Dieter", "Menne", email = "dieter.menne@menne-biomed.de", role = "ctb"),
person("Benjamin", "Nutter", email = "nutter@battelle.org", role = "ctb"),
person("Luke", "Johnston", email = "luke.johnston@mail.utoronto.ca", role = "ctb"),
person("Ben", "Bolker", email = "bolker@mcmaster.ca", role = "ctb"),
person("Francois", "Briatte", email = "f.briatte@gmail.com", role = "ctb"),
person("Jeffrey", "Arnold", email = "jeffrey.arnold@gmail.com", role = "ctb"),
person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "ctb"),
person("Luciano", "Selzer", email = "luciano.selzer@gmail.com", role = "ctb"),
person("Gavin", "Simpson", email = "ucfagls@gmail.com", role = "ctb"),
person("Jens", "Preussner", email = " jens.preussner@mpi-bn.mpg.de", role = "ctb"),
person("Jay", "Hesselberth", email = "jay.hesselberth@gmail.com", role = "ctb"),
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "ctb"),
person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = "ctb"),
person("Lukasz", "Komsta", email = "lukasz.komsta@umlub.pl", role = "ctb"),
person("Frederick", "Novometsky", role = "ctb"),
person("Wilson", "Freitas", role = "ctb"),
person("Jason Cory", "Brunson", email = "cornelioid@gmail.com", role = "ctb"),
person("Simon", "Jackson", email = "drsimonjackson@gmail.com", role = "ctb"),
person("Jorge", "Cimentada", email = "cimentadaj@gmail.com", role = "ctb"))
Maintainer: David Robinson <admiral.david@gmail.com>
Description: Convert statistical analysis objects from R into tidy data frames,
so that they can more easily be combined, reshaped and otherwise processed
with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package provides three
S3 generics: tidy, which summarizes a model's statistical findings such as
coefficients of a regression; augment, which adds columns to the original
data such as predictions, residuals and cluster assignments; and glance, which
provides a one-row summary of model-level statistics.
License: MIT + file LICENSE
URL: http://github.com/tidyverse/broom
BugReports: http://github.com/tidyverse/broom/issues
Imports:
dplyr,
methods,
nlme,
plyr,
reshape2,
stringr,
tibble,
tidyr
Suggests:
AER,
akima,
AUC,
bbmle,
betareg,
biglm,
binGroup,
boot,
brms,
btergm,
car,
coda,
covr,
emmeans,
ergm,
gam,
gamlss,
geepack,
ggplot2,
glmnet,
gmm,
Hmisc,
irlba,
knitr,
ks,
Lahman,
lfe,
lme4,
lmodel2,
lmtest,
lsmeans,
maps,
maptools,
MASS,
Matrix,
mclust,
mgcv,
muhaz,
multcomp,
network,
nnet,
orcutt,
ordinal,
plm,
poLCA,
psych,
purrr,
rgeos,
rmarkdown,
robust,
rsample,
rstan,
rstanarm,
sp,
speedglm,
statnet.common,
survival,
survey,
testthat,
xergm,
zoo,
tseries,
Kendall
VignetteBuilder: knitr
RoxygenNote: 6.0.1

0 comments on commit da83477

Please sign in to comment.