diff --git a/inst/WORDLIST b/inst/WORDLIST index 362457369..7b94f9fd7 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,24 +1,117 @@ -’s -Aaditya AAP AAPs -Adelie -Adelies AFAICT -aje -al AME -Anastasios -Angelopoulos APM ARD +Aaditya +Adelie +Adelies +Anastasios +Angelopoulos Arel -args -arxiv -arXiv -arXivhttp Augusto Avina +BH +Beaumais +Boca +BorgeJorge +Brilleman +Bundock +CMD +CRC +Candes +Carlisle +Codecov +Customizable +Demetri +Diniz +Dowd +DxP +EMMs +ETI +Ep +Epidemiologic +Errickson +Estimand +Estimands +Fabbri +Foygel +GLMMs +Gam +Gentoos +Greifer +HC +HDI +Hedeker +Heiss +Hernán +Heteroskedasticity +Hufthammer +IPW +Isager +J'VJ +JM +JVJ +Kapre +Kirill +Krinsky +Kurz +LLC +Lakens +Leeper +Lenth +Lifecycle +Lüdecke +MEM +MER +MFX +MRP +Marcio +MrJerryTAO +NHEFS +Nafa +NumPyro +Numpy +ORs +Ove +Pananos +PxD +RCTs +RDatasets +Rainey +Ramdas +Randas +Raton +Rcpp +Rdatasets +Rdatatable +Resul +Rina +Rmarkdown +Robb +Rohan +Scheel +Solovev +Stata +Stata's +StataCorp +Stata’s +TLDR +TOST +Tibshirani +Tomz +Typst +Umit +Wittenberg +XGBoost +Xu +aje +al +arXiv +arXivhttp +args +arxiv backtransform backtransformation backtransforming @@ -26,47 +119,31 @@ backtransforms bayesian bc bca -Beaumais -BH -Boca bonferroni -BorgeJorge -Brilleman brms bugfix -Bundock -Candes -Carlisle cdot chisq -CMD cme -Codecov coercible confounders cran -CRC cumhaz cumprob customclass customizable -Customizable cv +dX +dY datagrid deduplication demeaned -Demetri dev differenceavg differenceavgwts differencing -Diniz disp doi -Dowd -dX -DxP -dY dydx dydxavg dydxavgwts @@ -76,17 +153,10 @@ dyexavglnratioavgwts dyexavgwts elasticities emmeans -EMMs -Ep -Epidemiologic eps -Errickson estimand -Estimand estimands -Estimands et -ETI ev expdydx expdydxavg @@ -100,69 +170,42 @@ eydxavgwts eyex eyexavg eyexavgwts -Fabbri fdcenter fdforward fdr fivenum -Foygel frac fwb -Gam -Gentoos geoms get_hdi ggeffects github -GLMMs grayscale -Greifer grey -HC -HDI -Hedeker -Heiss -Hernán heteroskedasticity -Heteroskedasticity hochberg holm hommel http https -Hufthammer incrementing interpretability interpretable inv invlink io -IPW iqr -Isager issuecomment -J'VJ jacobian jacobians jacobiansmbox -JM -JVJ -Kapre kenward -Kirill knitr -Krinsky -Kurz kwaa -Lakens -Leeper -Lenth -Lifecycle lift liftavg linpred listwise -LLC lm lme ln @@ -173,32 +216,18 @@ lnratio lnratioavg lnratioavgwts lp -Lüdecke -Marcio marginalmeans mbox meandev meanotherdev -MEM -MER methodologists -MFX minmax mislabelled modelbased -MrJerryTAO -MRP -Nafa nd newdata -NHEFS numDeriv -Numpy -NumPyro -ORs -Ove pairwise -Pananos param perc plasminogen @@ -208,72 +237,44 @@ pre preprint probs programmatically -PxD quartile -Rainey -Ramdas -Randas ratioavg ratioavgwts -Raton -Rcpp -RCTs -Rdatasets -RDatasets -Rdatatable regressand regressors’ reimplement -Resul revpairwise revreference revsequential richardson -Rina -Rmarkdown rmst -Robb -Rohan rowid rsample rvar satterthwaite -Scheel sd semilog sensical sequential softmax -Solovev -Stata -Stata's -Stata’s -StataCorp streptokinase +tPA th threenum -Tibshirani tidiers timpipeseek tinytable -TLDR -Tomz -TOST -tPA tukey typst -Typst -Umit +unadvisable underspecified unintuitive untransformed varepsilon vcovHC vincentarelbundock -Wittenberg wmean xb -XGBoost -Xu zlink zprob +’s diff --git a/tests/tinytest.R b/tests/tinytest.R index 3631b4175..427ae8e0a 100644 --- a/tests/tinytest.R +++ b/tests/tinytest.R @@ -1,5 +1,6 @@ if (requireNamespace("tinytest", quietly = TRUE) && isTRUE(Sys.getenv("R_NOT_CRAN") == "true") && - isTRUE(Sys.info()["sysname"] != "Windows")) { + isTRUE(Sys.info()["sysname"] != "Windows") && + dir.exists("inst/tinytest")) { tinytest::test_package("marginaleffects") }