Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.17.0 #974

Merged
merged 5 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 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.16.0.9017
Version: 0.17.0
Authors@R:
c(person(given = "Vincent",
family = "Arel-Bundock",
Expand Down Expand Up @@ -132,6 +132,7 @@ Suggests:
purrr,
quantreg,
Rchoice,
rcmdcheck,
remotes,
rmarkdown,
rms,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# News

## dev
## 0.17.0

Breaking changes:

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

![](images/zoo_banner.png)
# marginaleffects

## Why?

Expand Down Expand Up @@ -80,7 +79,7 @@ ways:
4. Create a new entry [for the Meme
Gallery!](https://marginaleffects.com/vignettes/meme.html)

<a href="http://marginaleffects.com">
<a href="https://marginaleffects.com">
<img src="https://user-images.githubusercontent.com/987057/134899484-e3392510-2e94-4c39-9830-53356fa5feed.png" align="center" alt="marginaleffects logo" width="200" />
</a> <br><br>
<img src="https://github.com/vincentarelbundock/marginaleffects/workflows/R-CMD-check/badge.svg">
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `marginaleffects` package and the Marginal Effects Zoo book will always be f


<div align="center">
<a href="http://marginaleffects.com">
<a href="https://marginaleffects.com">
<img src="https://user-images.githubusercontent.com/987057/134899484-e3392510-2e94-4c39-9830-53356fa5feed.png" align="center" alt="marginaleffects logo" width="200" />
</a>
<br><br>
Expand Down
2 changes: 0 additions & 2 deletions vignettes/machine_learning.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ options(modelsummary_factory_default = "gt")

`marginaleffects` offers several "model-agnostic" functions to interpret statistical and machine learning models. This vignette highlights how the package can be used to extract meaningful insights from models trained using the `mlr3` and `tidymodels` frameworks.

The features in this vignette require version 0.16.0 or `marginaleffects`, or the development version which can be installed from Github:

```{r, eval = FALSE}
remotes::install_github("vincentarelbundock/marginaleffects")
```
Expand Down
Loading