Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: parameters
Title: Processing of Model Parameters
Version: 0.28.2.10
Version: 0.28.3
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -232,4 +232,3 @@ Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Config/Needs/check: stan-dev/cmdstanr
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight, easystats/modelbased
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# parameters (devel)
# parameters 0.28.3

* fixed bug in `standardize_info(<fixest>)` that was preventing
* fixed bug in `standardize_info(<fixest>)` that was preventing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other entries in the changelog, please capitalize the first letter of this bullet point. Most other entries that do not start with a code snippet are capitalized.

Suggested change
* fixed bug in `standardize_info(<fixest>)` that was preventing
* Fixed bug in `standardize_info(<fixest>)` that was preventing

`standardise_parameters()` from working for `fixest` models.

* `equivalence_test()` gets methods for objects from the *modelbased* package.
Expand Down
Loading