-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fixest-multi # Conflicts: # README.md
- Loading branch information
Showing
220 changed files
with
16,856 additions
and
15,506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Getting help with `{insight}` | ||
|
||
Thanks for using `{insight}`. Before filing an issue, there are a few places | ||
to explore and pieces to put together to make the process as smooth as possible. | ||
|
||
Start by making a minimal **repr**oducible **ex**ample using the | ||
[reprex](http://reprex.tidyverse.org/) package. If you haven't heard of or used | ||
reprex before, you're in for a treat! Seriously, reprex will make all of your | ||
R-question-asking endeavors easier (which is a pretty insane ROI for the five to | ||
ten minutes it'll take you to learn what it's all about). For additional reprex | ||
pointers, check out the [Get help!](https://www.tidyverse.org/help/) resource | ||
used by the tidyverse team. | ||
|
||
Armed with your reprex, the next step is to figure out where to ask: | ||
|
||
* If it's a question: start with StackOverflow. There are more people there to answer questions. | ||
* If it's a bug: you're in the right place, file an issue. | ||
* If you're not sure: let's [discuss](https://github.com/easystats/insight/discussions) it and try to figure it out! If your | ||
problem _is_ a bug or a feature request, you can easily return here and | ||
report it. | ||
|
||
Before opening a new issue, be sure to [search issues and pull requests](https://github.com/easystats/insight/issues) to make sure the | ||
bug hasn't been reported and/or already fixed in the development version. By | ||
default, the search will be pre-populated with `is:issue is:open`. You can | ||
[edit the qualifiers](https://help.github.com/articles/searching-issues-and-pull-requests/) | ||
(e.g. `is:pr`, `is:closed`) as needed. For example, you'd simply | ||
remove `is:open` to search _all_ issues in the repo, open or closed. | ||
|
||
Thanks for your help! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Run tests in random order | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
|
||
name: check-random-test-order | ||
|
||
jobs: | ||
check-random-test-order: | ||
uses: easystats/workflows/.github/workflows/check-random-test-order.yaml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.19.1 | ||
Date: 2023-03-18 17:27:10 UTC | ||
SHA: cb60a11164fde497abc08c0d99bca8be3a6702c4 | ||
Version: 0.19.3 | ||
Date: 2023-06-27 17:03:53 UTC | ||
SHA: 192c44fff3e72bc693d0b937e72028bf80513077 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: insight | ||
Title: Easy Access to Model Information for Various Model Objects | ||
Version: 0.19.1 | ||
Version: 0.19.3.3 | ||
Authors@R: | ||
c(person(given = "Daniel", | ||
family = "Lüdecke", | ||
|
@@ -30,14 +30,19 @@ Authors@R: | |
comment = c(ORCID = "0000-0002-4287-4801")), | ||
person(given = "Brenton M.", | ||
family = "Wiernik", | ||
role = c("aut"), | ||
role = c("aut", "ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")), | ||
person(given = "Vincent", | ||
family = "Arel-Bundock", | ||
email = "[email protected]", | ||
role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0003-2042-7063")), | ||
person(given = "Etienne", | ||
family = "Bacher", | ||
email = "[email protected]", | ||
role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0002-9271-5075")), | ||
person(given = "Alex", | ||
family = "Hayes", | ||
role = c("rev"), | ||
|
@@ -52,7 +57,12 @@ Authors@R: | |
family = "Thériault", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc"))) | ||
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")), | ||
person(given = "Alex", | ||
family = "Reinhart", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-6658-514X"))) | ||
Maintainer: Daniel Lüdecke <[email protected]> | ||
Description: A tool to provide an easy, intuitive and consistent | ||
access to information contained in various R models, like model | ||
|
@@ -67,7 +77,7 @@ License: GPL-3 | |
URL: https://easystats.github.io/insight/ | ||
BugReports: https://github.com/easystats/insight/issues | ||
Depends: | ||
R (>= 3.5) | ||
R (>= 3.6) | ||
Imports: | ||
methods, | ||
stats, | ||
|
@@ -87,12 +97,16 @@ Suggests: | |
blme, | ||
boot, | ||
brms, | ||
broom, | ||
car, | ||
carData, | ||
censReg, | ||
cgam, | ||
clubSandwich, | ||
coxme, | ||
cplm, | ||
crch, | ||
curl, | ||
datawizard, | ||
effectsize, | ||
emmeans, | ||
|
@@ -103,6 +117,7 @@ Suggests: | |
fungible, | ||
gam, | ||
gamlss, | ||
gamlss.data, | ||
gamm4, | ||
gbm, | ||
gee, | ||
|
@@ -111,8 +126,10 @@ Suggests: | |
GLMMadaptive, | ||
glmmTMB, | ||
gmnl, | ||
grDevices, | ||
gt, | ||
httr, | ||
interp, | ||
ivreg, | ||
JM, | ||
knitr, | ||
|
@@ -132,14 +149,17 @@ Suggests: | |
MCMCglmm, | ||
merTools, | ||
metaBMA, | ||
metadat, | ||
metafor, | ||
metaplus, | ||
mgcv, | ||
mice, | ||
mlogit, | ||
mhurdle, | ||
mmrm, | ||
modelbased, | ||
multgee, | ||
nestedLogit, | ||
nlme, | ||
nnet, | ||
nonnest2, | ||
|
@@ -156,10 +176,11 @@ Suggests: | |
quantreg, | ||
rmarkdown, | ||
rms, | ||
rpart, | ||
robustbase, | ||
robustlmm, | ||
rstanarm (>= 2.21.1), | ||
rstantools, | ||
rstantools (>= 2.1.0), | ||
rstudioapi, | ||
sandwich, | ||
speedglm, | ||
|
@@ -176,9 +197,10 @@ VignetteBuilder: | |
knitr | ||
Encoding: UTF-8 | ||
Language: en-US | ||
RoxygenNote: 7.2.3.9000 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
Config/Needs/website: | ||
rstudio/bslib, | ||
r-lib/pkgdown, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.