Title: 'Mangal' Client
Description: An interface to the 'Mangal' database - a collection of ecological networks. This package includes functions to work with the 'Mangal RESTful API' methods (<https://mangal-interactions.github.io/mangal-api/>).
Author: Steve Vissault [aut, ctb] ,
Kevin Cazelles [aut, cre] ,
Gabriel Bergeron [aut, ctb],
Benjamin Mercier [aut, ctb],
Clement Violet [aut, ctb],
Dominique Gravel [aut],
Timothee Poisot [aut],
Thomas Lin Pedersen [rev] ,
Anna Willoughby [rev]
Maintainer: Kevin Cazelles <kevin.cazelles@gmail.com>
Diff between rmangal versions 2.1.0 dated 2021-11-24 and 2.1.1 dated 2022-05-15
rmangal-2.1.0/rmangal/tests/fixtures/get_collection_errors.yml |only rmangal-2.1.0/rmangal/tests/fixtures/get_collection_query.yml |only rmangal-2.1.1/rmangal/DESCRIPTION | 10 rmangal-2.1.1/rmangal/MD5 | 73 rmangal-2.1.1/rmangal/NEWS.md | 11 rmangal-2.1.1/rmangal/R/as.igraph.R | 9 rmangal-2.1.1/rmangal/R/cache.R | 11 rmangal-2.1.1/rmangal/R/combine_mgNetworks.R | 8 rmangal-2.1.1/rmangal/R/get_citations.R | 4 rmangal-2.1.1/rmangal/R/get_collection.R | 6 rmangal-2.1.1/rmangal/R/get_network_by_id.R | 12 rmangal-2.1.1/rmangal/R/zzz.R | 11 rmangal-2.1.1/rmangal/README.md | 3 rmangal-2.1.1/rmangal/build/vignette.rds |binary rmangal-2.1.1/rmangal/inst/doc/rmangal.html | 914 ++++--- rmangal-2.1.1/rmangal/man/clear_cache_rmangal.Rd | 3 rmangal-2.1.1/rmangal/man/combine_mgNetworks.Rd | 2 rmangal-2.1.1/rmangal/man/figures/logo.png |only rmangal-2.1.1/rmangal/man/get_network_by_id.Rd | 2 rmangal-2.1.1/rmangal/tests/fixtures/get_404.yml | 4 rmangal-2.1.1/rmangal/tests/fixtures/get_citation.yml | 116 rmangal-2.1.1/rmangal/tests/fixtures/get_collection_id.yml | 48 rmangal-2.1.1/rmangal/tests/fixtures/mg100.yml | 46 rmangal-2.1.1/rmangal/tests/fixtures/search_datasets_default.yml | 110 rmangal-2.1.1/rmangal/tests/fixtures/search_datasets_empty.yml | 8 rmangal-2.1.1/rmangal/tests/fixtures/search_datasets_list.yml | 20 rmangal-2.1.1/rmangal/tests/fixtures/search_interactions_default.yml | 64 rmangal-2.1.1/rmangal/tests/fixtures/search_interactions_id100.yml | 110 rmangal-2.1.1/rmangal/tests/fixtures/search_interactions_type.yml | 56 rmangal-2.1.1/rmangal/tests/fixtures/search_networks_def.yml | 1303 ---------- rmangal-2.1.1/rmangal/tests/fixtures/search_networks_spat.yml | 64 rmangal-2.1.1/rmangal/tests/fixtures/search_nodes_default.yml | 8 rmangal-2.1.1/rmangal/tests/fixtures/search_nodes_id926.yml | 8 rmangal-2.1.1/rmangal/tests/fixtures/search_references_default.yml | 760 ++--- rmangal-2.1.1/rmangal/tests/fixtures/search_references_list.yml | 24 rmangal-2.1.1/rmangal/tests/fixtures/search_taxonomy_default.yml | 44 rmangal-2.1.1/rmangal/tests/fixtures/search_taxonomy_taxid.yml | 48 rmangal-2.1.1/rmangal/tests/testthat/test-get_collection.R | 5 rmangal-2.1.1/rmangal/tests/testthat/test-get_network_by_id.R | 21 39 files changed, 1421 insertions(+), 2525 deletions(-)
Title: Sensitivity Analysis Tools for LSD Simulations
Description: Tools for sensitivity analysis of LSD simulation models. Reads object-oriented data produced by LSD simulation models and performs screening and global sensitivity analysis (Sobol decomposition method, Saltelli et al. (2008) ISBN:9780470725177). A Kriging or polynomial meta-model (Kleijnen (2009) <doi:10.1016/j.ejor.2007.10.013>) is estimated using the simulation data to provide the data required by the Sobol decomposition. LSD (Laboratory for Simulation Development) is free software developed by Marco Valente and Marcelo C. Pereira (documentation and downloads available at <https://www.labsimdev.org/>).
Author: Marcelo C. Pereira [aut, cre]
Maintainer: Marcelo C. Pereira <mcper@unicamp.br>
Diff between LSDsensitivity versions 1.2.0 dated 2022-02-28 and 1.2.1 dated 2022-05-15
LSDsensitivity-1.2.0/LSDsensitivity/inst/extdata/ee/Sim2_1_40_var1.csv |only LSDsensitivity-1.2.0/LSDsensitivity/inst/extdata/sobol/Sim3_18_27_var3.csv |only LSDsensitivity-1.2.0/LSDsensitivity/inst/extdata/sobol/Sim3_1_17_var3.csv |only LSDsensitivity-1.2.1/LSDsensitivity/DESCRIPTION | 14 LSDsensitivity-1.2.1/LSDsensitivity/MD5 | 42 - LSDsensitivity-1.2.1/LSDsensitivity/R/kriging.R | 98 +++- LSDsensitivity-1.2.1/LSDsensitivity/R/lsd_doe.R | 213 ++++++++-- LSDsensitivity-1.2.1/LSDsensitivity/R/morris_ee.R | 30 + LSDsensitivity-1.2.1/LSDsensitivity/R/optim.R | 122 ++++- LSDsensitivity-1.2.1/LSDsensitivity/R/polynomial.R | 52 +- LSDsensitivity-1.2.1/LSDsensitivity/R/resp_surf.R | 48 ++ LSDsensitivity-1.2.1/LSDsensitivity/R/sobol.R | 42 + LSDsensitivity-1.2.1/LSDsensitivity/R/tests.R | 51 ++ LSDsensitivity-1.2.1/LSDsensitivity/R/utils.R | 10 LSDsensitivity-1.2.1/LSDsensitivity/R/write_resp.R | 107 +++-- LSDsensitivity-1.2.1/LSDsensitivity/build/partial.rdb |binary LSDsensitivity-1.2.1/LSDsensitivity/inst/extdata/ee/Sim2_1_40_mean_var1.csv |only LSDsensitivity-1.2.1/LSDsensitivity/inst/extdata/sobol/Sim3_18_27_mean_var3.csv |only LSDsensitivity-1.2.1/LSDsensitivity/inst/extdata/sobol/Sim3_1_17_mean_var3.csv |only LSDsensitivity-1.2.1/LSDsensitivity/man/ergod.test.lsd.rd | 5 LSDsensitivity-1.2.1/LSDsensitivity/man/kriging.model.lsd.Rd | 3 LSDsensitivity-1.2.1/LSDsensitivity/man/model.limits.lsd.Rd | 6 LSDsensitivity-1.2.1/LSDsensitivity/man/optim.model.lsd.Rd | 13 LSDsensitivity-1.2.1/LSDsensitivity/man/read.doe.lsd.Rd | 26 - LSDsensitivity-1.2.1/LSDsensitivity/man/symmet.test.lsd.rd | 2 25 files changed, 667 insertions(+), 217 deletions(-)
More information about LSDsensitivity at CRAN
Permanent link
Title: Online Bayesian Methods for Change Point Analysis
Description: It implements the online Bayesian methods for change point analysis. It can
also perform missing data imputation with methods from 'VIM'. The reference
is Yigiter A, Chen J, An L, Danacioglu N (2015) <doi:10.1080/02664763.2014.1001330>.
The link to the package is <https://CRAN.R-project.org/package=onlineBcp>.
Author: Hongyan Xu [cre, aut],
Ayten Yigiter [aut],
Jie Chen [aut]
Maintainer: Hongyan Xu <hxu@augusta.edu>
Diff between onlineBcp versions 0.1.6 dated 2022-05-04 and 0.1.7 dated 2022-05-15
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS | 12 ++++++++++-- R/online_cp.R | 7 ++++--- man/combine.Rd | 2 +- 5 files changed, 22 insertions(+), 13 deletions(-)
Title: Cohort Analysis Made Easy
Description: Functions to simplify the process of preparing event and transaction for cohort analysis.
Author: Peer Christensen [aut, cre]
Maintainer: Peer Christensen <hr.pchristensen@gmail.com>
Diff between cohorts versions 1.0.0 dated 2021-07-08 and 1.0.1 dated 2022-05-15
DESCRIPTION | 6 - MD5 | 14 +-- NEWS.md | 6 + R/cohort_table_day.R | 7 + R/cohort_table_month.R | 7 + README.md | 120 +++++++++++++++---------------- man/figures/README-unnamed-chunk-5-1.png |binary man/figures/README-unnamed-chunk-6-1.png |binary 8 files changed, 84 insertions(+), 76 deletions(-)
Title: Exploratory Analysis of Genetic and Genomic Data
Description: Toolset for the exploration of genetic and genomic
data. Adegenet provides formal (S4) classes for storing and handling
various genetic data, including genetic markers with varying ploidy
and hierarchical population structure ('genind' class), alleles counts
by populations ('genpop'), and genome-wide SNP data ('genlight'). It
also implements original multivariate methods (DAPC, sPCA), graphics,
statistical tests, simulation tools, distance and similarity measures,
and several spatial methods. A range of both empirical and simulated
datasets is also provided to illustrate various methods.
Author: Thibaut Jombart [aut] ,
Zhian N. Kamvar [aut, cre] ,
Caitlin Collins [ctb],
Roman Lustrik [ctb],
Marie-Pauline Beugin [ctb],
Brian J. Knaus [ctb],
Peter Solymos [ctb],
Vladimir Mikryukov [ctb],
Klaus Schliep [ctb],
Tiago Maie [ctb],
Libor Morkovsky [ [...truncated...]
Maintainer: Zhian N. Kamvar <zkamvar@gmail.com>
Diff between adegenet versions 2.1.5 dated 2021-10-09 and 2.1.6 dated 2022-05-15
ChangeLog | 13 +++++++++++++ DESCRIPTION | 21 ++++++++++++++++----- MD5 | 34 +++++++++++++++++----------------- R/haploGen.R | 2 +- R/snpzip.R | 6 +++--- R/spca.R | 3 +++ R/xvalDapc.R | 5 +++-- build/partial.rdb |binary data/H3N2.rda |binary data/dapcIllus.rda |binary data/eHGDP.rda |binary data/hybridtoy.RData |binary data/microbov.rda |binary data/nancycats.rda |binary data/rupica.RData |binary data/sim2pop.rda |binary data/spcaIllus.rda |binary data/swallowtails.rda |binary 18 files changed, 56 insertions(+), 28 deletions(-)
Title: Density Goodness-of-Fit Test
Description: Provides functions for the implementation of a density goodness-of-fit test, based on piecewise approximation of the L2 distance.
Author: Dimitrios Bagkavos [aut, cre]
Maintainer: Dimitrios Bagkavos <dimitrios.bagkavos@gmail.com>
Diff between L2DensityGoFtest versions 0.4.0 dated 2022-01-07 and 0.5.0 dated 2022-05-15
DESCRIPTION | 8 ++++---- MD5 | 18 +++++++++--------- NAMESPACE | 2 +- R/cutoff.edgeworth.R | 11 +++++++++-- R/hopt.edgeworth.R | 9 ++++++++- man/Kernels.Rd | 18 ------------------ man/NDistDens.Rd | 11 ----------- man/S.n.Rd | 2 -- man/cutoff.bootstrap.Rd | 3 ++- man/cutoff.edgeworth.Rd | 7 +------ 10 files changed, 34 insertions(+), 55 deletions(-)
More information about L2DensityGoFtest at CRAN
Permanent link
Title: Preprocessing Operators and Pipelines for 'mlr3'
Description: Dataflow programming toolkit that enriches 'mlr3' with a diverse
set of pipelining operators ('PipeOps') that can be composed into graphs.
Operations exist for data preprocessing, model fitting, and ensemble
learning. Graphs can themselves be treated as 'mlr3' 'Learners' and can
therefore be resampled, benchmarked, and tuned.
Author: Martin Binder [aut, cre],
Florian Pfisterer [aut] ,
Lennart Schneider [aut] ,
Bernd Bischl [aut] ,
Michel Lang [aut] ,
Susanne Dandl [aut]
Maintainer: Martin Binder <mlr.developer@mb706.com>
Diff between mlr3pipelines versions 0.4.0 dated 2021-11-15 and 0.4.1 dated 2022-05-15
mlr3pipelines-0.4.0/mlr3pipelines/inst/doc |only mlr3pipelines-0.4.0/mlr3pipelines/man/pipeline_greplicate.Rd |only mlr3pipelines-0.4.0/mlr3pipelines/man/pipeline_ovr.Rd |only mlr3pipelines-0.4.0/mlr3pipelines/man/pipeline_stacking.Rd |only mlr3pipelines-0.4.1/mlr3pipelines/DESCRIPTION | 10 mlr3pipelines-0.4.1/mlr3pipelines/MD5 | 230 ++++------ mlr3pipelines-0.4.1/mlr3pipelines/NEWS.md | 195 ++++---- mlr3pipelines-0.4.1/mlr3pipelines/R/Graph.R | 28 + mlr3pipelines-0.4.1/mlr3pipelines/R/GraphLearner.R | 106 ++-- mlr3pipelines-0.4.1/mlr3pipelines/R/LearnerAvg.R | 6 mlr3pipelines-0.4.1/mlr3pipelines/R/PipeOp.R | 17 mlr3pipelines-0.4.1/mlr3pipelines/R/PipeOpImputeLearner.R | 2 mlr3pipelines-0.4.1/mlr3pipelines/R/PipeOpLearner.R | 9 mlr3pipelines-0.4.1/mlr3pipelines/R/PipeOpLearnerCV.R | 3 mlr3pipelines-0.4.1/mlr3pipelines/R/PipeOpRandomResponse.R | 2 mlr3pipelines-0.4.1/mlr3pipelines/R/PipeOpTrafo.R | 2 mlr3pipelines-0.4.1/mlr3pipelines/R/pipeline_greplicate.R | 2 mlr3pipelines-0.4.1/mlr3pipelines/R/pipeline_ovr.R | 2 mlr3pipelines-0.4.1/mlr3pipelines/R/pipeline_stacking.R | 4 mlr3pipelines-0.4.1/mlr3pipelines/R/typecheck.R | 4 mlr3pipelines-0.4.1/mlr3pipelines/build/partial.rdb |binary mlr3pipelines-0.4.1/mlr3pipelines/man/Graph.Rd | 12 mlr3pipelines-0.4.1/mlr3pipelines/man/PipeOp.Rd | 12 mlr3pipelines-0.4.1/mlr3pipelines/man/PipeOpEnsemble.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/PipeOpImpute.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/PipeOpTargetTrafo.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/PipeOpTaskPreproc.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/PipeOpTaskPreprocSimple.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/Selector.Rd | 18 mlr3pipelines-0.4.1/mlr3pipelines/man/as_graph.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/as_pipeop.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/assert_graph.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/assert_pipeop.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/chain_graphs.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/grapes-greater-than-greater-than-grapes.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/greplicate.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/gunion.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr3pipelines-package.Rd | 2 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_graphs_greplicate.Rd |only mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_graphs_ovr.Rd |only mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_graphs_stacking.Rd |only mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_learners_graph.Rd | 15 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_boxcox.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_branch.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_chunk.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_classbalancing.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_classifavg.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_classweights.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_colapply.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_collapsefactors.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_colroles.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_copy.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_datefeatures.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_encode.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_encodeimpact.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_encodelmer.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_featureunion.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_filter.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_fixfactors.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_histbin.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_ica.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputeconstant.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputehist.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputelearner.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputemean.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputemedian.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputemode.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputeoor.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_imputesample.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_kernelpca.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_learner.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_learner_cv.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_missind.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_modelmatrix.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_multiplicityexply.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_multiplicityimply.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_mutate.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_nmf.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_nop.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_ovrsplit.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_ovrunite.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_pca.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_proxy.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_quantilebin.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_randomprojection.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_randomresponse.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_regravg.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_removeconstants.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_renamecolumns.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_replicate.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_scale.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_scalemaxabs.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_scalerange.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_select.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_smote.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_spatialsign.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_subsample.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_targetinvert.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_targetmutate.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_targettrafoscalerange.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_textvectorizer.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_threshold.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_tunethreshold.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_unbranch.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_updatetarget.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_vtreat.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/man/mlr_pipeops_yeojohnson.Rd | 6 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat.R | 15 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/helper_mlr3.R | 2 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/setup.R | 8 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/teardown.R | 3 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_Graph.R | 15 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_GraphLearner.R | 73 +++ mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_dictionary.R | 24 + mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_mlr_graphs_robustify.R | 1 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_multiplicities.R | 19 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_pipeop_learner.R | 9 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_selector.R | 4 mlr3pipelines-0.4.1/mlr3pipelines/tests/testthat/test_typecheck.R | 32 + 119 files changed, 874 insertions(+), 448 deletions(-)
Title: Extra Methods for Sparse Matrices
Description: Extends sparse matrix and vector classes from the 'Matrix' package by providing:
(a) Methods and operators that work natively on CSR formats (compressed sparse row,
a.k.a. 'RsparseMatrix') such as slicing/sub-setting, assignment, rbind(),
mathematical operators for CSR and COO such as addition ("+") or sqrt(), and methods such as diag();
(b) Multi-threaded matrix multiplication and cross-product for many <sparse, dense> types,
including the 'float32' type from 'float';
(c) Coercion methods between pairs of classes which are not present in 'Matrix',
such as 'dgCMatrix' -> 'ngRMatrix', as well as convenience conversion functions;
(d) Utility functions for sparse matrices such as sorting the indices or removing
zero-valued entries;
(e) Fast transposes that work by outputting in the opposite storage format;
(f) Faster replacements for many 'Matrix' methods for all sparse types, such as
slicing and elementwise multiplication.
(g) Convenience functions for sparse objects, such as 'mapSparse' or a shorter 'show' method.
Author: David Cortes [aut, cre, cph],
Dmitry Selivanov [cph],
Thibaut Goetghebuer-Planchon [cph] ,
Martin Maechler [cph] ,
Robert Gentleman [cph] ,
Ross Ihaka [cph]
Maintainer: David Cortes <david.cortes.rivera@gmail.com>
Diff between MatrixExtra versions 0.1.9-1 dated 2021-12-18 and 0.1.10 dated 2022-05-15
MatrixExtra-0.1.10/MatrixExtra/DESCRIPTION | 18 +- MatrixExtra-0.1.10/MatrixExtra/MD5 | 22 +-- MatrixExtra-0.1.10/MatrixExtra/build/vignette.rds |binary MatrixExtra-0.1.10/MatrixExtra/inst/doc/Introducing_MatrixExtra.R |only MatrixExtra-0.1.10/MatrixExtra/inst/doc/Introducing_MatrixExtra.Rmd |only MatrixExtra-0.1.10/MatrixExtra/inst/doc/Introducing_MatrixExtra.html | 73 +--------- MatrixExtra-0.1.10/MatrixExtra/src/MatrixExtra.h | 4 MatrixExtra-0.1.10/MatrixExtra/src/misc.cpp | 4 MatrixExtra-0.1.10/MatrixExtra/src/operators.cpp | 18 +- MatrixExtra-0.1.10/MatrixExtra/src/robinmap/include/tsl/robin_growth_policy.h | 6 MatrixExtra-0.1.10/MatrixExtra/src/robinmap/include/tsl/robin_hash.h | 25 +-- MatrixExtra-0.1.10/MatrixExtra/src/robinmap/include/tsl/robin_map.h | 8 - MatrixExtra-0.1.9-1/MatrixExtra/vignettes/Introducing_MatrixExtra.R |only MatrixExtra-0.1.9-1/MatrixExtra/vignettes/Introducing_MatrixExtra.html |only 14 files changed, 65 insertions(+), 113 deletions(-)
Title: 'WhiteboxTools' R Frontend
Description: An R frontend for the 'WhiteboxTools' library, which is an advanced geospatial data analysis platform developed by Prof. John Lindsay at the University of Guelph's Geomorphometry and Hydrogeomatics Research Group. 'WhiteboxTools' can be used to perform common geographical information systems (GIS) analysis operations, such as cost-distance analysis, distance buffering, and raster reclassification. Remote sensing and image processing tasks include image enhancement (e.g. panchromatic sharpening, contrast adjustments), image mosaicing, numerous filtering operations, simple classification (k-means), and common image transformations. 'WhiteboxTools' also contains advanced tooling for spatial hydrological analysis (e.g. flow-accumulation, watershed delineation, stream network analysis, sink removal), terrain analysis (e.g. common terrain indices such as slope, curvatures, wetness index, hillshading; hypsometric analysis; multi-scale topographic position analysis), and LiDAR data processing. Suggested citation: Lindsay (2016) <doi:10.1016/j.cageo.2016.07.003>.
Author: Qiusheng Wu [aut],
Andrew Brown [ctb, cre]
Maintainer: Andrew Brown <brown.andrewg@gmail.com>
Diff between whitebox versions 2.1.2 dated 2022-03-21 and 2.1.4 dated 2022-05-15
DESCRIPTION | 11 MD5 | 66 - NEWS.md | 29 R/data_tools.R | 156 +-- R/gis_analysis.R | 540 ++++++------- R/hydro_analysis.R | 342 ++++---- R/image_analysis.R | 448 +++++------ R/lidar_analysis.R | 328 ++++---- R/machine_learning.R | 60 - R/math_stat_analysis.R | 528 ++++++------- R/precision_agriculture.R | 36 R/stream_network_analysis.R | 146 +-- R/terrain_analysis.R | 544 ++++++------- R/wbt.R | 348 ++++---- R/whitebox-package.R | 49 - README.md | 7 build/vignette.rds |binary data/wbttoolparameters.rda |binary data/wbttools.rda |binary inst/doc/datasets.html | 1 inst/doc/demo.R | 50 - inst/doc/demo.Rmd | 59 - inst/doc/demo.html | 1214 +++++++++++++++---------------- man/figures/README-unnamed-chunk-8-1.png |binary man/wbt_init.Rd | 4 man/wbt_list_tools.Rd | 4 man/wbt_run_tool.Rd | 2 man/wbt_shadow_image.Rd | 2 man/wbt_time_in_daylight.Rd | 6 man/wbttoolparameters.Rd | 9 man/wbttools.Rd | 17 tests/testthat/test-wbt.R | 9 tests/testthat/test-whitebox-package.R | 22 vignettes/demo.Rmd | 59 - 34 files changed, 2599 insertions(+), 2497 deletions(-)
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
Library
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad
Sanderson) that aims towards a good balance between speed and ease of
use. Integer, floating point and complex numbers are supported, as
well as a subset of trigonometric and statistics functions. Various
matrix decompositions are provided through optional integration with
LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the
header files from the templated 'Armadillo' library. Thus users do
not need to install 'Armadillo' itself in order to use
'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed
under Apache License 2; previous releases were under licensed as MPL
2.0 from version 3.800.0 onwards and LGPL-3 prior to that;
'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed
under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Armadillo requires a C++11 compiler.
Author: Dirk Eddelbuettel, Romain Francois, Doug Bates, Binxiang Ni, and Conrad Sanderson
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppArmadillo versions 0.11.0.0.0 dated 2022-04-04 and 0.11.1.1.0 dated 2022-05-15
RcppArmadillo-0.11.0.0.0/RcppArmadillo/inst/include/armadillo_bits/fn_cond.hpp |only RcppArmadillo-0.11.1.1.0/RcppArmadillo/ChangeLog | 47 ++ RcppArmadillo-0.11.1.1.0/RcppArmadillo/DESCRIPTION | 8 RcppArmadillo-0.11.1.1.0/RcppArmadillo/MD5 | 82 +-- RcppArmadillo-0.11.1.1.0/RcppArmadillo/build/partial.rdb |binary RcppArmadillo-0.11.1.1.0/RcppArmadillo/build/vignette.rds |binary RcppArmadillo-0.11.1.1.0/RcppArmadillo/configure | 19 RcppArmadillo-0.11.1.1.0/RcppArmadillo/configure.ac | 3 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/NEWS.Rd | 30 + RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/doc/RcppArmadillo-intro.pdf |binary RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/doc/RcppArmadillo-sparseMatrix.pdf |binary RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo | 4 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/Col_meat.hpp | 12 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/Cube_meat.hpp | 9 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/Mat_meat.hpp | 9 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/Row_meat.hpp | 12 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/SpMat_meat.hpp | 5 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/arma_config.hpp | 7 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/arma_version.hpp | 6 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/arrayops_bones.hpp | 9 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/arrayops_meat.hpp | 89 ---- RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/auxlib_bones.hpp | 31 - RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/auxlib_meat.hpp | 134 +----- RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/debug.hpp | 14 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/eglue_core_meat.hpp | 40 - RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/fn_cond_rcond.hpp |only RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/fn_inv.hpp | 9 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/fn_inv_sympd.hpp | 9 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/fn_pinv.hpp | 18 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/fn_spsolve.hpp | 2 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/fn_trace.hpp | 25 - RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/glue_solve_meat.hpp | 212 +++++----- RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp | 4 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_cond_bones.hpp | 7 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_cond_meat.hpp | 169 ++++--- RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_inv_gen_bones.hpp | 15 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_inv_gen_meat.hpp | 68 ++- RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_inv_spd_bones.hpp | 11 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_inv_spd_meat.hpp | 66 ++- RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_pinv_bones.hpp | 12 RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_pinv_meat.hpp | 39 + RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_rcond_bones.hpp |only RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/op_rcond_meat.hpp |only RcppArmadillo-0.11.1.1.0/RcppArmadillo/inst/include/armadillo_bits/sp_auxlib_meat.hpp | 2 44 files changed, 663 insertions(+), 575 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-03-27 0.4.1
2022-03-13 0.4.0
2022-03-03 0.3.4
2022-01-26 0.3.3
2022-01-18 0.3.2
2022-01-09 0.3.1
2022-01-08 0.3.0
2021-10-18 0.2.0
2021-09-29 0.1.0
Title: Deal with Dependencies
Description: Tools to help manage dependencies during package
development. This can retrieve all dependencies that are used in R
files in the "R" directory, in Rmd files in "vignettes" directory and
in 'roxygen2' documentation of functions. There is a function to
update the Description file of your package and a function to create a
file with the R commands to install all dependencies of your package.
All functions to retrieve dependencies of R scripts and Rmd files can
be used independently of a package development.
Author: Sebastien Rochette [cre, aut] ,
Vincent Guyader [aut] ,
ThinkR [cph, fnd]
Maintainer: Sebastien Rochette <sebastien@thinkr.fr>
Diff between attachment versions 0.2.4 dated 2021-11-16 and 0.2.5 dated 2022-05-15
attachment-0.2.4/attachment/tests/testthat/test-to-description.R |only attachment-0.2.5/attachment/DESCRIPTION | 14 - attachment-0.2.5/attachment/MD5 | 74 +++-- attachment-0.2.5/attachment/NAMESPACE | 4 attachment-0.2.5/attachment/NEWS.md | 12 attachment-0.2.5/attachment/R/att_from_namespace.R | 5 attachment-0.2.5/attachment/R/att_from_rmds.R | 10 attachment-0.2.5/attachment/R/att_from_rscripts.R | 2 attachment-0.2.5/attachment/R/att_to_description.R | 9 attachment-0.2.5/attachment/R/attachment-deprecated.R | 2 attachment-0.2.5/attachment/R/create_renv.R |only attachment-0.2.5/attachment/R/install_from_description.R | 6 attachment-0.2.5/attachment/R/save_all.R |only attachment-0.2.5/attachment/R/utils-pipe.R | 2 attachment-0.2.5/attachment/README.md | 43 ++- attachment-0.2.5/attachment/build/vignette.rds |binary attachment-0.2.5/attachment/inst/doc/a-fill-pkg-description.html | 50 ++-- attachment-0.2.5/attachment/inst/doc/b-bookdown-and-scripts.R | 6 attachment-0.2.5/attachment/inst/doc/b-bookdown-and-scripts.Rmd | 25 +- attachment-0.2.5/attachment/inst/doc/b-bookdown-and-scripts.html | 124 ++++++---- attachment-0.2.5/attachment/inst/doc/use_renv.R |only attachment-0.2.5/attachment/inst/doc/use_renv.Rmd |only attachment-0.2.5/attachment/inst/doc/use_renv.html |only attachment-0.2.5/attachment/man/att_amend_desc.Rd | 4 attachment-0.2.5/attachment/man/att_from_rmds.Rd | 4 attachment-0.2.5/attachment/man/att_from_rscript.Rd | 4 attachment-0.2.5/attachment/man/att_from_rscripts.Rd | 4 attachment-0.2.5/attachment/man/att_to_desc_from_is.Rd | 6 attachment-0.2.5/attachment/man/attachment-deprecated.Rd | 6 attachment-0.2.5/attachment/man/create_dependencies_file.Rd | 4 attachment-0.2.5/attachment/man/create_renv_for_dev.Rd |only attachment-0.2.5/attachment/man/install_from_description.Rd | 2 attachment-0.2.5/attachment/man/install_if_missing.Rd | 2 attachment-0.2.5/attachment/man/pipe.Rd | 4 attachment-0.2.5/attachment/tests/testthat/escape_newline.R |only attachment-0.2.5/attachment/tests/testthat/quarto.qmd |only attachment-0.2.5/attachment/tests/testthat/test-amend-description.R |only attachment-0.2.5/attachment/tests/testthat/test-att_from_namespace.R | 28 +- attachment-0.2.5/attachment/tests/testthat/test-create_dependencies_file.R | 2 attachment-0.2.5/attachment/tests/testthat/test-renv_create.R |only attachment-0.2.5/attachment/tests/testthat/test-rmd.R | 17 + attachment-0.2.5/attachment/tests/testthat/test-rscript.R | 10 attachment-0.2.5/attachment/vignettes/b-bookdown-and-scripts.Rmd | 25 +- attachment-0.2.5/attachment/vignettes/use_renv.Rmd |only 44 files changed, 343 insertions(+), 167 deletions(-)
Title: Probability and Statistics with R
Description: Functions and data sets for the text Probability and Statistics
with R.
Author: Alan T. Arnholt [aut, cre]
Maintainer: Alan T. Arnholt <arnholtat@appstate.edu>
Diff between PASWR versions 1.1 dated 2009-11-25 and 1.3 dated 2022-05-15
DESCRIPTION | 31 +- MD5 |only NAMESPACE |only R/CIsim.R | 270 +++++++++++--------- R/Combinations.R | 75 +++-- R/EDA.R | 197 ++++++++------- R/PASWR-package.R |only R/SIGN.test.R | 643 ++++++++++++++++++++++++++++++-------------------- R/SRS.R | 40 ++- R/bino.gen.R | 48 ++- R/checking.plots.R | 104 ++++---- R/interval.plot.R | 76 ++++- R/ksLdist.R | 76 +++-- R/ksdist.R | 39 ++- R/normarea.R | 97 ++++--- R/nsize.R | 105 +++++--- R/ntester.R | 93 ++++--- R/oneway.plots.R | 44 ++- R/tsum.test.R | 308 +++++++++++++++-------- R/twoway.plots.R | 52 ++-- R/wilcoxE.test.R | 551 +++++++++++++++++++++++------------------- R/z.test.R | 248 +++++++++++++------ R/zsum.test.R | 294 +++++++++++++++------- README.md |only man/Aggression.Rd | 92 +++---- man/Apple.Rd | 100 +++---- man/AptSize.Rd | 50 +-- man/Baberuth.Rd | 78 ++---- man/Bac.Rd | 63 ++-- man/Battery.Rd | 65 ++--- man/Bodyfat.Rd | 67 ++--- man/CIsim.Rd | 129 ++++------ man/Calculus.Rd | 58 ++-- man/Cars2004EU.Rd | 72 ++--- man/Chips.Rd | 77 +++-- man/CircuitDesigns.Rd | 57 ++-- man/Combinations.Rd | 58 ++-- man/CosAma.Rd | 63 ++-- man/Cows.Rd | 70 ++--- man/Depend.Rd | 53 ++-- man/Drosophila.Rd | 70 ++--- man/EDA.Rd | 76 ++--- man/EPIDURAL.Rd | 106 ++++---- man/EPIDURALf.Rd | 75 ++--- man/EURD.Rd | 65 ++--- man/Engineer.Rd | 55 ++-- man/FCD.Rd | 74 ++--- man/Fertilize.Rd | 65 ++--- man/Formula1.Rd | 54 ++-- man/GD.Rd | 70 ++--- man/Grades.Rd | 61 ++-- man/Grocery.Rd | 60 ++-- man/HSwrestler.Rd | 87 +++--- man/HardWater.Rd | 71 ++--- man/House.Rd | 49 +-- man/Hubble.Rd | 72 ++--- man/InsurQuotes.Rd | 53 ++-- man/Kinder.Rd | 62 ++-- man/Leddiode.Rd | 54 ++-- man/LostR.Rd | 52 ++-- man/MilkCarton.Rd | 56 ++-- man/PASWR-package.Rd | 73 ++--- man/Phenyl.Rd | 83 +++--- man/Phone.Rd | 54 ++-- man/Rat.Rd | 60 ++-- man/Ratbp.Rd | 69 ++--- man/Refrigerator.Rd | 65 ++--- man/Roacheggs.Rd | 76 ++--- man/SBIQ.Rd | 64 ++-- man/SDS4.Rd | 66 ++--- man/SIGN.test.Rd | 212 ++++++++-------- man/SRS.Rd | 61 ++-- man/Salinity.Rd | 61 ++-- man/Schizo.Rd | 74 ++--- man/Score.Rd | 49 +-- man/SimDataST.Rd | 56 ++-- man/SimDataXT.Rd | 54 ++-- man/Soccer.Rd | 84 +++--- man/StatTemps.Rd | 64 ++-- man/Stschool.Rd | 62 ++-- man/Sundig.Rd | 66 ++--- man/SurfaceSpain.Rd | 66 ++--- man/Swimtimes.Rd | 79 ++---- man/TOE.Rd | 52 ++-- man/Tennis.Rd | 64 ++-- man/TestScores.Rd | 51 ++- man/Tire.Rd | 64 ++-- man/TireWear.Rd | 69 ++--- man/Top20.Rd | 61 ++-- man/URLaddress.Rd | 62 ++-- man/WCST.Rd | 65 ++--- man/Wait.Rd | 53 ++-- man/Washer.Rd | 50 ++- man/Water.Rd | 59 ++-- man/WeightGain.Rd | 67 ++--- man/WheatSpain.Rd | 67 ++--- man/Wool.Rd | 54 ++-- man/bino.gen.Rd | 59 ++-- man/biomass.Rd | 65 ++--- man/checking.plots.Rd | 65 ++--- man/fagus.Rd | 71 ++--- man/food.Rd | 51 ++- man/glucose.Rd | 57 ++-- man/interval.plot.Rd | 76 +++-- man/janka.Rd | 60 ++-- man/ksLdist.Rd | 54 ++-- man/ksdist.Rd | 54 ++-- man/normarea.Rd | 55 ++-- man/nsize.Rd | 87 +++--- man/ntester.Rd | 71 ++--- man/oneway.plots.Rd | 55 ++-- man/satfruit.Rd | 110 ++++---- man/sunflower.Rd | 90 +++--- man/titanic3.Rd | 113 ++++---- man/tsum.test.Rd | 231 ++++++++--------- man/twoway.plots.Rd | 65 ++--- man/vit2005.Rd | 134 +++++----- man/wheatUSA2004.Rd | 63 ++-- man/wilcoxE.test.Rd | 164 ++++++------ man/z.test.Rd | 245 +++++++++---------- man/zsum.test.Rd | 261 +++++++++----------- 121 files changed, 5754 insertions(+), 4968 deletions(-)
Title: Signal Processing
Description: R implementation of the 'Octave' package 'signal', containing
a variety of signal processing tools, such as signal generation and
measurement, correlation and convolution, filtering, filter design,
filter analysis and conversion, power spectrum analysis, system
identification, decimation and sample rate change, and windowing.
Author: Geert van Boxtel [aut, cre] ,
Tom Short [aut] ,
Paul Kienzle [aut] ,
Ben Abbott [ctb],
Juan Aguado [ctb],
Muthiah Annamalai [ctb],
Leonardo Araujo [ctb],
William Asquith [ctb],
David Bateman [ctb],
David Billinghurst [ctb],
Juan Pablo Carbajal [ctb], [...truncated...]
Maintainer: Geert van Boxtel <G.J.M.vanBoxtel@gmail.com>
Diff between gsignal versions 0.3-4 dated 2022-04-05 and 0.3-5 dated 2022-05-15
DESCRIPTION | 12 +-- MD5 | 64 ++++++++-------- NAMESPACE | 2 NEWS.md | 11 ++ R/ar_psd.R | 12 ++- R/decimate.R | 10 +- R/findpeaks.R | 3 R/mexihat.R | 2 R/morlet.R | 2 R/nuttallwin.R | 2 R/pburg.R | 2 R/pwelch.R | 34 +++++--- R/pyulear.R | 2 R/sgolayfilt.R | 3 R/specgram.R | 12 +-- R/upfirdn.R | 3 README.md | 2 build/partial.rdb |binary build/vignette.rds |binary inst/doc/gsignal.Rmd | 2 inst/doc/gsignal.html | 16 ++-- man/ar_psd.Rd | 10 ++ man/decimate.Rd | 2 man/mexihat.Rd | 2 man/morlet.Rd | 2 man/nuttallwin.Rd | 2 man/pburg.Rd | 2 man/pwelch.Rd | 15 +++ man/pyulear.Rd | 2 man/specgram.Rd | 6 - tests/testthat/test_Power_Spectrum_Analysis_Functions.R | 17 ++++ tests/testthat/test_Sample_Rate_Change_Functions.R | 29 +++++++ vignettes/gsignal.Rmd | 2 33 files changed, 195 insertions(+), 92 deletions(-)
Title: Functions for Diffusing Function Documentations into 'Roxygen'
Comments
Description: Efficient diffusing of content across function documentations. Sections, parameters or dot parameters are extracted from function documentations and turned into valid Rd character strings, which are ready to diffuse into the 'roxygen' comments of another function by inserting inline code.
Author: Xiurui Zhu [aut, cre]
Maintainer: Xiurui Zhu <zxr6@163.com>
Diff between roclang versions 0.1.4 dated 2022-02-01 and 0.2.0 dated 2022-05-15
DESCRIPTION | 8 +- MD5 | 12 ++-- NEWS.md | 11 +++ R/roc_text_functions.R | 79 ++++++++++++++++++++++++---- README.md | 91 +++++++++++++++++++++------------ man/extract_roc_text.Rd | 1 tests/testthat/test-extract_roc_text.R | 43 ++++++++++++--- 7 files changed, 181 insertions(+), 64 deletions(-)
Title: A Collection of Functions for Directional Data Analysis
Description: A collection of functions for directional data (including massive data, with millions of observations) analysis. Hypothesis testing, discriminant and regression analysis, MLE of distributions and more are included. The standard textbook for such data is the "Directional Statistics" by Mardia, K. V. and Jupp, P. E. (2000). Other references include a) Phillip J. Paine, Simon P. Preston Michail Tsagris and Andrew T. A. Wood (2018). An elliptically symmetric angular Gaussian distribution. Statistics and Computing 28(3): 689-697. <doi:10.1007/s11222-017-9756-4>. b) Tsagris M. and Alenazi A. (2019). Comparison of discriminant analysis methods on the sphere. Communications in Statistics: Case Studies, Data Analysis and Applications 5(4):467--491. <doi:10.1080/23737484.2019.1684854>. c) P. J. Paine, S. P. Preston, M. Tsagris and Andrew T. A. Wood (2020). Spherical regression models with general covariates and anisotropic errors. Statistics and Computing 30(1): 153--165. <doi:10.1007/s11222-019-09872-2>.
Author: Michail Tsagris, Giorgos Athineou, Christos Adam, Anamul Sajib, Eli Amson, Micah J. Waldstein
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Diff between Directional versions 5.3 dated 2022-02-13 and 5.4 dated 2022-05-15
DESCRIPTION | 8 +-- MD5 | 94 ++++++++++++++++++++++----------------------- NAMESPACE | 2 R/circbeta.mle.R | 2 R/circexp.mle.R | 2 R/dirda.cv.R | 82 ++++----------------------------------- R/dirknn.R | 48 +++------------------- R/dirknn.tune.R | 6 +- R/embed.boot.R | 4 - R/embed.perm.R | 2 R/embedcirc.perm.R | 2 R/esag.da.R | 6 +- R/fishkent.R | 2 R/hcf.boot.R | 4 - R/hcf.perm.R | 2 R/hcfcirc.perm.R | 2 R/hclr.boot.R | 4 - R/hclr.perm.R | 2 R/het.boot.R | 4 - R/het.perm.R | 2 R/hetcirc.perm.R | 2 R/iagesag.R | 2 R/kent.datacontour.R | 16 ++----- R/knnreg.tune.R | 2 R/kuiper.R | 2 R/lr.boot.R | 4 - R/lr.perm.R | 2 R/lrcirc.boot.R | 5 +- R/lrcirc.perm.R | 2 R/makefolds.R | 6 +- R/meandir.test.R | 4 + R/rcircbeta.R | 2 R/rfb.R | 2 R/rmixvmf.R | 2 R/vmf.da.R | 6 +- R/watson.R | 2 R/wood.mle.R | 2 man/Directional-package.Rd | 6 +- man/dirda.cv.Rd | 36 +++++++++++------ man/dirknn.Rd | 13 +----- man/dirknn.tune.Rd | 11 +---- man/esag.da.Rd | 6 +- man/knnreg.tune.Rd | 4 - man/makefolds.Rd | 4 - man/resag.Rd | 6 +- man/rmixvmf.Rd | 2 man/rvonmises.Rd | 6 +- man/vmf.da.Rd | 4 - 48 files changed, 174 insertions(+), 267 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-05-02 1.4.1
2022-01-05 1.4.0
2021-10-27 1.3.4
2021-10-08 1.3.3
2021-09-16 1.3.2
2021-09-13 1.3.1
2021-08-22 1.3.0
2021-08-09 1.2.0
2021-08-03 1.1.0
2021-07-12 1.0.0