Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Mar 9, 2023
1 parent 190d946 commit 6f70f30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:
Expand All @@ -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,
Expand Down Expand Up @@ -143,7 +141,6 @@ Suggests:
tidymodels,
tidyr,
tidyverse,
tinysnapshot,
tinytest,
titanic,
truncreg,
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# marginaleffects 0.10.0.9000
# marginaleffects 0.11.0

Breaking changes:

Expand Down
1 change: 0 additions & 1 deletion R/sanitize_newdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f70f30

Please sign in to comment.