Permalink
Browse files

rm bigFastLm dependency

  • Loading branch information...
leeper committed Nov 25, 2018
1 parent d49db85 commit fe5c40275a439b8d5a431ea31b4c5674c3d53c13
@@ -21,7 +21,6 @@ r_packages:
- AER
- aod
- betareg
- bigFastlm
- biglm
- brglm
- caret
@@ -3,8 +3,8 @@ 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.
License: MIT + file LICENSE
Version: 0.3.10
Date: 2018-08-08
Version: 0.3.11
Date: 2018-11-25
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "thosjleeper@gmail.com",
@@ -27,7 +27,6 @@ Enhances:
AER,
aod,
betareg,
bigFastlm,
biglm,
brglm,
caret,
@@ -62,4 +61,4 @@ Enhances:
truncreg,
VGAM
ByteCompile: true
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
@@ -1,3 +1,7 @@
# prediction 0.3.11

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

# prediction 0.3.10

* Added tests for `find_data()` and `prediction.lm()` to check for correct behavior in the presence of missing data (`na.action`) and `subset` arguments. (#28)
@@ -20,7 +20,6 @@
#' \item \dQuote{Arima}, see \code{\link[stats]{arima}}
#' \item \dQuote{arima0}, see \code{\link[stats]{arima0}}
#' \item \dQuote{bigglm}, see \code{\link[biglm]{bigglm}} (including \dQuote{ffdf}-backed models provided by \code{\link[ffbase]{bigglm.ffdf}})
#' \item \dQuote{bigLm}, see \code{\link[bigFastlm]{bigLm}}
#' \item \dQuote{betareg}, see \code{\link[betareg]{betareg}}
#' \item \dQuote{bruto}, see \code{\link[mda]{bruto}}
#' \item \dQuote{clm}, see \code{\link[ordinal]{clm}}
@@ -62,7 +62,6 @@ The currently supported model classes are:
- "Arima" from `stats::arima()`
- "arima0" from `stats::arima0()`
- "biglm" from `biglm::biglm()` (including `"ffdf"` backed models)
- "bigLm" from `bigLm::bigLm()`
- "betareg" from `betareg::betareg()`
- "bruto" from `mda::bruto()`
- "clm" from `ordinal::clm()`
@@ -112,7 +112,6 @@ The currently supported model classes are:
- "Arima" from `stats::arima()`
- "arima0" from `stats::arima0()`
- "biglm" from `biglm::biglm()` (including `"ffdf"` backed models)
- "bigLm" from `bigLm::bigLm()`
- "betareg" from `betareg::betareg()`
- "bruto" from `mda::bruto()`
- "clm" from `ordinal::clm()`

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.
Oops, something went wrong.

0 comments on commit fe5c402

Please sign in to comment.