Title: Datasets from the Survival TV Series Alone
Description: A collection of datasets on the Alone survival TV series in tidy format.
Included in the package are 4 datasets detailing the survivors, their loadouts,
episode details and season information.
Author: Daniel Oehm [aut, cre]
Maintainer: Daniel Oehm <danieloehm@gmail.com>
Diff between alone versions 0.4 dated 2024-06-15 and 0.5 dated 2024-09-01
DESCRIPTION | 6 +++--- MD5 | 18 +++++++++--------- NEWS.md | 7 +++++++ R/datasets.R | 2 ++ data/episodes.rda |binary data/loadouts.rda |binary data/seasons.rda |binary data/survivalists.rda |binary man/episodes.Rd | 1 + man/seasons.Rd | 1 + 10 files changed, 23 insertions(+), 12 deletions(-)
Title: Easy Access to Model Information for Various Model Objects
Description: A tool to provide an easy, intuitive and consistent
access to information contained in various R models, like model
formulas, model terms, information about random effects, data that was
used to fit the model or data from response variables. 'insight'
mainly revolves around two types of functions: Functions that find
(the names of) information, starting with 'find_', and functions that
get the underlying data, starting with 'get_'. The package has a
consistent syntax and works with many different model objects, where
otherwise functions to access these information are missing.
Author: Daniel Luedecke [aut, cre] ,
Dominique Makowski [aut, ctb] ,
Indrajeet Patil [aut, ctb] ,
Philip Waggoner [aut, ctb] ,
Mattan S. Ben-Shachar [aut, ctb]
,
Brenton M. Wiernik [aut, ctb] ,
Vincent Arel-Bundock [aut, ctb]
,
Etienne Bacher [aut, ctb] ,
Ale [...truncated...]
Maintainer: Daniel Luedecke <d.luedecke@uke.de>
Diff between insight versions 0.20.3 dated 2024-08-16 and 0.20.4 dated 2024-09-01
DESCRIPTION | 40 ++-- MD5 | 59 +++--- NAMESPACE | 11 + NEWS.md | 23 ++ R/compute_variances.R | 21 +- R/find_formula.R | 35 +++- R/find_parameters.R | 13 + R/find_statistic.R | 10 - R/get_modelmatrix.R | 27 ++- R/get_parameters.R | 28 +++ R/get_statistic.R | 28 +++ R/is_model.R | 8 R/is_model_supported.R | 7 R/link_function.R | 78 ++++----- R/link_inverse.R | 46 ++++- R/model_info.R | 15 + R/null_model.R | 14 + R/utils_model_info.R | 4 README.md | 196 +++++++++++------------ inst/WORDLIST | 2 inst/doc/display.html | 220 +++++++++++++------------- tests/testthat/_snaps/export_table.md | 44 ++--- tests/testthat/_snaps/format_table.md | 32 +-- tests/testthat/_snaps/format_table_ci.md | 22 +- tests/testthat/_snaps/mipo.md | 52 +++--- tests/testthat/_snaps/windows/format_table.md | 28 +-- tests/testthat/test-brms.R | 27 ++- tests/testthat/test-find_formula.R | 7 tests/testthat/test-lm.R | 41 ++-- tests/testthat/test-null_model.R | 8 tests/testthat/test-weightit.R |only 31 files changed, 688 insertions(+), 458 deletions(-)
Title: Models for Data from Unmarked Animals
Description: Fits hierarchical models of animal abundance and occurrence to data collected using survey methods such as point counts, site occupancy sampling, distance sampling, removal sampling, and double observer sampling. Parameters governing the state and observation processes can be modeled as functions of covariates. References: Kellner et al. (2023) <doi:10.1111/2041-210X.14123>, Fiske and Chandler (2011) <doi:10.18637/jss.v043.i10>.
Author: Richard Chandler [aut],
Ken Kellner [cre, aut],
Ian Fiske [aut],
David Miller [aut],
Andy Royle [aut],
Jeff Hostetler [aut],
Rebecca Hutchinson [aut],
Adam Smith [aut],
Lea Pautrel [aut],
Marc Kery [ctb],
Mike Meredith [ctb],
Auriel Fournier [ctb],
A [...truncated...]
Maintainer: Ken Kellner <contact@kenkellner.com>
Diff between unmarked versions 1.4.2 dated 2024-08-28 and 1.4.3 dated 2024-09-01
DESCRIPTION | 8 +++--- MD5 | 16 ++++++------- NEWS.md | 2 - inst/doc/distsamp.html | 4 +-- inst/doc/occuMulti.html | 56 ++++++++++++++++++++++++------------------------ inst/doc/simulate.R | 7 ------ inst/doc/simulate.Rmd | 46 +++++++++++++++++++++++++++++++++++++-- inst/doc/simulate.html | 36 +++++++++++++++--------------- vignettes/simulate.Rmd | 46 +++++++++++++++++++++++++++++++++++++-- 9 files changed, 149 insertions(+), 72 deletions(-)
Title: Statistical Methods for Graphs
Description: Contains statistical methods to analyze graphs, such as graph parameter estimation,
model selection based on the Graph Information Criterion, statistical tests to discriminate two or more populations of graphs,
correlation between graphs, and clustering of graphs.
References: Takahashi et al. (2012) <doi:10.1371/journal.pone.0049949>, Fujita et al. (2017) <doi:10.3389/fnins.2017.00066>,
Fujita et al. (2017) <doi:10.1016/j.csda.2016.11.016>, Fujita et al. (2019) <doi:10.1093/comnet/cnz028>.
Author: Grover E. Castro Guzman [aut],
Diogo R. da Costa [aut],
Taiane C. Ramos [aut],
Suzana S. Santos [aut],
Eduardo S. Lira [aut],
Andre Fujita [aut, cre]
Maintainer: Andre Fujita <andrefujita@usp.br>
Diff between statGraph versions 1.0.5 dated 2024-08-30 and 1.0.6 dated 2024-09-01
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- R/graph.dist.R | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-)
Title: Tidyverse-Friendly Introductory Linear Regression
Description: Datasets and wrapper functions for tidyverse-friendly introductory linear regression, used in "Statistical Inference via Data Science: A ModernDive into R and the Tidyverse" available at <https://moderndive.com/>.
Author: Albert Y. Kim [aut, cre] ,
Chester Ismay [aut] ,
Andrew Bray [ctb] ,
Delaney Moran [ctb],
Evgeni Chasnovski [ctb] ,
Will Hopper [ctb] ,
Benjamin S. Baumer [ctb] ,
Marium Tapal [ctb] ,
Wayne Ndlovu [ctb],
Catherine Peppers [ctb],
Annah Mutaya [ctb],
A [...truncated...]
Maintainer: Albert Y. Kim <albert.ys.kim@gmail.com>
Diff between moderndive versions 0.6.1 dated 2024-06-30 and 0.7.0 dated 2024-09-01
moderndive-0.6.1/moderndive/tests/testthat/test_geom_categorical_model.R |only moderndive-0.6.1/moderndive/tests/testthat/test_get_correlation.R |only moderndive-0.7.0/moderndive/DESCRIPTION | 11 moderndive-0.7.0/moderndive/MD5 | 50 +- moderndive-0.7.0/moderndive/NAMESPACE | 15 moderndive-0.7.0/moderndive/NEWS.md | 9 moderndive-0.7.0/moderndive/R/datasets.R | 199 +++++++++- moderndive-0.7.0/moderndive/R/get_correlation.R | 6 moderndive-0.7.0/moderndive/R/pop_sd.R |only moderndive-0.7.0/moderndive/R/regression_functions.R | 3 moderndive-0.7.0/moderndive/R/tidy_summary.R |only moderndive-0.7.0/moderndive/R/utilities.R | 2 moderndive-0.7.0/moderndive/data/almonds_sample.rda |only moderndive-0.7.0/moderndive/data/almonds_sample_100.rda |binary moderndive-0.7.0/moderndive/data/coffee_quality.rda |only moderndive-0.7.0/moderndive/data/old_faithful_2024.rda |only moderndive-0.7.0/moderndive/data/spotify_52_original.rda |only moderndive-0.7.0/moderndive/data/spotify_52_shuffled.rda |only moderndive-0.7.0/moderndive/data/spotify_by_genre.rda |only moderndive-0.7.0/moderndive/data/un_member_states_2024.rda |only moderndive-0.7.0/moderndive/inst/doc/moderndive.html | 4 moderndive-0.7.0/moderndive/man/almonds_sample.Rd |only moderndive-0.7.0/moderndive/man/almonds_sample_100.Rd | 3 moderndive-0.7.0/moderndive/man/coffee_quality.Rd |only moderndive-0.7.0/moderndive/man/geom_categorical_model.Rd | 2 moderndive-0.7.0/moderndive/man/moderndive.Rd | 2 moderndive-0.7.0/moderndive/man/old_faithful_2024.Rd |only moderndive-0.7.0/moderndive/man/pop_sd.Rd |only moderndive-0.7.0/moderndive/man/spotify_52_original.Rd |only moderndive-0.7.0/moderndive/man/spotify_52_shuffled.Rd |only moderndive-0.7.0/moderndive/man/spotify_by_genre.Rd |only moderndive-0.7.0/moderndive/man/tidy_summary.Rd |only moderndive-0.7.0/moderndive/man/un_member_states_2024.Rd |only moderndive-0.7.0/moderndive/tests/testthat/test-geom_categorical_model.R |only moderndive-0.7.0/moderndive/tests/testthat/test-get_correlation.R |only moderndive-0.7.0/moderndive/tests/testthat/test-pop_sd.R |only moderndive-0.7.0/moderndive/tests/testthat/test-tidy_summary.R |only moderndive-0.7.0/moderndive/vignettes/paper.html | 4 38 files changed, 279 insertions(+), 31 deletions(-)
Title: Mixture of Multiple Highly Variable Feature Selection Methods
Description: Highly variable gene selection methods, including popular public available methods, and also the mixture of multiple highly variable gene selection methods, <https://github.com/RuzhangZhao/mixhvg>. Reference: <doi:10.1101/2024.08.25.608519>.
Author: Ruzhang Zhao [aut, cre] ,
Hongkai Ji [aut]
Maintainer: Ruzhang Zhao <ruzhangzhao@gmail.com>
Diff between mixhvg versions 0.1.1 dated 2023-04-07 and 0.2.1 dated 2024-09-01
DESCRIPTION | 13 ++-- MD5 | 9 +- NAMESPACE | 2 R/FindVariableFeaturesMix.R | 125 ++++++++++++++++++++++++++++++----------- README.md |only man/FindVariableFeaturesMix.Rd | 4 - 6 files changed, 108 insertions(+), 45 deletions(-)
Title: Average and Conditional Effects
Description: Use structural equation modeling to estimate average and
conditional effects of a treatment variable on an outcome variable, taking into
account multiple continuous and categorical covariates.
Author: Axel Mayer [aut, cre],
Lisa Dietzfelbinger [ctb],
Yves Rosseel [ctb]
Maintainer: Axel Mayer <amayer2010@gmail.com>
Diff between EffectLiteR versions 0.4-6 dated 2023-06-18 and 0.5-1 dated 2024-09-01
EffectLiteR-0.4-6/EffectLiteR/inst/elreffectsshiny/elrEffects.R |only EffectLiteR-0.4-6/EffectLiteR/man/EffectLiteR.Rd |only EffectLiteR-0.5-1/EffectLiteR/DESCRIPTION | 22 EffectLiteR-0.5-1/EffectLiteR/MD5 | 41 EffectLiteR-0.5-1/EffectLiteR/NAMESPACE | 5 EffectLiteR-0.5-1/EffectLiteR/R/00class.R | 208 EffectLiteR-0.5-1/EffectLiteR/R/00documentation.R | 458 - EffectLiteR-0.5-1/EffectLiteR/R/effectLite_iht.R |only EffectLiteR-0.5-1/EffectLiteR/R/effectliter.R | 11 EffectLiteR-0.5-1/EffectLiteR/R/elrEffects.R |only EffectLiteR-0.5-1/EffectLiteR/R/elr_compute_results.R | 40 EffectLiteR-0.5-1/EffectLiteR/R/elr_create_parnames.R | 349 - EffectLiteR-0.5-1/EffectLiteR/R/elr_create_syntax.R | 2015 +++---- EffectLiteR-0.5-1/EffectLiteR/R/elr_plot_condeffects.R | 192 EffectLiteR-0.5-1/EffectLiteR/R/elr_shiny.R | 49 EffectLiteR-0.5-1/EffectLiteR/R/zzz.R | 96 EffectLiteR-0.5-1/EffectLiteR/data/elrdata_kieferetal2024.RData |only EffectLiteR-0.5-1/EffectLiteR/inst/elreffectsshiny/server.R | 743 +- EffectLiteR-0.5-1/EffectLiteR/inst/elreffectsshiny/ui.R | 383 - EffectLiteR-0.5-1/EffectLiteR/inst/elrshiny/server.R | 2796 +++++----- EffectLiteR-0.5-1/EffectLiteR/inst/elrshiny/ui.R | 1508 ++--- EffectLiteR-0.5-1/EffectLiteR/man/EffectLiteR-package.Rd |only EffectLiteR-0.5-1/EffectLiteR/man/effectLite.Rd | 11 EffectLiteR-0.5-1/EffectLiteR/man/effectLite_iht.Rd |only EffectLiteR-0.5-1/EffectLiteR/man/elrEffects.Rd |only EffectLiteR-0.5-1/EffectLiteR/man/elrdata_kieferetal2024.Rd |only 26 files changed, 4525 insertions(+), 4402 deletions(-)
Title: Create Tidy Data Frames of Marginal Effects for 'ggplot' from
Model Outputs
Description: Compute marginal effects and adjusted predictions from statistical
models and returns the result as tidy data frames. These data frames are
ready to use with the 'ggplot2'-package. Effects and predictions can be
calculated for many different models. Interaction terms, splines and
polynomial terms are also supported. The main functions are ggpredict(),
ggemmeans() and ggeffect(). There is a generic plot()-method to plot the
results using 'ggplot2'.
Author: Daniel Luedecke [aut, cre] ,
Frederik Aust [ctb] ,
Sam Crawley [ctb] ,
Mattan S. Ben-Shachar [ctb] ,
Sean C. Anderson [ctb]
Maintainer: Daniel Luedecke <d.luedecke@uke.de>
Diff between ggeffects versions 1.7.0 dated 2024-06-20 and 1.7.1 dated 2024-09-01
DESCRIPTION | 18 +- MD5 | 68 ++++---- NEWS.md | 30 ++- R/emmeans_prediction_data.R | 8 R/get_predictions_merMod.R | 2 R/get_predictions_multinom.R | 9 - R/ggaverage.R | 2 R/ggemmeans.R | 19 +- R/ggemmeans_add_confint.R | 8 R/moderator_pattern.R | 5 R/pool_predictions.R | 4 R/post_processing_predictions.R | 7 R/predict_response.R | 25 ++- R/predictions.R | 2 R/sanitize_type_arg.R | 68 ++++---- R/standard_error_predictions.R | 2 R/test_predictions.R | 3 R/utils_get_data_grid.R | 2 R/utils_ggpredict.R | 185 +++++++++++------------ R/utils_model_function.R | 2 R/vcov.R | 2 README.md | 61 +++---- man/ggpredict.Rd | 22 +- man/pool_predictions.Rd | 4 man/predict_response.Rd | 27 ++- man/values_at.Rd | 3 tests/testthat/test-avg_predictions.R | 2 tests/testthat/test-coxph.R | 4 tests/testthat/test-decimals.R | 4 tests/testthat/test-glm.R | 27 +++ tests/testthat/test-glmmTMB.R | 19 ++ tests/testthat/test-interval_re.R | 7 tests/testthat/test-test_predictions.R | 2 tests/testthat/test-test_predictions_emmeans.R | 4 tests/testthat/test-test_predictions_ggeffects.R | 11 - 35 files changed, 396 insertions(+), 272 deletions(-)
Title: Multivariate Tools for Compositional Data Analysis
Description: Provides functions for multivariate analysis with compositional data. Includes a function for doing compositional canonical correlation analysis. This analysis requires two data matrices of compositions, which can be adequately transformed and used as entries in a specialized program for canonical correlation analysis, that is able to deal with singular covariance matrices. The methodology is described in Graffelman et al. (2017) <doi:10.1101/144584>. Functions for log-ratio principal component analysis with condition number computations and log-ratio discriminant analysis have been added to the package.
Author: Jan Graffelman [aut, cre]
Maintainer: Jan Graffelman <jan.graffelman@upc.edu>
Diff between ToolsForCoDa versions 1.0.6 dated 2021-09-20 and 1.0.9 dated 2024-09-01
ToolsForCoDa-1.0.6/ToolsForCoDa/inst/doc/ToolsForCoDa.Rnw |only ToolsForCoDa-1.0.6/ToolsForCoDa/inst/doc/ToolsForCoDa.pdf |only ToolsForCoDa-1.0.6/ToolsForCoDa/vignettes/ToolsForCoDa-018.pdf |only ToolsForCoDa-1.0.6/ToolsForCoDa/vignettes/ToolsForCoDa-concordance.tex |only ToolsForCoDa-1.0.6/ToolsForCoDa/vignettes/ToolsForCoDa.Rnw |only ToolsForCoDa-1.0.9/ToolsForCoDa/DESCRIPTION | 19 ToolsForCoDa-1.0.9/ToolsForCoDa/MD5 | 39 - ToolsForCoDa-1.0.9/ToolsForCoDa/NAMESPACE | 9 ToolsForCoDa-1.0.9/ToolsForCoDa/R/dens.mvnormSisI.R |only ToolsForCoDa-1.0.9/ToolsForCoDa/R/lrcco.R |only ToolsForCoDa-1.0.9/ToolsForCoDa/R/lrlda.R |only ToolsForCoDa-1.0.9/ToolsForCoDa/R/lrpca.R | 100 +- ToolsForCoDa-1.0.9/ToolsForCoDa/R/tab2vec.R |only ToolsForCoDa-1.0.9/ToolsForCoDa/R/ternaryplot.R |only ToolsForCoDa-1.0.9/ToolsForCoDa/build/partial.rdb |only ToolsForCoDa-1.0.9/ToolsForCoDa/build/vignette.rds |binary ToolsForCoDa-1.0.9/ToolsForCoDa/data/PinotNoir.rda |only ToolsForCoDa-1.0.9/ToolsForCoDa/data/Tubb.rda |only ToolsForCoDa-1.0.9/ToolsForCoDa/inst/CITATION | 26 ToolsForCoDa-1.0.9/ToolsForCoDa/inst/doc/ToolsForCoDa.R | 376 ++++------ ToolsForCoDa-1.0.9/ToolsForCoDa/inst/doc/ToolsForCoDa.Rmd |only ToolsForCoDa-1.0.9/ToolsForCoDa/inst/doc/ToolsForCoDa.html |only ToolsForCoDa-1.0.9/ToolsForCoDa/man/PinotNoir.Rd |only ToolsForCoDa-1.0.9/ToolsForCoDa/man/Tubb.Rd |only ToolsForCoDa-1.0.9/ToolsForCoDa/man/bentonites.Rd | 4 ToolsForCoDa-1.0.9/ToolsForCoDa/man/lrcco.Rd |only ToolsForCoDa-1.0.9/ToolsForCoDa/man/lrlda.Rd |only ToolsForCoDa-1.0.9/ToolsForCoDa/man/lrpca.Rd | 2 ToolsForCoDa-1.0.9/ToolsForCoDa/man/ternaryplot.Rd |only ToolsForCoDa-1.0.9/ToolsForCoDa/vignettes/ToolsForCoDa.Rmd |only ToolsForCoDa-1.0.9/ToolsForCoDa/vignettes/ToolsForCoDa.bib | 180 +++- 31 files changed, 405 insertions(+), 350 deletions(-)
Title: Basic Functions in Knowledge Space Theory Using Matrix
Representation
Description: Knowledge space theory by Doignon and Falmagne (1999)
<doi:10.1007/978-3-642-58625-5> is a set- and order-theoretical
framework, which proposes mathematical formalisms to operationalize
knowledge structures in a particular domain. The 'kstMatrix' package
provides basic functionalities to generate, handle, and manipulate
knowledge structures and knowledge spaces. Opposed to the 'kst'
package, 'kstMatrix' uses matrix representations for knowledge
structures. Furthermore, 'kstMatrix' contains several knowledge spaces
developed by the research group around Cornelia Dowling through
querying experts.
Author: Cord Hockemeyer [aut, cre],
Wai Wong [ctb]
Maintainer: Cord Hockemeyer <cord.hockemeyer@uni-graz.at>
Diff between kstMatrix versions 0.2-0 dated 2023-10-12 and 1.0-0 dated 2024-09-01
Changelog | 4 DESCRIPTION | 14 - MD5 | 32 ++- NAMESPACE | 1 R/kmbasis.R | 100 +++++------ R/kmdist.R | 9 - R/kmsurmisefunction.R | 172 ++++++++++--------- R/kmunionclosure.R | 27 +-- R/kmvalidate.R | 3 build/vignette.rds |binary inst/doc/kstMatrix.html | 418 ++++++++++++++++++++++++------------------------ man/kmbasis.Rd | 2 man/kmunionclosure.Rd | 4 man/kmvalidate.Rd | 3 src |only 15 files changed, 402 insertions(+), 387 deletions(-)
Title: Analysis of Factorial Experiments
Description: Convenience functions for analyzing factorial experiments using ANOVA or
mixed models. aov_ez(), aov_car(), and aov_4() allow specification of
between, within (i.e., repeated-measures), or mixed (i.e., split-plot)
ANOVAs for data in long format (i.e., one observation per row),
automatically aggregating multiple observations per individual and cell
of the design. mixed() fits mixed models using lme4::lmer() and computes
p-values for all fixed effects using either Kenward-Roger or Satterthwaite
approximation for degrees of freedom (LMM only), parametric bootstrap
(LMMs and GLMMs), or likelihood ratio tests (LMMs and GLMMs).
afex_plot() provides a high-level interface for interaction or one-way
plots using ggplot2, combining raw data and model estimates. afex uses
type 3 sums of squares as default (imitating commercial statistical software).
Author: Henrik Singmann [aut, cre] ,
Ben Bolker [aut],
Jake Westfall [aut],
Frederik Aust [aut] ,
Mattan S. Ben-Shachar [aut],
Soeren Hoejsgaard [ctb],
John Fox [ctb],
Michael A. Lawrence [ctb],
Ulf Mertens [ctb],
Jonathon Love [ctb],
Russell Lenth [ctb],
Rune [...truncated...]
Maintainer: Henrik Singmann <singmann@gmail.com>
Diff between afex versions 1.3-1 dated 2024-02-25 and 1.4-1 dated 2024-09-01
DESCRIPTION | 8 MD5 | 78 - NEWS | 8 R/afex_plot.R | 14 R/afex_plot_plotting_functions.R | 21 R/afex_plot_utils.R | 3 R/mixed.R | 23 build/partial.rdb |binary build/vignette.rds |binary inst/doc/afex_analysing_accuracy_data.Rmd | 2 inst/doc/afex_analysing_accuracy_data.html | 126 -- inst/doc/afex_anova_example.Rmd | 2 inst/doc/afex_anova_example.html | 166 +-- inst/doc/afex_mixed_example.Rmd | 2 inst/doc/afex_mixed_example.html | 120 -- inst/doc/afex_plot_introduction.Rmd | 2 inst/doc/afex_plot_introduction.html | 466 ++++------ inst/doc/afex_plot_supported_models.R | 3 inst/doc/afex_plot_supported_models.Rmd | 5 inst/doc/afex_plot_supported_models.html | 189 +--- inst/doc/assumptions_of_ANOVAs.Rmd | 2 inst/doc/assumptions_of_ANOVAs.html | 120 -- inst/extdata/tmb_example_fit.rda |binary man/afex_plot.Rd | 18 man/mixed.Rd | 11 tests/testthat/_snaps/afex_plot-basics/geoms-work-violin-with-colour.svg | 12 tests/testthat/_snaps/afex_plot-basics/geoms-work-violin.svg | 12 tests/testthat/_snaps/afex_plot-basics/multiple-geoms-work-1.svg | 12 tests/testthat/_snaps/afex_plot-basics/multiple-geoms-work-2.svg | 356 +++---- tests/testthat/_snaps/afex_plot-basics/plot-first-for-afex-plot-works-1.svg |only tests/testthat/_snaps/afex_plot-basics/plot-first-for-afex-plot-works-2.svg |only tests/testthat/_snaps/afex_plot-basics/plot-first-for-afex-plot-works-3.svg |only tests/testthat/_snaps/afex_plot-basics/plot-first-for-afex-plot-works-4.svg |only tests/testthat/_snaps/afex_plot-vignette/afex-plot-glmmtmb-2.svg | 14 tests/testthat/test-afex_plot-basics.R | 43 tests/testthat/test-mixed-structure.R | 2 vignettes/afex_analysing_accuracy_data.Rmd | 2 vignettes/afex_anova_example.Rmd | 2 vignettes/afex_mixed_example.Rmd | 2 vignettes/afex_plot_introduction.Rmd | 2 vignettes/afex_plot_supported_models.Rmd | 5 vignettes/assumptions_of_ANOVAs.Rmd | 2 42 files changed, 809 insertions(+), 1046 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-08-29 2.6.8
2024-05-24 2.6.7
2024-04-16 2.6.6
2024-02-19 2.6.5
2024-01-26 2.6.4
2024-01-25 2.6.3
2023-12-13 2.6.2
2023-12-11 2.6.1
2023-11-13 2.6.0
2023-09-15 2.5.2
2023-09-07 2.5.1
2023-08-16 2.5.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-02-11 2.1
2022-05-31 2.0
2021-10-15 1.1
2021-09-30 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-06-22 0.1.1
2022-03-29 0.1.0
Title: Fetch Economic and Financial Time Series Data from Public
Sources
Description: Download economic and financial time series from public sources,
including the St Louis Fed's FRED system, Yahoo Finance, the US Bureau of Labor Statistics,
the US Energy Information Administration, the World Bank, Eurostat, the European Central Bank,
the Bank of England, the UK's Office of National Statistics, Deutsche Bundesbank, and INSEE.
Author: Abiel Reinhart [aut, cre]
Maintainer: Abiel Reinhart <abielr@gmail.com>
Diff between pdfetch versions 0.2.9 dated 2023-09-18 and 0.3.1 dated 2024-09-01
DESCRIPTION | 16 ++++++++++------ MD5 | 8 ++++---- NEWS | 8 ++++++++ R/pdfetch.R | 33 +++++++++++++++------------------ man/pdfetch_BLS.Rd | 2 +- 5 files changed, 38 insertions(+), 29 deletions(-)