Permalink
Browse files

fix DESCRIPTION

  • Loading branch information...
leeper committed Jan 22, 2019
1 parent 519e10e commit d9398b7be6ec7351513caacc132d591032a1233d
Showing with 17 additions and 7 deletions.
  1. +0 −1 .travis.yml
  2. +2 −2 DESCRIPTION
  3. +4 −0 NEWS.md
  4. +1 −1 R/prediction.R
  5. +1 −1 docs/index.html
  6. +9 −0 docs/news/index.html
  7. +0 −1 docs/reference/prediction.html
  8. +0 −1 man/prediction.Rd
@@ -39,7 +39,6 @@ r_packages:
- mclogit
- mda
- mlogit
- mnlogit
- MNP
- nlme
- nnet
@@ -1,9 +1,9 @@
Package: prediction
Type: Package
Title: Tidy, Type-Safe 'prediction()' Methods
Description: A one-function package containing 'prediction()', a type-safe alternative to 'predict()' that always returns a data frame. The 'summary()' method provides a data frame with average predictions, possibly over counterfactual versions of the data (a la the 'margins' command in Stata). Marginal effect estimation is provided by the related package, 'margins' <https://cran.r-project.org/package=margins>. The package currently supports common model types (e.g., "lm", "glm") from the 'stats' package, as well as numerous other model classes from other add-on packages. See the README or main package documentation page for a complete listing.
Description: A one-function package containing 'prediction()', a type-safe alternative to 'predict()' that always returns a data frame. The 'summary()' method provides a data frame with average predictions, possibly over counterfactual versions of the data (a la the 'margins' command in 'Stata'). Marginal effect estimation is provided by the related package, 'margins' <https://cran.r-project.org/package=margins>. The package currently supports common model types (e.g., "lm", "glm") from the 'stats' package, as well as numerous other model classes from other add-on packages. See the README or main package documentation page for a complete listing.
License: MIT + file LICENSE
Version: 0.3.12
Version: 0.3.13
Date: 2019-01-22
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
@@ -1,3 +1,7 @@
# prediction 0.3.12

* Remove mnlogit dependency, as it has been removed from CRAN.

# prediction 0.3.11

* Remove bigFastLm dependency, as it has been removed from CRAN.
@@ -49,7 +49,7 @@
#' \item \dQuote{mclogit}, see \code{\link[mclogit]{mclogit}}
#' \item \dQuote{mda}, see \code{\link[mda]{mda}}
#' \item \dQuote{merMod}, see \code{\link[lme4]{lmer}}, \code{\link[lme4]{glmer}}
#' \item \dQuote{mnlogit}, see \code{\link[mnlogit]{mnlogit}}
# \item \dQuote{mnlogit}, see \code{\link[mnlogit]{mnlogit}}
#' \item \dQuote{mnp}, see \code{\link[MNP]{mnp}}
#' \item \dQuote{naiveBayes}, see \code{\link[e1071]{naiveBayes}}
#' \item \dQuote{nlme}, see \code{\link[nlme]{nlme}}

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

0 comments on commit d9398b7

Please sign in to comment.