From 6f70f3008584dc511db4fe912166caec05290bbb Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Thu, 9 Mar 2023 16:32:33 -0500 Subject: [PATCH] 0.11.0 --- DESCRIPTION | 7 ++----- NAMESPACE | 2 -- NEWS.md | 2 +- R/sanitize_newdata.R | 1 - 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 358401a8e..73a38da16 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: marginaleffects Title: Predictions, Comparisons, Slopes, Marginal Means, and Hypothesis Tests -Version: 0.10.0.9021 +Version: 0.11.0 Authors@R: c(person(given = "Vincent", family = "Arel-Bundock", @@ -30,7 +30,6 @@ URL: https://vincentarelbundock.github.io/marginaleffects/ BugReports: https://github.com/vincentarelbundock/marginaleffects/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -Remotes: vincentarelbundock/tinysnapshot Depends: R (>= 3.6.0) Imports: @@ -39,8 +38,7 @@ Imports: generics, insight (>= 0.19.0), methods, - Rcpp (>= 1.0.10), - RcppEigen + Rcpp (>= 1.0.10) LinkingTo: Rcpp, RcppEigen Suggests: AER, @@ -143,7 +141,6 @@ Suggests: tidymodels, tidyr, tidyverse, - tinysnapshot, tinytest, titanic, truncreg, diff --git a/NAMESPACE b/NAMESPACE index 7fcd59c19..872df8674 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -162,8 +162,6 @@ export(predictions) export(set_coef) export(slopes) export(tidy) -import(Rcpp) -import(RcppEigen) import(data.table) importFrom(Rcpp,evalCpp) importFrom(generics,glance) diff --git a/NEWS.md b/NEWS.md index 6181cb3e6..98e87ff64 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# marginaleffects 0.10.0.9000 +# marginaleffects 0.11.0 Breaking changes: diff --git a/R/sanitize_newdata.R b/R/sanitize_newdata.R index 51fcf39f3..eea1dc621 100644 --- a/R/sanitize_newdata.R +++ b/R/sanitize_newdata.R @@ -197,7 +197,6 @@ dedup_newdata <- function(model, newdata, by, wts, comparison = "difference", cr out[, "rowid" := NULL] } - categ <- c("factor", "character", "logical", "strata", "cluster", "binary") if (!all(vclass %in% categ)) { return(newdata)