Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
Merge branch 'main' into fixest-multi

# Conflicts:
#	README.md
  • Loading branch information
etiennebacher committed Sep 7, 2023
2 parents 0656039 + 842c6e2 commit 303a121
Show file tree
Hide file tree
Showing 220 changed files with 16,856 additions and 15,506 deletions.
29 changes: 29 additions & 0 deletions .github/SUPPORT.md
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!
12 changes: 12 additions & 0 deletions .github/workflows/check-random-test-order.yaml
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
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
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
34 changes: 28 additions & 6 deletions DESCRIPTION
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",
Expand Down Expand Up @@ -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"),
Expand All @@ -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
Expand All @@ -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,
Expand All @@ -87,12 +97,16 @@ Suggests:
blme,
boot,
brms,
broom,
car,
carData,
censReg,
cgam,
clubSandwich,
coxme,
cplm,
crch,
curl,
datawizard,
effectsize,
emmeans,
Expand All @@ -103,6 +117,7 @@ Suggests:
fungible,
gam,
gamlss,
gamlss.data,
gamm4,
gbm,
gee,
Expand All @@ -111,8 +126,10 @@ Suggests:
GLMMadaptive,
glmmTMB,
gmnl,
grDevices,
gt,
httr,
interp,
ivreg,
JM,
knitr,
Expand All @@ -132,14 +149,17 @@ Suggests:
MCMCglmm,
merTools,
metaBMA,
metadat,
metafor,
metaplus,
mgcv,
mice,
mlogit,
mhurdle,
mmrm,
modelbased,
multgee,
nestedLogit,
nlme,
nnet,
nonnest2,
Expand All @@ -156,10 +176,11 @@ Suggests:
quantreg,
rmarkdown,
rms,
rpart,
robustbase,
robustlmm,
rstanarm (>= 2.21.1),
rstantools,
rstantools (>= 2.1.0),
rstudioapi,
sandwich,
speedglm,
Expand All @@ -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,
Expand Down
26 changes: 26 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ S3method(find_algorithm,logistf)
S3method(find_algorithm,merMod)
S3method(find_algorithm,merModList)
S3method(find_algorithm,mixed)
S3method(find_algorithm,nestedLogit)
S3method(find_algorithm,rlmerMod)
S3method(find_algorithm,rq)
S3method(find_algorithm,rqss)
Expand Down Expand Up @@ -276,6 +277,7 @@ S3method(find_parameters,multinom)
S3method(find_parameters,mvord)
S3method(find_parameters,negbinirr)
S3method(find_parameters,negbinmfx)
S3method(find_parameters,nestedLogit)
S3method(find_parameters,nlmerMod)
S3method(find_parameters,nls)
S3method(find_parameters,pgmm)
Expand Down Expand Up @@ -447,9 +449,12 @@ S3method(get_data,mmrm_tmb)
S3method(get_data,model_fit)
S3method(get_data,negbinirr)
S3method(get_data,negbinmfx)
S3method(get_data,nestedLogit)
S3method(get_data,nlrq)
S3method(get_data,nls)
S3method(get_data,pgmm)
S3method(get_data,phyloglm)
S3method(get_data,phylolm)
S3method(get_data,plm)
S3method(get_data,poissonirr)
S3method(get_data,poissonmfx)
Expand Down Expand Up @@ -514,6 +519,8 @@ S3method(get_df,mmrm_tmb)
S3method(get_df,model_fit)
S3method(get_df,negbinirr)
S3method(get_df,negbinmfx)
S3method(get_df,phyloglm)
S3method(get_df,phylolm)
S3method(get_df,poissonirr)
S3method(get_df,poissonmfx)
S3method(get_df,probitmfx)
Expand Down Expand Up @@ -542,6 +549,8 @@ S3method(get_loglikelihood,mblogit)
S3method(get_loglikelihood,mclogit)
S3method(get_loglikelihood,mlogit)
S3method(get_loglikelihood,model_fit)
S3method(get_loglikelihood,phyloglm)
S3method(get_loglikelihood,phylolm)
S3method(get_loglikelihood,plm)
S3method(get_loglikelihood,stanreg)
S3method(get_loglikelihood,svycoxph)
Expand Down Expand Up @@ -661,6 +670,7 @@ S3method(get_parameters,multinom)
S3method(get_parameters,mvord)
S3method(get_parameters,negbinirr)
S3method(get_parameters,negbinmfx)
S3method(get_parameters,nestedLogit)
S3method(get_parameters,nlmerMod)
S3method(get_parameters,orm)
S3method(get_parameters,pgmm)
Expand Down Expand Up @@ -721,6 +731,7 @@ S3method(get_predicted,lmerMod)
S3method(get_predicted,lrm)
S3method(get_predicted,merMod)
S3method(get_predicted,multinom)
S3method(get_predicted,phylolm)
S3method(get_predicted,polr)
S3method(get_predicted,prcomp)
S3method(get_predicted,principal)
Expand Down Expand Up @@ -844,6 +855,8 @@ S3method(get_statistic,marginaleffects)
S3method(get_statistic,marginaleffects.summary)
S3method(get_statistic,margins)
S3method(get_statistic,maxLik)
S3method(get_statistic,mblogit)
S3method(get_statistic,mclogit)
S3method(get_statistic,mediate)
S3method(get_statistic,merModList)
S3method(get_statistic,metaplus)
Expand All @@ -865,6 +878,7 @@ S3method(get_statistic,mvord)
S3method(get_statistic,negbin)
S3method(get_statistic,negbinirr)
S3method(get_statistic,negbinmfx)
S3method(get_statistic,nestedLogit)
S3method(get_statistic,nlrq)
S3method(get_statistic,ols)
S3method(get_statistic,orm)
Expand Down Expand Up @@ -964,6 +978,7 @@ S3method(get_varcov,model_fit)
S3method(get_varcov,mvord)
S3method(get_varcov,negbinirr)
S3method(get_varcov,negbinmfx)
S3method(get_varcov,nestedLogit)
S3method(get_varcov,nlrq)
S3method(get_varcov,pgmm)
S3method(get_varcov,poissonirr)
Expand Down Expand Up @@ -1099,7 +1114,9 @@ S3method(link_function,multinom)
S3method(link_function,mvord)
S3method(link_function,negbinirr)
S3method(link_function,negbinmfx)
S3method(link_function,nestedLogit)
S3method(link_function,orm)
S3method(link_function,phylolm)
S3method(link_function,plm)
S3method(link_function,poissonirr)
S3method(link_function,poissonmfx)
Expand Down Expand Up @@ -1219,7 +1236,10 @@ S3method(link_inverse,multinom)
S3method(link_inverse,mvord)
S3method(link_inverse,negbinirr)
S3method(link_inverse,negbinmfx)
S3method(link_inverse,nestedLogit)
S3method(link_inverse,orm)
S3method(link_inverse,phyloglm)
S3method(link_inverse,phylolm)
S3method(link_inverse,plm)
S3method(link_inverse,poissonmfx)
S3method(link_inverse,polr)
Expand Down Expand Up @@ -1362,9 +1382,12 @@ S3method(model_info,multinom)
S3method(model_info,mvord)
S3method(model_info,negbinirr)
S3method(model_info,negbinmfx)
S3method(model_info,nestedLogit)
S3method(model_info,nlrq)
S3method(model_info,nls)
S3method(model_info,orm)
S3method(model_info,phyloglm)
S3method(model_info,phylolm)
S3method(model_info,plm)
S3method(model_info,poissonirr)
S3method(model_info,poissonmfx)
Expand Down Expand Up @@ -1477,7 +1500,10 @@ S3method(n_obs,multinom)
S3method(n_obs,mvord)
S3method(n_obs,negbinirr)
S3method(n_obs,negbinmfx)
S3method(n_obs,nestedLogit)
S3method(n_obs,nlrq)
S3method(n_obs,phyloglm)
S3method(n_obs,phylolm)
S3method(n_obs,poissonirr)
S3method(n_obs,poissonmfx)
S3method(n_obs,probitmfx)
Expand Down
Loading

0 comments on commit 303a121

Please sign in to comment.