Title: NASA POWER API Client
Description: Client for 'NASA' 'POWER' global meteorology, surface solar
energy and climatology data 'API'. 'POWER' (Prediction Of Worldwide Energy
Resource) data are freely available for download with varying spatial
resolutions dependent on the original data and with several temporal
resolutions depending on the POWER parameter and community. This work is
funded through the 'NASA' Earth Science Directorate Applied Science Program.
For more on the data themselves, the methodologies used in creating, a web-
based data viewer and web access, please see <https://power.larc.nasa.gov/>.
Author: Adam H. Sparks [aut, cre] ,
Scott Chamberlain [rev] ,
Hazel Kavili [rev] ,
Alison Boyer [rev] ,
Fernando Miguez [ctb] ,
Maelle Salmon [ctb] ,
Phillip D. Alderman [ctb] ` must use `I` for literal data as of
vroom 1.5.0.', see https://github.com/ropens [...truncated...]
Maintainer: Adam H. Sparks <adamhsparks@gmail.com>
Diff between nasapower versions 4.0.6 dated 2022-02-28 and 4.0.7 dated 2022-04-09
nasapower-4.0.6/nasapower/tests/fixtures/daily_sb_point.yml |only nasapower-4.0.7/nasapower/DESCRIPTION | 6 nasapower-4.0.7/nasapower/MD5 | 39 ++- nasapower-4.0.7/nasapower/NEWS.md | 10 - nasapower-4.0.7/nasapower/R/get_power.R | 31 ++- nasapower-4.0.7/nasapower/R/sysdata.rda |binary nasapower-4.0.7/nasapower/build/vignette.rds |binary nasapower-4.0.7/nasapower/inst/WORDLIST | 1 nasapower-4.0.7/nasapower/inst/doc/nasapower.Rmd | 93 ++++----- nasapower-4.0.7/nasapower/inst/doc/nasapower.html | 94 ++++----- nasapower-4.0.7/nasapower/man/get_power.Rd | 14 + nasapower-4.0.7/nasapower/tests/fixtures/API_failure.yml | 4 nasapower-4.0.7/nasapower/tests/fixtures/adjusted_air_pressure.yml | 28 +- nasapower-4.0.7/nasapower/tests/fixtures/adjusted_wind_elevation.yml | 28 +- nasapower-4.0.7/nasapower/tests/fixtures/climatology_ag_point.yml | 22 +- nasapower-4.0.7/nasapower/tests/fixtures/daily_ag_point.yml | 28 +- nasapower-4.0.7/nasapower/tests/fixtures/daily_sb_point_LST.yml |only nasapower-4.0.7/nasapower/tests/fixtures/daily_sb_point_UTC.yml |only nasapower-4.0.7/nasapower/tests/fixtures/temporal_api-warning.yml | 28 +- nasapower-4.0.7/nasapower/tests/testthat/test-get_power.R | 98 ++++++---- nasapower-4.0.7/nasapower/tests/testthat/test-internal_functions.R | 26 +- nasapower-4.0.7/nasapower/vignettes/nasapower.Rmd | 93 ++++----- 22 files changed, 354 insertions(+), 289 deletions(-)
Title: Mixed-Effect Models, with or without Spatial Random Effects
Description: Inference based on models with or without spatially-correlated random effects, multivariate responses, or non-Gaussian random effects (e.g., Beta). Variation in residual variance (heteroscedasticity) can itself be represented by a mixed-effect model. Both classical geostatistical models (Rousset and Ferdy 2014 <doi:10.1111/ecog.00566>), and Markov random field models on irregular grids (as considered in the 'INLA' package, <https://www.r-inla.org>), can be fitted, with distinct computational procedures exploiting the sparse matrix representations for the latter case and other autoregressive models. Laplace approximations are used for likelihood or restricted likelihood. Penalized quasi-likelihood and other variants discussed in the h-likelihood literature (Lee and Nelder 2001 <doi:10.1093/biomet/88.4.987>) are also implemented.
Author: François Rousset [aut, cre, cph]
,
Jean-Baptiste Ferdy [aut, cph],
Alexandre Courtiol [aut] ,
GSL authors [ctb]
Maintainer: François Rousset <francois.rousset@umontpellier.fr>
Diff between spaMM versions 3.11.3 dated 2022-03-25 and 3.11.14 dated 2022-04-09
DESCRIPTION | 8 MD5 | 88 +-- R/COMPoisson.R | 369 +++++++++++++-- R/GLM.fit.R | 54 +- R/HLCor.R | 2 R/HLfit.R | 4 R/HLfit_Internals.R | 86 +-- R/HLfit_b_internals.R | 560 ++++++++++++------------ R/HLfit_body.R | 27 - R/HLframes.R | 4 R/LevM_internals.R | 2 R/LevM_v_h.R | 10 R/LevM_v_h_spprec.R | 376 ++++++++-------- R/corrHLfit-internals.R | 11 R/corrHLfit.R | 2 R/corrMM.LRT.R | 2 R/extractors.R | 28 - R/fit_as_ZX.R | 37 + R/fit_as_sparsePrecision.R | 37 + R/fitme.R | 3 R/fitme_body.R | 14 R/fitmecorrHLfit_body_internals.R | 13 R/geo_info.R | 2 R/get_inits_by_glm.R | 9 R/glm.nodev.fit.R | 44 + R/makeLowerUpper.R | 4 R/mapMM.R | 2 R/newPLS.R | 8 R/preprocess.R | 24 - R/preprocess_internals.R | 32 - R/profile.R | 2 R/utils.R | 602 +++++++++++++------------- inst/NEWS.Rd | 17 man/MaternIMRF.Rd | 8 man/get_ranPars.Rd | 4 man/libraries.Rd | 1 man/register_cF.Rd | 20 src/internals.cpp | 6 tests/test-all.R | 2 tests/testthat/nestedFiles/test-mv-nested.R | 2 tests/testthat/test-CAR.R | 6 tests/testthat/test-COMPoisson.R | 12 tests/testthat/test-corrFamilies.R | 4 tests/testthat/test-corrFamily-doc-examples.R | 4 tests/testthat/test-poly.R | 2 45 files changed, 1502 insertions(+), 1052 deletions(-)
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Description: Connection to the 'Redis' key/value store using the
C-language client library 'hiredis' (included as a fallback) with
'MsgPack' encoding provided via 'RcppMsgPack' headers. It now also
includes the pub/sub functions from the 'rredis' package.
Author: Dirk Eddelbuettel and Bryan W. Lewis
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppRedis versions 0.2.0 dated 2022-03-08 and 0.2.1 dated 2022-04-09
ChangeLog | 36 ++++++++++ DESCRIPTION | 13 ++- MD5 | 36 +++++----- build/vignette.rds |binary configure | 18 ++--- configure.ac | 2 demo/quickTest.R | 16 +--- demo/simDemo.R | 5 - demo/simpleBenchmark.R | 4 - demo/simpleBenchmark2.R | 19 ++--- demo/spDemo.R | 14 ++-- inst/doc/market-monitoring.pdf |binary inst/doc/redis-introduction.pdf |binary inst/pubsub/README.md | 4 - inst/pubsub/intraday-GLOBEX-from-Redis.r | 14 +++- inst/pubsub/intraday-GLOBEX-to-Redis.r | 16 ++-- src/hiredis/GNUmakefile | 3 tests/pubsub.R | 106 ++++++++++++++++++++----------- vignettes/redis-monitoring.pdf |binary 19 files changed, 191 insertions(+), 115 deletions(-)
Title: Markov Chain-Based Cost-Optimal Control Charts
Description: Functions for cost-optimal control charts with a focus on health care applications. Compared to assumptions in traditional control chart theory, here, we allow random shift sizes, random repair and random sampling times. The package focuses on X-bar charts with a sample size of 1 (representing the monitoring of a single patient at a time). The methods are described in Zempleni et al. (2004) <doi:10.1002/asmb.521>, Dobi and Zempleni (2019) <doi:10.1002/qre.2518> and Dobi and Zempleni (2019) <http://ac.inf.elte.hu/Vol_049_2019/129_49.pdf>.
Author: Balazs Dobi & Andras Zempleni
Maintainer: Balazs Dobi <dobibalazs@inf.elte.hu>
Diff between Markovchart versions 2.1.4 dated 2021-11-01 and 2.1.5 dated 2022-04-09
Markovchart-2.1.4/Markovchart/R/Markovchart_functions_20211009.r |only Markovchart-2.1.5/Markovchart/DESCRIPTION | 6 Markovchart-2.1.5/Markovchart/MD5 | 10 Markovchart-2.1.5/Markovchart/R/Markovchart_functions_20220203.r |only Markovchart-2.1.5/Markovchart/build/vignette.rds |binary Markovchart-2.1.5/Markovchart/inst/doc/Applications.html | 1047 ++++++++-- Markovchart-2.1.5/Markovchart/man/Markovsim.Rd | 2 7 files changed, 924 insertions(+), 141 deletions(-)
Title: A Generalized Multiclass Support Vector Machine
Description: The GenSVM classifier is a generalized multiclass support vector
machine (SVM). This classifier aims to find decision boundaries that
separate the classes with as wide a margin as possible. In GenSVM, the
loss function is very flexible in the way that misclassifications are
penalized. This allows the user to tune the classifier to the dataset
at hand and potentially obtain higher classification accuracy than
alternative multiclass SVMs. Moreover, this flexibility means that
GenSVM has a number of other multiclass SVMs as special cases. One of
the other advantages of GenSVM is that it is trained in the primal
space, allowing the use of warm starts during optimization. This
means that for common tasks such as cross validation or repeated model
fitting, GenSVM can be trained very quickly. Based on: G.J.J. van den
Burg and P.J.F. Groenen (2018) <https://www.jmlr.org/papers/v17/14-526.html>.
Author: Gertjan van den Burg [aut, cre],
Patrick Groenen [ctb]
Maintainer: Gertjan van den Burg <gertjanvandenburg@gmail.com>
Diff between gensvm versions 0.1.5 dated 2020-09-11 and 0.1.6 dated 2022-04-09
DESCRIPTION | 10 +++++----- MD5 | 12 ++++++------ NEWS.md | 4 ++++ README.md | 11 ++++++----- src/gensvm/src/gensvm_kernel.c | 14 ++++++++++---- src/gensvm/src/gensvm_update.c | 19 +++++++++++++------ src/gensvm/src/gensvm_zv.c | 8 +++++++- 7 files changed, 51 insertions(+), 27 deletions(-)
Title: Joint Quantile and Expected Shortfall Regression
Description: Simultaneous modeling of the quantile and the expected shortfall of a response variable given
a set of covariates, see Dimitriadis and Bayer (2019) <doi:10.1214/19-EJS1560>.
Author: Sebastian Bayer [aut, cre],
Timo Dimitriadis [aut]
Maintainer: Sebastian Bayer <sebastian.bayer@uni-konstanz.de>
Diff between esreg versions 0.5.0 dated 2019-11-15 and 0.6.0 dated 2022-04-09
DESCRIPTION | 9 ++++----- MD5 | 10 +++++----- NEWS.md | 5 +++++ R/nuisance_quantities.R | 8 +++++--- README.md | 2 +- src/RcppExports.cpp | 5 +++++ 6 files changed, 25 insertions(+), 14 deletions(-)
Title: Integrating Ecosystem Remote Sensing Products to Derive EBV
Indicators
Description: Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biological organization that document biodiversity change. Freely available ecosystem remote sensing products (ERSP) are downloaded and integrated with data for national or regional domains to derive indicators for EBV in the class ecosystem structure (Pereira et al., 2013) <doi:10.1126/science.1229931>, including horizontal ecosystem extents, fragmentation, and information-theory indices. To process ERSP, users must provide a polygon or geographic administrative data map. Downloadable ERSP include Global Surface Water (Peckel et al., 2016) <doi:10.1038/nature20584>, Forest Change (Hansen et al., 2013) <doi:10.1126/science.1244693>, and Continuous Tree Cover data (Sexton et al., 2013) <doi:10.1080/17538947.2013.786146>.
Author: Wilson Lara Henao [aut, cre],
Victor Gutierrez-Velez [aut],
Ivan Gonzalez [ctb],
Maria C. Londono [ctb]
Maintainer: Wilson Lara Henao <wilarhen@gmail.com>
Diff between ecochange versions 2.5 dated 2022-02-07 and 2.8 dated 2022-04-09
ecochange-2.5/ecochange/R/barplot.EBVstats.R |only ecochange-2.5/ecochange/R/plotebv.R |only ecochange-2.5/ecochange/R/plotind.R |only ecochange-2.5/ecochange/man/barplot.EBVstats.Rd |only ecochange-2.5/ecochange/man/plotebv.Rd |only ecochange-2.5/ecochange/man/plotind.Rd |only ecochange-2.8/ecochange/DESCRIPTION | 14 ecochange-2.8/ecochange/MD5 | 73 - ecochange-2.8/ecochange/NAMESPACE | 53 - ecochange-2.8/ecochange/NEWS | 16 ecochange-2.8/ecochange/R/EBVstats.R | 50 - ecochange-2.8/ecochange/R/echanges.R | 31 ecochange-2.8/ecochange/R/gaugeIndicator.R | 274 ++--- ecochange-2.8/ecochange/R/getGADM.R | 5 ecochange-2.8/ecochange/R/getWRS.R | 14 ecochange-2.8/ecochange/R/getrsp.R | 183 +-- ecochange-2.8/ecochange/R/internal.R | 786 ++-------------- ecochange-2.8/ecochange/R/listGP.R | 3 ecochange-2.8/ecochange/R/plot.EBVstats.R |only ecochange-2.8/ecochange/R/plot.Indicator.R |only ecochange-2.8/ecochange/R/plot.echanges.R |only ecochange-2.8/ecochange/R/rsp2ebv.R | 152 +-- ecochange-2.8/ecochange/R/sampleIndicator.R | 23 ecochange-2.8/ecochange/R/tabuleRaster.R | 7 ecochange-2.8/ecochange/build/vignette.rds |binary ecochange-2.8/ecochange/inst/doc/EcochangeTutorial.R | 78 + ecochange-2.8/ecochange/inst/doc/EcochangeTutorial.Rmd | 158 ++- ecochange-2.8/ecochange/inst/doc/EcochangeTutorial.html | 156 +-- ecochange-2.8/ecochange/man/EBVstats.Rd | 35 ecochange-2.8/ecochange/man/echanges.Rd | 25 ecochange-2.8/ecochange/man/gaugeIndicator.Rd | 22 ecochange-2.8/ecochange/man/getGADM.Rd | 4 ecochange-2.8/ecochange/man/plot.EBVstats.Rd |only ecochange-2.8/ecochange/man/plot.Indicator.Rd |only ecochange-2.8/ecochange/man/plot.echanges.Rd |only ecochange-2.8/ecochange/man/rsp2ebv.Rd | 22 ecochange-2.8/ecochange/man/sampleIndicator.Rd | 6 ecochange-2.8/ecochange/man/tabuleRaster.Rd | 2 ecochange-2.8/ecochange/vignettes/EcochangeTutorial.Rmd | 158 ++- ecochange-2.8/ecochange/vignettes/images |only 40 files changed, 1027 insertions(+), 1323 deletions(-)
Title: Generalized Partially Linear Tree-Based Regression Model
Description: Combining a generalized linear model with an additional tree part
on the same scale. A four-step procedure is proposed to fit the model and test
the joint effect of the selected tree part while adjusting on confounding factors.
We also proposed an ensemble procedure based on the bagging to improve prediction
accuracy and computed several scores of importance for variable selection.
Author: Cyprien Mbogning <cyprien.mbogning@inserm.fr> and Wilson Toussile
Maintainer: Cyprien Mbogning <cyprien.mbogning@gmail.com>
Diff between GPLTR versions 1.2 dated 2015-06-18 and 1.3 dated 2022-04-09
DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ NAMESPACE | 1 + R/Logistic_Split_Rpart.R | 2 +- build/vignette.rds |binary inst/doc/GPLTR-manual.pdf |binary inst/doc/intro.pdf |binary 7 files changed, 12 insertions(+), 11 deletions(-)
Title: Short Asynchronous Time-Series Analysis
Description: A graphical and automated pipeline for the analysis
of short time-series in R ('santaR'). This approach is designed to accommodate asynchronous
time sampling (i.e. different time points for different individuals),
inter-individual variability, noisy measurements and large numbers of variables.
Based on a smoothing splines functional model, 'santaR' is able to detect variables
highlighting significantly different temporal trajectories between study groups.
Designed initially for metabolic phenotyping, 'santaR' is also suited for other Systems Biology
disciplines. Command line and graphical analysis (via a 'shiny' application) enable fast and
parallel automated analysis and reporting, intuitive visualisation and comprehensive plotting
options for non-specialist users.
Author: Arnaud Wolfer [aut, cre] ,
Timothy Ebbels [ctb],
Joe Cheng [ctb]
Maintainer: Arnaud Wolfer <adwolfer@gmail.com>
Diff between santaR versions 1.0 dated 2018-01-24 and 1.2.0 dated 2022-04-09
DESCRIPTION | 27 MD5 | 144 - R/df_search.R | 1 R/santaR_auto_fit.R | 21 R/santaR_auto_summary.R | 8 R/santaR_fit.R | 102 - R/santaR_plot.R | 4 R/santaR_pvalue_dist.R | 4 R/santaR_pvalue_fit.R | 4 R/santaR_start_GUI.R | 2 R/utils.R | 6 R/zzz.R | 7 README.md | 304 +-- build/vignette.rds |binary inst/NEWS |only inst/doc/advanced-command-line-functions.R | 40 inst/doc/advanced-command-line-functions.Rmd | 2 inst/doc/advanced-command-line-functions.html | 803 ++++++--- inst/doc/automated-command-line.R | 12 inst/doc/automated-command-line.Rmd | 2 inst/doc/automated-command-line.html | 544 +++++- inst/doc/getting-started.R | 15 inst/doc/getting-started.Rmd | 13 inst/doc/getting-started.html | 433 ++++- inst/doc/plotting-options.R | 12 inst/doc/plotting-options.Rmd | 2 inst/doc/plotting-options.html | 585 +++++- inst/doc/prepare-input-data.R | 28 inst/doc/prepare-input-data.Rmd | 2 inst/doc/prepare-input-data.html | 541 +++++- inst/doc/selecting-optimal-df.R | 6 inst/doc/selecting-optimal-df.Rmd | 2 inst/doc/selecting-optimal-df.html | 1152 +++++++++++-- inst/doc/theoretical-background.R | 4 inst/doc/theoretical-background.Rmd | 2 inst/doc/theoretical-background.html | 900 ++++++++-- inst/shiny-GUI/SANTA-App/data/aboutDF.html | 2 inst/shiny-GUI/SANTA-App/server |only inst/shiny-GUI/SANTA-App/server.R | 2200 -------------------------- inst/shiny-GUI/SANTA-App/ui |only inst/shiny-GUI/SANTA-App/ui.R | 452 ----- man/acuteInflammation.Rd | 6 man/get_eigen_DF.Rd | 12 man/get_eigen_DFoverlay_list.Rd | 22 man/get_eigen_spline.Rd | 25 man/get_grouping.Rd | 19 man/get_ind_time_matrix.Rd | 19 man/get_param_evolution.Rd | 12 man/plot_nbTP_histogram.Rd | 12 man/plot_param_evolution.Rd | 12 man/santaR.Rd | 6 man/santaR_CBand.Rd | 19 man/santaR_auto_fit.Rd | 49 man/santaR_auto_summary.Rd | 49 man/santaR_fit.Rd | 20 man/santaR_plot.Rd | 49 man/santaR_pvalue_dist.Rd | 19 man/santaR_pvalue_fit.Rd | 19 man/santaR_start_GUI.Rd | 29 man/scaling_UV.Rd | 2 man/scaling_mean.Rd | 2 vignettes/advanced-command-line-functions.Rmd | 2 vignettes/automated-command-line.Rmd | 2 vignettes/file3eac108b893.html |only vignettes/file3eac2035654c.html |only vignettes/file3eac490a1211.html |only vignettes/file3eac50e54547.html |only vignettes/file3eac6eaa7a38.html |only vignettes/file3eac79a54222.html |only vignettes/getting-started.Rmd | 13 vignettes/plotting-options.Rmd | 2 vignettes/prepare-input-data.Rmd | 2 vignettes/selecting-optimal-df.Rmd | 2 vignettes/theoretical-background.Rmd | 2 74 files changed, 4610 insertions(+), 4205 deletions(-)
Title: Parametric G-Formula
Description: Implements the parametric g-formula algorithm of Robins (1986)
<doi:10.1016/0270-0255(86)90088-6>. The g-formula can be used to estimate
the causal effects of hypothetical time-varying treatment interventions on
the mean or risk of an outcome from longitudinal data with time-varying
confounding. This package allows: 1) binary or continuous/multi-level
time-varying treatments; 2) different types of outcomes (survival or
continuous/binary end of follow-up); 3) data with competing events or
truncation by death and loss to follow-up and other types of censoring
events; 4) different options for handling competing events in the case of
survival outcomes; 5) a random measurement/visit process; 6) joint
interventions on multiple treatments; and 7) general incorporation of a
priori knowledge of the data structure.
Author: Victoria Lin [aut] ,
Sean McGrath [aut, cre] ,
Zilu Zhang [aut],
Roger W. Logan [aut],
Lucia C. Petito [aut],
Jessica G. Young [aut] ,
Miguel A. Hernan [aut] ,
2019 The President and Fellows of Harvard College [cph]
Maintainer: Sean McGrath <sean_mcgrath@g.harvard.edu>
Diff between gfoRmula versions 0.3.2 dated 2021-07-13 and 1.0.0 dated 2022-04-09
DESCRIPTION | 10 - MD5 | 38 ++-- NEWS.md | 21 ++ R/comparisons.R | 309 ++++++++++++++++++++++++++-------- R/data.R | 17 + R/gformula.R | 327 +++++++++++++++++++++++++++++++----- R/helper.R | 41 ++++ R/s3methods.R | 12 - R/simulate.R | 2 data/censor_data.rda |only man/censor_data.Rd |only man/error_catch.Rd | 13 + man/get_plot_info.Rd | 28 ++- man/gformula.Rd | 61 ++++++ man/gformula_binary_eof.Rd | 26 ++ man/gformula_continuous_eof.Rd | 26 ++ man/gformula_survival.Rd | 59 ++++++ man/obs_calculate.Rd | 29 +++ man/plot.gformula_binary_eof.Rd | 2 man/plot.gformula_continuous_eof.Rd | 2 man/plot.gformula_survival.Rd | 2 21 files changed, 871 insertions(+), 154 deletions(-)
Title: User-Friendly Tables with Color Helpers for Data Exploration
Description: Make it easy to deal with multiple cross-tables in data
exploration, by creating them, manipulating them, and adding color
helpers to highlight important informations. All functions are "tidy",
pipe-friendly, and render data frames which can be easily manipulated.
Tables can be exported to Excel and in html with formats and colors.
Author: Brice Nocenti [aut, cre]
Maintainer: Brice Nocenti <brice.nocenti@gmail.com>
Diff between tabxplor versions 1.0.2 dated 2021-10-21 and 1.0.3 dated 2022-04-09
DESCRIPTION | 10 MD5 | 38 +- NAMESPACE | 3 NEWS.md | 20 + R/fmt_class.R | 66 ++- R/tab.R | 438 ++++++++++++++++-------- R/tab_classes.R | 2 R/tab_xl.R | 492 +++++++++++++++++++++++++++ R/utils.R | 66 +++ README.md | 28 - build/vignette.rds |binary inst/doc/tabxplor.Rmd | 2 inst/doc/tabxplor.html | 773 +++++++++++++++++++++++++++++++++++++------ man/fct_recode_helper.Rd |only man/fmt.Rd | 12 man/fmt_get_color_code.Rd |only man/format.tabxplor_fmt.Rd | 4 man/tab_pct.Rd | 6 man/tab_spread.Rd | 8 tests/testthat/test-tab.R | 791 ++++++++++++++++++++++----------------------- vignettes/tabxplor.Rmd | 2 21 files changed, 2027 insertions(+), 734 deletions(-)
Title: Basic Module Functions
Description: Methods for color labeling, calculation of eigengenes, merging of closely related modules.
Author: Peter Langfelder <Peter.Langfelder@gmail.com> and Steve Horvath <SHorvath@mednet.ucla.edu>
Maintainer: Peter Langfelder <Peter.Langfelder@gmail.com>
Diff between moduleColor versions 1.08-3 dated 2014-11-26 and 1.8-4 dated 2022-04-09
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- NAMESPACE | 3 +++ R/Functions.R | 14 +++++++------- 4 files changed, 18 insertions(+), 15 deletions(-)
Title: A Two-Sample Test for the Equality of Distributions for
High-Dimensional Data
Description: For high-dimensional data whose main feature is a large number, p, of variables but a small sample size, the null hypothesis that the marginal distributions of p variables are the same for two groups is tested. We propose a test statistic motivated by the simple idea of comparing, for each of the p variables, the empirical characteristic functions computed from the two samples. If one rejects this global null hypothesis of no differences in distributions between the two groups, a set of permutation p-values is reported to identify which variables are not equally distributed in both groups.
Author: Marta Cousido Rocha [aut, cre],
Jose Carlos Soage Gonzalez [ctr],
Jacobo de Uña Álvarez [aut, ths],
Jeffrey D. Hart [aut]
Maintainer: Marta Cousido Rocha <martacousido@uvigo.es>
Diff between TwoSampleTest.HD versions 1.0 dated 2018-11-04 and 1.1 dated 2022-04-09
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- R/TwoSampleTest.HD-package.r | 4 ++-- R/TwoSampleTest.HD.r | 4 ++-- man/TwoSampleTest.HD-package.Rd | 4 ++-- man/TwoSampleTest.HD.Rd | 10 +++++++--- 6 files changed, 22 insertions(+), 18 deletions(-)
More information about TwoSampleTest.HD at CRAN
Permanent link
Title: Visualization via Beanplots (Like Boxplot/Stripchart/Violin
Plot)
Description: Plots univariate comparison graphs, an alternative to
boxplot/stripchart/violin plot.
Author: Peter Kampstra
Maintainer: Peter Kampstra <beanplot@kampstra.net>
Diff between beanplot versions 1.2 dated 2014-09-19 and 1.3.1 dated 2022-04-09
DESCRIPTION | 10 +++++----- MD5 | 23 +++++++++++++---------- NAMESPACE | 6 ++++++ NEWS.md |only R/beanplot.R | 3 ++- R/beanplotscatters.R | 2 +- README.md |only build/partial.rdb |only build/vignette.rds |binary inst/CITATION | 4 ++-- inst/doc/beanplot.pdf |binary man/beanplot-package.Rd | 8 ++++---- man/beanplot.Rd | 4 +++- vignettes/beanplot.bib | 2 +- 14 files changed, 37 insertions(+), 25 deletions(-)
Title: Download Geographic Data
Description: Functions for downloading of geographic data for use in spatial analysis and mapping. The package facilitates access to climate, elevation, land use, soil, species occurrence, accessibility, administrative boundaries and other data.
Author: Robert J. Hijmans [cre, aut], Aniruddha Ghosh [ctb], Alex Mandel [ctb]
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>
Diff between geodata versions 0.3-5 dated 2021-12-03 and 0.4-6 dated 2022-04-09
geodata-0.3-5/geodata/man/landuse.Rd |only geodata-0.4-6/geodata/DESCRIPTION | 10 +- geodata-0.4-6/geodata/MD5 | 53 +++++++------ geodata-0.4-6/geodata/R/crop_sacks.R | 6 + geodata-0.4-6/geodata/R/crop_spam.R | 4 - geodata-0.4-6/geodata/R/crops_monfreda.R | 12 ++- geodata-0.4-6/geodata/R/elevation.R | 10 +- geodata-0.4-6/geodata/R/gadm.R | 41 ++++++---- geodata-0.4-6/geodata/R/helper-functions.R | 24 ++++-- geodata-0.4-6/geodata/R/landuse.R | 55 +++++++++++++- geodata-0.4-6/geodata/R/occurrence.R | 13 +-- geodata-0.4-6/geodata/R/osm.R |only geodata-0.4-6/geodata/R/pop.R | 8 +- geodata-0.4-6/geodata/R/soil_afsis.R | 8 +- geodata-0.4-6/geodata/R/soil_grids.R | 7 + geodata-0.4-6/geodata/R/soil_isda.R | 33 ++++++-- geodata-0.4-6/geodata/R/travel_time.R |only geodata-0.4-6/geodata/R/worldclim.R | 102 +++++++++++++++++++++----- geodata-0.4-6/geodata/build/partial.rdb |binary geodata-0.4-6/geodata/man/cmip6.Rd | 14 ++- geodata-0.4-6/geodata/man/crop_monfreda.Rd | 14 +-- geodata-0.4-6/geodata/man/cropland.Rd |only geodata-0.4-6/geodata/man/gadm.Rd | 6 - geodata-0.4-6/geodata/man/geodata-package.Rd | 13 ++- geodata-0.4-6/geodata/man/landcover.Rd |only geodata-0.4-6/geodata/man/osm.Rd |only geodata-0.4-6/geodata/man/population.Rd | 2 geodata-0.4-6/geodata/man/soil_af_elements.Rd | 2 geodata-0.4-6/geodata/man/soil_af_isda.Rd | 6 - geodata-0.4-6/geodata/man/soil_grids_vsi.Rd | 2 geodata-0.4-6/geodata/man/travel_time.Rd |only 31 files changed, 322 insertions(+), 123 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-03-28 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-02-03 0.7.3
2015-07-12 0.7.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-07-03 1.1.1
2017-05-04 1.1.0
2016-04-26 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-07-29 0.2.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2019-02-05 2.3.0
2018-10-05 2.2.1
2018-08-27 2.2
2018-07-02 2.1
2018-01-23 2.0
2017-09-19 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-03-27 0.6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-10-25 4.9-11
2021-10-09 4.9-10
2021-04-13 4.9-9
2020-02-06 4.9-7
2019-05-07 4.9-6
2019-03-07 4.9-5
2018-05-06 4.9-3
2015-12-25 4.9-2
2013-10-29 4.8-3.4
2013-06-28 4.8-3.1
2013-04-27 4.8-2
2013-02-16 4.8-1.2
2012-09-28 4.8-1
2012-01-19 4.8-0
2011-05-20 4.7-14
2011-05-04 4.7-13
2011-04-23 4.7-12
2010-10-23 4.7-11
2010-08-13 4.7-10
2010-05-10 4.7-9
2010-05-09 4.7-8
2010-05-06 4.7-7
2009-04-01 4.7-6
2009-01-13 4.7-5
2008-10-23 4.7-3
2008-06-26 4.6-2
2008-01-22 4.6-1
2007-09-21 4.5-3
2007-08-25 4.5-2
2007-08-07 4.4-14
2007-07-28 4.4-10
2007-06-10 4.4-7