Title: Spatial Point Pattern Analysis, Model-Fitting, Simulation, Tests
Description: Comprehensive open-source toolbox for analysing Spatial Point Patterns. Focused mainly on two-dimensional point patterns, including multitype/marked points, in any spatial region. Also supports three-dimensional point patterns, space-time point patterns in any number of dimensions, point patterns on a linear network, and patterns of other geometrical objects. Supports spatial covariate data such as pixel images.
Contains over 3000 functions for plotting spatial data, exploratory data analysis, model-fitting, simulation, spatial sampling, model diagnostics, and formal inference.
Data types include point patterns, line segment patterns, spatial windows, pixel images, tessellations, and linear networks.
Exploratory methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlatio [...truncated...]
Author: Adrian Baddeley [aut, cre] ,
Rolf Turner [aut] ,
Ege Rubak [aut]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat versions 3.2-1 dated 2024-09-22 and 3.3-0 dated 2024-11-19
DESCRIPTION | 16 ++++---- MD5 | 32 ++++++++--------- NEWS | 8 ++++ build/vignette.rds |binary inst/doc/bugfixes.pdf |binary inst/doc/datasets.pdf |binary inst/doc/fv.pdf |binary inst/doc/getstart.pdf |binary inst/doc/packagesizes.txt | 2 + inst/doc/replicated.pdf |binary inst/doc/shapefiles.pdf |binary inst/doc/updates.R | 16 ++++---- inst/doc/updates.Rnw | 82 ++++++++++++++++++++++++++++++++++++++++----- inst/doc/updates.pdf |binary inst/info/packagesizes.txt | 2 + man/spatstat-package.Rd | 6 +++ vignettes/updates.Rnw | 82 ++++++++++++++++++++++++++++++++++++++++----- 17 files changed, 199 insertions(+), 47 deletions(-)
Title: Genetic Analysis of Pooled Samples
Description: Analyzing genetic data obtained from pooled samples.
This package can read in Fragment Analysis output files, process the data,
and score peaks, as well as facilitate various analyses, including cluster
analysis, calculation of genetic distances and diversity indices,
as well as bootstrap resampling for statistical inference. Specifically
tailored to handle genetic data efficiently, researchers can explore
population structure, genetic differentiation, and genetic relatedness
among samples. We updated some functions from Covarrubias-Pazaran et al.
(2016) <doi:10.1186/s12863-016-0365-6> to allow for the use of new file formats
and referenced the following to write our genetic analysis functions:
Long et al. (2022) <doi:10.1038/s41598-022-04776-0>, Jost (2008)
<doi:10.1111/j.1365-294x.2008.03887.x>, Nei (1973)
<doi:10.1073/pnas.70.12.3321>, Foulley et al. (2006)
<doi:10.1016/j.livprodsci.2005.10.021>, Chao et al. (2008)
<doi:10.1111/j.1541-0420.2008.01010 [...truncated...]
Author: Kathleen Kuesters [aut, cre, cph]
,
Jeffrey Long [aut],
Jessica Blanton [aut],
Walter Blank [ctb],
Jeffrey Kovach [ctb],
Ronald Blanton [ctb]
Maintainer: Kathleen Kuesters <kathleen.kuesters@gmail.com>
Diff between pooledpeaks versions 1.0.6 dated 2024-09-12 and 1.0.7 dated 2024-11-19
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 2 ++ R/Pop_Gen_setup.R | 21 ++++++++++++++++++--- build/partial.rdb |binary 5 files changed, 27 insertions(+), 10 deletions(-)
Title: 'REST' API Client for Accessing Data on 'WEkEO HDA V2'
Description: Provides seamless access to the WEkEO Harmonised Data Access (HDA) API, enabling
users to query, download, and process data efficiently from the HDA platform.
With 'hdar', researchers and data scientists can integrate the extensive HDA
datasets into their R workflows, enhancing their data analysis capabilities.
Comprehensive information on the API functionality and usage is available
at <https://gateway.prod.wekeo2.eu/hda-broker/docs>.
Author: Matteo Mattiuzzi [aut, cre]
Maintainer: Matteo Mattiuzzi <matteo.mattiuzzi@eea.europa.eu>
Diff between hdar versions 1.0.2 dated 2024-09-28 and 1.0.4 dated 2024-11-19
DESCRIPTION | 6 MD5 | 18 - R/client.R | 2 R/paginator.R | 20 - R/search_results.R | 51 ++-- inst/doc/hdar.R | 598 +++++++++++++++++++++++++-------------------------- inst/doc/hdar.Rmd | 2 inst/doc/hdar.html | 2 man/SearchResults.Rd | 5 vignettes/hdar.Rmd | 2 10 files changed, 360 insertions(+), 346 deletions(-)
Title: Analyze and Visualize Data from 'Microsoft Viva Insights'
Description: Provides a versatile range of functions, including exploratory data analysis, time-series analysis, organizational network analysis, and data validation, whilst at the same time implements a set of best practices in analyzing and visualizing data specific to 'Microsoft Viva Insights'.
Author: Martin Chan [aut, cre],
Carlos Morales [aut]
Maintainer: Martin Chan <martin.chan@microsoft.com>
Diff between vivainsights versions 0.5.4 dated 2024-09-06 and 0.5.5 dated 2024-11-19
DESCRIPTION | 6 +- MD5 | 50 ++++++++++++---- NAMESPACE | 1 NEWS.md | 5 + R/check_query.R | 33 ----------- R/collaboration_area.R | 2 R/create_bar.R | 13 +--- R/create_dist.R | 13 +--- R/create_fizz.R | 15 ++--- R/create_line.R | 2 R/create_lorenz.R | 15 ++++- R/create_stacked.R | 8 +- R/xicor.R |only man/create_lorenz.Rd | 83 ++++++++++++++++------------ man/xicor.Rd |only tests/testthat/test_create_IV.R | 4 + tests/testthat/test_create_bar.R |only tests/testthat/test_create_bar_asis.R |only tests/testthat/test_create_boxplot.R |only tests/testthat/test_create_bubble.R |only tests/testthat/test_create_density.R |only tests/testthat/test_create_dist.R |only tests/testthat/test_create_dt.R |only tests/testthat/test_create_fizz.R |only tests/testthat/test_create_hist.R |only tests/testthat/test_create_inc.R |only tests/testthat/test_create_line.R |only tests/testthat/test_create_line_asis.R |only tests/testthat/test_create_lorenz.R |only tests/testthat/test_create_period_scatter.R |only tests/testthat/test_create_rank.R |only tests/testthat/test_create_sankey.R |only tests/testthat/test_create_scatter.R |only tests/testthat/test_create_stacked.R |only tests/testthat/test_create_tracking.R |only tests/testthat/test_create_trend.R |only tests/testthat/test_network_p2p.R | 4 + 37 files changed, 137 insertions(+), 117 deletions(-)
Title: A Robust Boosting Algorithm
Description: An implementation of robust boosting algorithms for regression in R. This includes the RRBoost method proposed in the paper "Robust Boosting for Regression Problems" (Ju X and Salibian-Barrera M. 2020) <doi:10.1016/j.csda.2020.107065>. It also implements previously proposed boosting algorithms in the simulation section of the paper: L2Boost, LADBoost, MBoost (Friedman, J. H. (2001) <doi:10.1214/aos/1013203451>) and Robloss (Lutz et al. (2008) <doi:10.1016/j.csda.2007.11.006>).
Author: Xiaomeng Ju [aut, cre],
Matias Salibian-Barrera [aut]
Maintainer: Xiaomeng Ju <xiaomeng.ju@stat.ubc.ca>
Diff between RRBoost versions 0.1 dated 2020-10-13 and 0.2 dated 2024-11-19
DESCRIPTION | 18 +++++++++------- MD5 | 16 ++++++++------- R/Boost.R | 51 ++++++++++++++++++++++++------------------------ man/Boost.Rd | 9 ++++---- man/Boost.control.Rd | 6 ++--- man/Boost.validation.Rd | 6 ++--- man/cal_imp_func.Rd | 6 ++--- man/cal_predict.Rd | 6 ++--- tests |only 9 files changed, 62 insertions(+), 56 deletions(-)
Title: Find the Pole of Inaccessibility (Visual Center) of a Polygon
Description: A wrapper around the C++ library 'polylabel' from 'Mapbox',
providing an efficient routine for finding the approximate pole of
inaccessibility of a polygon, which usually serves as an excellent candidate
for labeling of a polygon.
Author: Johan Larsson [aut, cre] ,
Kent Johnson [ctb],
Mapbox [cph]
Maintainer: Johan Larsson <johanlarsson@outlook.com>
Diff between polylabelr versions 0.2.0 dated 2020-04-19 and 0.3.0 dated 2024-11-19
DESCRIPTION | 19 ++--- MD5 | 68 +++++++++++---------- NAMESPACE | 2 NEWS.md | 20 ++++-- R/poi.R | 15 ++-- R/poi_multi.R |only R/poi_sf.R | 22 ++---- R/utils.R |only README.md | 25 ++----- build |only inst/CITATION | 2 inst/WORDLIST | 5 - inst/include/mapbox/feature.hpp |only inst/include/mapbox/geometry.hpp | 1 inst/include/mapbox/geometry/box.hpp | 6 + inst/include/mapbox/geometry/empty.hpp |only inst/include/mapbox/geometry/envelope.hpp | 4 - inst/include/mapbox/geometry/for_each_point.hpp | 18 +++-- inst/include/mapbox/geometry/geometry.hpp | 32 ++++----- inst/include/mapbox/geometry/line_string.hpp | 6 + inst/include/mapbox/geometry/multi_line_string.hpp | 4 - inst/include/mapbox/geometry/multi_point.hpp | 4 - inst/include/mapbox/geometry/multi_polygon.hpp | 4 - inst/include/mapbox/geometry/point.hpp | 6 + inst/include/mapbox/geometry/polygon.hpp | 8 +- inst/include/mapbox/geometry_io.hpp |only inst/include/mapbox/polylabel.hpp | 16 +--- man/figures/README-unnamed-chunk-1-1.png |binary man/poi.Rd | 6 - man/poi_multi.Rd |only man/polylabelr-package.Rd | 7 -- src/Makevars | 1 src/RcppExports.cpp | 5 + src/poi.cpp | 24 ++++--- tests/testthat/helper_point_in_polygon.R | 5 - tests/testthat/test-assertions.R | 2 tests/testthat/test-poi-multi.R |only tests/testthat/test-poi-sf.R | 55 ++++++++-------- tests/testthat/test-poi.R | 2 39 files changed, 210 insertions(+), 184 deletions(-)
Title: Tools for Environmental Analyses, Ecotoxicology and Various R
Functions
Description: Contains miscellaneous functions useful for managing 'NetCDF' files (see <https://en.wikipedia.org/wiki/NetCDF>), get moon phase and time for sun rise and fall, tide level, analyse and reconstruct periodic time series of temperature with irregular sinusoidal pattern, show scales and wind rose in plot with change of color of text, Metropolis-Hastings algorithm for Bayesian MCMC analysis, plot graphs or boxplot with error bars, search files in disk by there names or their content, read the contents of all files from a folder at one time.
Author: Marc Girondot [aut, cre]
Maintainer: Marc Girondot <marc.girondot@gmail.com>
Diff between HelpersMG versions 6.2 dated 2024-08-23 and 6.3 dated 2024-11-19
DESCRIPTION | 8 MD5 | 22 +- NAMESPACE | 2 NEWS | 13 + R/HelpersMG-package.R | 4 R/MHalgoGen.R | 13 + R/as.parameters.R | 3 R/plot.mcmcComposite.R | 386 ++++++++++++++++++++++++++++++---------------- inst/shiny/cutter/ui.R | 2 man/HelpersMG-package.Rd | 4 man/MHalgoGen.Rd | 7 man/plot.mcmcComposite.Rd | 53 ++++-- 12 files changed, 340 insertions(+), 177 deletions(-)
Title: Wildlife Mortality Estimator for Low Fatality Rates and
Imperfect Detection
Description: Evidence of Absence software (EoA) is a user-friendly application for estimating bird and bat fatalities at wind farms and designing search protocols. The software is particularly useful in addressing whether the number of fatalities has exceeded a given threshold and what search parameters are needed to give assurance that thresholds were not exceeded. The models are applicable even when zero carcasses have been found in searches, following Huso et al. (2015) <doi:10.1890/14-0764.1>, Dalthorp et al. (2017) <doi:10.3133/ds1055>, and Dalthorp and Huso (2015) <doi:10.3133/ofr20151227>.
Author: Daniel Dalthorp [aut, cre]
Maintainer: Daniel Dalthorp <ddalthorp@protonmail.com>
Diff between eoa3 versions 1.0.0.1 dated 2023-07-04 and 1.0.0.2 dated 2024-11-19
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- R/eoa.r | 4 ++-- man/eoa3.Rd | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-)
Title: SDTM Datacut
Description: Supports the process of applying a cut to Standard Data Tabulation Model (SDTM),
as part of the analysis of specific points in time of the data, normally as part of
investigation into clinical trials. The functions support different approaches of
cutting to the different domains of SDTM normally observed.
Author: Tim Barnett [cph, aut, cre],
Nathan Rees [aut],
Alana Harris [aut],
Cara Andrews [aut]
Maintainer: Tim Barnett <timothy.barnett@roche.com>
Diff between datacutr versions 0.1.0 dated 2023-03-31 and 0.2.0 dated 2024-11-19
DESCRIPTION | 26 + MD5 | 96 +++--- NAMESPACE | 3 NEWS.md | 34 ++ R/create_dcut.R | 14 R/datcutr-package.R | 2 R/date_cut.R | 19 - R/global.R | 3 R/impute_dcutdtc.R | 9 R/process_cut.R | 157 +++++++--- R/read_out.R |only R/special_dm_cut.R | 15 - README.md | 14 build/vignette.rds |binary inst/WORDLIST | 1 inst/doc/contribution_model.html | 232 +++++++++++++++- inst/doc/datacutr.Rmd | 2 inst/doc/datacutr.html | 304 +++++++++++++++++++-- inst/doc/examplemodular.R | 7 inst/doc/examplemodular.Rmd | 5 inst/doc/examplemodular.html | 504 ++++++++++++++++++++++++----------- inst/doc/examplewrapped.R | 7 inst/doc/examplewrapped.Rmd | 5 inst/doc/examplewrapped.html | 432 ++++++++++++++++++++++-------- inst/doc/modular.R | 33 +- inst/doc/modular.Rmd | 5 inst/doc/modular.html | 479 ++++++++++++++++++++++++--------- inst/doc/variable_cut.R | 19 - inst/doc/variable_cut.Rmd | 9 inst/doc/variable_cut.html | 427 ++++++++++++++++++++++------- inst/doc/wrapper.R | 15 - inst/doc/wrapper.Rmd | 5 inst/doc/wrapper.html | 419 ++++++++++++++++++++++------- inst/read-out |only man/create_dcut.Rd | 2 man/datacutr-package.Rd | 10 man/impute_dcutdtc.Rd | 2 man/process_cut.Rd | 23 + man/read_out.Rd |only tests/testthat/test-create_dcut.R | 36 ++ tests/testthat/test-date_cut.R | 46 +++ tests/testthat/test-impute_dcutdtc.R | 26 - tests/testthat/test-process_cut.R | 53 +++ tests/testthat/test-read_out.R |only tests/testthat/test-special_dm_cut.R | 50 +++ vignettes/datacutr.Rmd | 2 vignettes/examplemodular.Rmd | 5 vignettes/examplewrapped.Rmd | 5 vignettes/modular.Rmd | 5 vignettes/variable_cut.Rmd | 9 vignettes/wrapper.Rmd | 5 51 files changed, 2720 insertions(+), 861 deletions(-)
Title: Fitting and Simulating Mixtures of Watson Distributions
Description: Tools for fitting and simulating mixtures of Watson distributions.
The random sampling scheme of the package offers two sampling
algorithms that are based of the results of Sablica, Hornik and Leydold (2022)
<https://research.wu.ac.at/en/publications/random-sampling-from-the-watson-distribution>.
What is more, the package offers a smart tool to combine these two methods,
and based on the selected parameters, it approximates the relative sampling
speed for both methods and picks the faster one. In addition, the package
offers a fitting function for the mixtures of Watson distribution, that
uses the expectation-maximization (EM) algorithm. Special features are
the possibility to use multiple variants of the E-step and M-step,
sparse matrices for the data representation and state of the art methods
for numerical evaluation of needed special functions using the results of
Sablica and Hornik (2022) <https://www.ams.org/journals/mcom/2022-91-334/S0025-5718-2021-03690-X/>.
Author: Lukas Sablica [aut, cre] ,
Kurt Hornik [aut] ,
Josef Leydold [aut] ,
Gerard Jungman [ctb, cph] ,
Brian Gough [ctb, cph]
Maintainer: Lukas Sablica <lsablica@wu.ac.at>
Diff between watson versions 0.4 dated 2023-06-01 and 0.5 dated 2024-11-19
watson-0.4/watson/R/sysdata.rda |only watson-0.5/watson/DESCRIPTION | 12 ++++--- watson-0.5/watson/MD5 | 13 ++++--- watson-0.5/watson/NAMESPACE | 5 ++ watson-0.5/watson/NEWS.md | 6 +++ watson-0.5/watson/R/watson.R | 68 ++++++++++++++++++++++++++++++++++++++++ watson-0.5/watson/man/id.Rd |only watson-0.5/watson/tests |only 8 files changed, 94 insertions(+), 10 deletions(-)
Title: Hyperbolic DEA Estimation
Description: Implements Data Envelopment Analysis (DEA) with a hyperbolic orientation using a non-linear programming solver. It enables flexible estimations with weight restrictions, non-discretionary variables, and a generalized distance function. Additionally, it allows for the calculation of slacks and super-efficiency scores. The methods are detailed in Öttl et al. (2023), <doi:10.1016/j.dajour.2023.100343>. Furthermore, the package provides a non-linear profitability estimation built upon the DEA framework.
Author: Alexander Oettl [cre, aut] ,
Daniel Gulde [aut]
Maintainer: Alexander Oettl <alexoettl34@gmail.com>
Diff between hyperbolicDEA versions 1.0.0 dated 2024-03-18 and 1.0.1 dated 2024-11-19
DESCRIPTION | 8 - MD5 | 28 ++--- NAMESPACE | 1 R/check_arguments.R | 26 ++++- R/costDEA.R | 3 R/hyperbolicDEA.R | 20 ++-- R/lprofitDEA.R | 2 R/nlprofitDEA.R | 2 R/wrDEA.R | 75 ++++++++++++++- man/costDEA.Rd | 87 +++++++++--------- man/hyperbolicDEA.Rd | 5 + man/lprofitDEA.Rd | 95 ++++++++++--------- man/nlprofitDEA.Rd | 91 +++++++++---------- man/wrDEA.Rd | 172 +++++++++++++++++++----------------- tests/testthat/test-hyperbolicDEA.R | 53 +++++++++-- 15 files changed, 410 insertions(+), 258 deletions(-)
Title: Constrained Ordinary Least Squares
Description: Constrained ordinary least squares is performed. One constraint is that all beta coefficients (including the constant) cannot be negative. They can be either 0 or strictly positive. Another constraint is that the sum of the beta coefficients equals a constant. References: Hansen, B. E. (2022). Econometrics, Princeton University Press. <ISBN:9780691235899>.
Author: Michail Tsagris [aut, cre]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Diff between cols versions 1.2 dated 2024-10-16 and 1.3 dated 2024-11-19
cols-1.2/cols/R/mcls.R |only cols-1.3/cols/DESCRIPTION | 8 ++++---- cols-1.3/cols/MD5 | 12 +++++++----- cols-1.3/cols/NAMESPACE | 2 +- cols-1.3/cols/R/int.cls.R |only cols-1.3/cols/R/mvcls.R |only cols-1.3/cols/man/cls.Rd | 8 ++++---- cols-1.3/cols/man/cols-package.Rd | 4 ++-- cols-1.3/cols/man/int.cls.Rd |only 9 files changed, 18 insertions(+), 16 deletions(-)
Title: 'CDsampling': Constraint Sampling in Paid Research Studies
Description: In the context of paid research studies and clinical trials, budget considerations and patient sampling from available populations are subject to inherent constraints. We introduce the 'CDsampling' package, which integrates optimal design theories within the framework of constrained sampling. This package offers the possibility to find both D-optimal approximate and exact allocations for samplings with or without constraints. Additionally, it provides functions to find constrained uniform sampling as a robust sampling strategy with limited model information. Our package offers functions for the computation of the Fisher information matrix under generalized linear models (including regular linear regression model) and multinomial logistic models.To demonstrate the applications, we also provide a simulated dataset and a real dataset embedded in the package. Yifei Huang, Liping Tong, and Jie Yang (2025)<doi:10.5705/ss.202022.0414>.
Author: Yifei Huang [aut, cre],
Liping Tong [aut],
Jie Yang [aut]
Maintainer: Yifei Huang <yhuan39@uic.edu>
Diff between CDsampling versions 0.1.1 dated 2024-10-13 and 0.1.2 dated 2024-11-19
CDsampling-0.1.1/CDsampling/R/constrained_uniform.R |only CDsampling-0.1.1/CDsampling/man/constrained_uniform.Rd |only CDsampling-0.1.2/CDsampling/DESCRIPTION | 6 CDsampling-0.1.2/CDsampling/MD5 | 46 - CDsampling-0.1.2/CDsampling/NAMESPACE | 5 CDsampling-0.1.2/CDsampling/R/F_func_GLM.R | 9 CDsampling-0.1.2/CDsampling/R/F_func_MLM.R | 3 CDsampling-0.1.2/CDsampling/R/Fi_func_MLM.R | 12 CDsampling-0.1.2/CDsampling/R/W_func_GLM.R | 1 CDsampling-0.1.2/CDsampling/R/approxtoexact_constrained_func.R | 6 CDsampling-0.1.2/CDsampling/R/approxtoexact_func.R | 5 CDsampling-0.1.2/CDsampling/R/bounded_uniform.R |only CDsampling-0.1.2/CDsampling/R/liftone_GLM.R | 14 CDsampling-0.1.2/CDsampling/R/liftone_MLM.R | 16 CDsampling-0.1.2/CDsampling/R/liftone_constrained_GLM.R | 22 CDsampling-0.1.2/CDsampling/R/liftone_constrained_MLM.R | 18 CDsampling-0.1.2/CDsampling/R/print.list_output.R |only CDsampling-0.1.2/CDsampling/R/print.matrix_list.R |only CDsampling-0.1.2/CDsampling/R/print.matrix_output.R |only CDsampling-0.1.2/CDsampling/inst/doc/Intro_to_CDsampling.R | 18 CDsampling-0.1.2/CDsampling/inst/doc/Intro_to_CDsampling.Rmd | 18 CDsampling-0.1.2/CDsampling/inst/doc/Intro_to_CDsampling.html | 310 ++++++---- CDsampling-0.1.2/CDsampling/man/F_func_GLM.Rd | 6 CDsampling-0.1.2/CDsampling/man/bounded_uniform.Rd |only CDsampling-0.1.2/CDsampling/man/liftone_MLM.Rd | 2 CDsampling-0.1.2/CDsampling/man/print.list_output.Rd |only CDsampling-0.1.2/CDsampling/man/print.matrix_list.Rd |only CDsampling-0.1.2/CDsampling/man/print.matrix_output.Rd |only CDsampling-0.1.2/CDsampling/vignettes/Intro_to_CDsampling.Rmd | 18 29 files changed, 323 insertions(+), 212 deletions(-)
Title: Synthesise and Correlate Likert Scale and Related Rating-Scale
Data
Description: Synthesise Likert scale and related rating-scale data with
predefined first and second moments (mean and standard deviation),
and, optionally, correlate multiple vectors using a predefined
correlation matrix. Additionally, generate synthetic rating-scale
items with a predefined Cronbach's Alpha, or create rating-scale items
based on a predefined summated scale.
Author: Hume Winzar [cre, aut]
Maintainer: Hume Winzar <winzar@gmail.com>
Diff between LikertMakeR versions 0.3.0 dated 2024-05-19 and 0.4.0 dated 2024-11-19
LikertMakeR-0.3.0/LikertMakeR/vignettes/LikertMakeR_1.png |only LikertMakeR-0.3.0/LikertMakeR/vignettes/LikertMakeR_2.png |only LikertMakeR-0.3.0/LikertMakeR/vignettes/LikertMakeR_4.png |only LikertMakeR-0.3.0/LikertMakeR/vignettes/LikertMakeR_hex.png |only LikertMakeR-0.4.0/LikertMakeR/DESCRIPTION | 22 LikertMakeR-0.4.0/LikertMakeR/MD5 | 38 LikertMakeR-0.4.0/LikertMakeR/NAMESPACE | 2 LikertMakeR-0.4.0/LikertMakeR/NEWS.md | 10 LikertMakeR-0.4.0/LikertMakeR/R/lexact.R | 1 LikertMakeR-0.4.0/LikertMakeR/R/lfast.R | 7 LikertMakeR-0.4.0/LikertMakeR/R/makeItems.R | 3 LikertMakeR-0.4.0/LikertMakeR/R/makeItemsScale.R | 322 +- LikertMakeR-0.4.0/LikertMakeR/README.md | 225 + LikertMakeR-0.4.0/LikertMakeR/build/vignette.rds |binary LikertMakeR-0.4.0/LikertMakeR/inst/CITATION | 2 LikertMakeR-0.4.0/LikertMakeR/inst/WORDLIST |only LikertMakeR-0.4.0/LikertMakeR/inst/doc/LikertMakeR_vignette.R | 287 +- LikertMakeR-0.4.0/LikertMakeR/inst/doc/LikertMakeR_vignette.Rmd | 442 ++- LikertMakeR-0.4.0/LikertMakeR/inst/doc/LikertMakeR_vignette.html | 1263 ++++++---- LikertMakeR-0.4.0/LikertMakeR/man/figures/logo.png |binary LikertMakeR-0.4.0/LikertMakeR/man/makeItemsScale.Rd | 194 + LikertMakeR-0.4.0/LikertMakeR/vignettes/LikertMakeR_vignette.Rmd | 442 ++- LikertMakeR-0.4.0/LikertMakeR/vignettes/skew_chart.png |only 23 files changed, 2230 insertions(+), 1030 deletions(-)
Title: Gaussian Process Laboratory
Description: Gaussian process regression with an emphasis on kernels.
Quantitative and qualitative inputs are accepted. Some pre-defined
kernels are available, such as radial or tensor-sum for
quantitative inputs, and compound symmetry, low rank, group kernel
for qualitative inputs. The user can define new kernels and
composite kernels through a formula mechanism. Useful methods
include parameter estimation by maximum likelihood, simulation,
prediction and leave-one-out validation.
Author: Yves Deville [aut] ,
David Ginsbourger [aut] ,
Olivier Roustant [aut, cre],
Nicolas Durrande [ctb]
Maintainer: Olivier Roustant <roustant@insa-toulouse.fr>
Diff between kergp versions 0.5.7 dated 2024-02-05 and 0.5.8 dated 2024-11-19
DESCRIPTION | 24 ++++++++++++++++++------ MD5 | 18 +++++++++--------- build/partial.rdb |binary inst/doc/OptimMLE.pdf |binary inst/doc/beam.pdf |binary inst/doc/groupKernel.pdf |binary man/gp.Rd | 8 +++++--- man/influence.gp.Rd | 2 +- man/kergp-package.Rd | 25 ++++++++++++++----------- man/simulate.covAll.Rd | 4 ++-- 10 files changed, 49 insertions(+), 32 deletions(-)
Title: Hidden Markov Models for Reliability and Maintenance
Description: Reliability Analysis and Maintenance Optimization using Hidden Markov Models (HMM). The use of HMMs to model the state of a system which is not directly observable and instead certain indicators (signals) of the true situation are provided via a control system. A hidden model can provide key information about the system dependability, such as the reliability of the system and related measures. An estimation procedure is implemented based on the Baum-Welch algorithm. Classical structures such as K-out-of-N systems and Shock models are illustrated. Finally, the maintenance of the system is considered in the HMM context and two functions for new preventive maintenance strategies are considered. Maintenance efficiency is measured in terms of expected cost. Methods are described in Gamiz, Limnios, and Segovia-Garcia (2023) <doi:10.1016/j.ejor.2022.05.006>.
Author: M.L. Gamiz [aut, cre, cph],
N. Limnios [aut, cph],
M.C. Segovia-Garcia [aut, cph]
Maintainer: M.L. Gamiz <mgamiz@ugr.es>
Diff between HMMRel versions 0.1.0 dated 2024-11-15 and 0.1.1 dated 2024-11-19
DESCRIPTION | 8 ++++---- MD5 | 13 +++++++------ NEWS.md |only man/HMMRel-package.Rd | 2 +- man/cost.cspc.Rd | 4 ++-- man/cost.wspc.Rd | 9 ++++----- man/def.hmmR.Rd | 6 +++--- man/fit.hmmR.Rd | 4 ++-- 8 files changed, 23 insertions(+), 23 deletions(-)
Title: Make 'ggplot2' Graphics Interactive
Description: Create interactive 'ggplot2' graphics using 'htmlwidgets'.
Author: David Gohel [aut, cre],
Panagiotis Skintzos [aut],
Mike Bostock [cph] ,
Speros Kokenes [cph] ,
Eric Shull [cph] ,
Lee Thomason [cph] ,
Vladimir Agafonkin [cph] ,
Eric Book [ctb]
Maintainer: David Gohel <david.gohel@ardata.fr>
Diff between ggiraph versions 0.8.10 dated 2024-05-17 and 0.8.11 dated 2024-11-19
ggiraph-0.8.10/ggiraph/inst/tinytest/test-ggiraph.R |only ggiraph-0.8.11/ggiraph/DESCRIPTION | 10 ggiraph-0.8.11/ggiraph/MD5 | 221 ++++----- ggiraph-0.8.11/ggiraph/NAMESPACE | 9 ggiraph-0.8.11/ggiraph/NEWS.md | 11 ggiraph-0.8.11/ggiraph/R/annotate_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/annotation_raster_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/element_interactive.R | 8 ggiraph-0.8.11/ggiraph/R/facet_interactive.R | 4 ggiraph-0.8.11/ggiraph/R/geom_abline_interactive.R | 4 ggiraph-0.8.11/ggiraph/R/geom_bar_interactive.R | 8 ggiraph-0.8.11/ggiraph/R/geom_bin_2d_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_boxplot_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_contour_interactive.R | 4 ggiraph-0.8.11/ggiraph/R/geom_count_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_crossbar_interactive.R | 4 ggiraph-0.8.11/ggiraph/R/geom_density_2d_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_density_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_dotplot_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_errorbarh_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_hex_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_histogram_interactive.R | 4 ggiraph-0.8.11/ggiraph/R/geom_jitter_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_map_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_path_interactive.R | 31 + ggiraph-0.8.11/ggiraph/R/geom_point_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_polygon_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_quantile_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_raster_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_rect_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_ribbon_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_segment_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_sf_interactive.R | 7 ggiraph-0.8.11/ggiraph/R/geom_smooth_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_spoke_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_text_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/geom_violin_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/ggiraph.R | 106 ---- ggiraph-0.8.11/ggiraph/R/guide_bins_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/guide_colourbar_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/guide_coloursteps_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/guide_legend_interactive.R | 2 ggiraph-0.8.11/ggiraph/R/ipar.R | 4 ggiraph-0.8.11/ggiraph/R/labeller_interactive.R | 10 ggiraph-0.8.11/ggiraph/R/scale_alpha_interactive.R | 14 ggiraph-0.8.11/ggiraph/R/scale_brewer_interactive.R | 12 ggiraph-0.8.11/ggiraph/R/scale_colour_interactive.R | 28 - ggiraph-0.8.11/ggiraph/R/scale_gradient_interactive.R | 12 ggiraph-0.8.11/ggiraph/R/scale_linetype_interactive.R | 8 ggiraph-0.8.11/ggiraph/R/scale_manual_interactive.R | 14 ggiraph-0.8.11/ggiraph/R/scale_shape_interactive.R | 10 ggiraph-0.8.11/ggiraph/R/scale_size_interactive.R | 20 ggiraph-0.8.11/ggiraph/R/scale_steps_interactive.R | 12 ggiraph-0.8.11/ggiraph/R/scale_viridis_interactive.R | 16 ggiraph-0.8.11/ggiraph/R/utils_ggplot2.R | 240 ++++++++++ ggiraph-0.8.11/ggiraph/build/vignette.rds |binary ggiraph-0.8.11/ggiraph/inst/examples/rmd/flexdashboard/flexdashboard.Rmd | 2 ggiraph-0.8.11/ggiraph/man/annotate_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/annotation_raster_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/element_interactive.Rd | 8 ggiraph-0.8.11/ggiraph/man/facet_grid_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/facet_wrap_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/geom_abline_interactive.Rd | 6 ggiraph-0.8.11/ggiraph/man/geom_bar_interactive.Rd | 6 ggiraph-0.8.11/ggiraph/man/geom_bin_2d_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_boxplot_interactive.Rd | 12 ggiraph-0.8.11/ggiraph/man/geom_contour_interactive.Rd | 6 ggiraph-0.8.11/ggiraph/man/geom_count_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_crossbar_interactive.Rd | 6 ggiraph-0.8.11/ggiraph/man/geom_density_2d_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_density_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_dotplot_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_errorbarh_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_hex_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_histogram_interactive.Rd | 6 ggiraph-0.8.11/ggiraph/man/geom_jitter_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_map_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_path_interactive.Rd | 6 ggiraph-0.8.11/ggiraph/man/geom_point_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_polygon_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_quantile_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_raster_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_rect_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_ribbon_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_segment_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_sf_interactive.Rd | 7 ggiraph-0.8.11/ggiraph/man/geom_smooth_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_spoke_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_text_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/geom_text_repel_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/geom_violin_interactive.Rd | 4 ggiraph-0.8.11/ggiraph/man/ggiraph.Rd | 62 -- ggiraph-0.8.11/ggiraph/man/ggiraphOutput.Rd | 22 ggiraph-0.8.11/ggiraph/man/guide_bins_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/guide_colourbar_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/guide_coloursteps_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/guide_legend_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/interactive_parameters.Rd | 4 ggiraph-0.8.11/ggiraph/man/label_interactive.Rd | 2 ggiraph-0.8.11/ggiraph/man/labeller_interactive.Rd | 10 ggiraph-0.8.11/ggiraph/man/renderggiraph.Rd | 18 ggiraph-0.8.11/ggiraph/man/scale_alpha_interactive.Rd | 14 ggiraph-0.8.11/ggiraph/man/scale_colour_brewer_interactive.Rd | 12 ggiraph-0.8.11/ggiraph/man/scale_colour_interactive.Rd | 28 - ggiraph-0.8.11/ggiraph/man/scale_colour_steps_interactive.Rd | 12 ggiraph-0.8.11/ggiraph/man/scale_gradient_interactive.Rd | 12 ggiraph-0.8.11/ggiraph/man/scale_linetype_interactive.Rd | 8 ggiraph-0.8.11/ggiraph/man/scale_manual_interactive.Rd | 14 ggiraph-0.8.11/ggiraph/man/scale_shape_interactive.Rd | 10 ggiraph-0.8.11/ggiraph/man/scale_size_interactive.Rd | 20 ggiraph-0.8.11/ggiraph/man/scale_viridis_interactive.Rd | 16 ggiraph-0.8.11/ggiraph/src/tinyxml2.cpp | 8 112 files changed, 719 insertions(+), 601 deletions(-)
Title: Transform Files to 'microtable' Object with 'microeco' Package
Description: Transform output files of some tools to the 'microtable' object of 'microtable' class in 'microeco' package. The 'microtable' class is the basic class in 'microeco' package and is necessary for the downstream microbial community data analysis.
Author: Chi Liu [aut, cre]
Maintainer: Chi Liu <liuchi0426@126.com>
Diff between file2meco versions 0.9.0 dated 2024-10-31 and 0.9.1 dated 2024-11-19
DESCRIPTION | 6 +++--- MD5 | 4 ++-- R/qiime2meco.R | 15 ++++++++++----- 3 files changed, 15 insertions(+), 10 deletions(-)
Title: Transformation Models
Description: Formula-based user-interfaces to specific transformation models
implemented in package 'mlt' (<DOI:10.32614/CRAN.package.mlt>, <DOI:10.32614/CRAN.package.mlt.docreg>).
Available models include Cox models, some parametric
survival models (Weibull, etc.), models for ordered categorical variables,
normal and non-normal (Box-Cox type) linear models, and continuous outcome logistic regression
(Lohse et al., 2017, <DOI:10.12688/f1000research.12934.1>). The underlying theory
is described in Hothorn et al. (2018) <DOI:10.1111/sjos.12291>. An extension to
transformation models for clustered data is provided (Barbanti and Hothorn, 2022,
<DOI:10.1093/biostatistics/kxac048>). Multivariate conditional transformation models
(Klein et al, 2022, <DOI:10.1111/sjos.12501>) and shift-scale transformation models (Siegfried et al, 2023,
<DOI:10.1080/00031305.2023.2203177>) can be fitted as well.
Author: Torsten Hothorn [aut, cre] ,
Luisa Barbanti [aut] ,
Sandra Siegfried [aut] ,
Brian Ripley [ctb],
Bill Venables [ctb],
Douglas M. Bates [ctb],
Nadja Klein [ctb]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>
Diff between tram versions 1.1-2 dated 2024-10-04 and 1.2-0 dated 2024-11-19
tram-1.1-2/tram/src |only tram-1.1-2/tram/vignettes/mtram-rendered.pdf |only tram-1.2-0/tram/DESCRIPTION | 18 tram-1.2-0/tram/MD5 | 62 tram-1.2-0/tram/NAMESPACE | 2 tram-1.2-0/tram/R/mtram.R | 195 +- tram-1.2-0/tram/build/partial.rdb |binary tram-1.2-0/tram/build/vignette.rds |binary tram-1.2-0/tram/demo/00Index | 13 tram-1.2-0/tram/demo/hcc.R | 2 tram-1.2-0/tram/demo/mnc.R |only tram-1.2-0/tram/demo/mtram.R | 75 tram-1.2-0/tram/demo/npb.R |only tram-1.2-0/tram/demo/stram.R | 4 tram-1.2-0/tram/demo/survtram.R | 115 - tram-1.2-0/tram/demo/tram.R |only tram-1.2-0/tram/inst/NEWS.Rd | 11 tram-1.2-0/tram/inst/doc/mtram.R |only tram-1.2-0/tram/inst/doc/mtram.Rnw | 2001 ++++++++++++++++++++++- tram-1.2-0/tram/inst/doc/mtram.pdf |binary tram-1.2-0/tram/inst/doc/tram.R | 21 tram-1.2-0/tram/inst/doc/tram.Rnw | 7 tram-1.2-0/tram/inst/doc/tram.pdf |binary tram-1.2-0/tram/inst/simulations/mtram_sim.R | 10 tram-1.2-0/tram/inst/simulations/sim2d.R | 6 tram-1.2-0/tram/inst/simulations/sim2d.Rout.save |only tram-1.2-0/tram/inst/simulations/sim2d.pdf.save |only tram-1.2-0/tram/inst/simulations/sim5d.R | 19 tram-1.2-0/tram/inst/simulations/sim5d.Rout.save |only tram-1.2-0/tram/inst/simulations/sim5d.pdf.save |only tram-1.2-0/tram/man/Coxph.Rd | 8 tram-1.2-0/tram/man/mtram.Rd | 38 tram-1.2-0/tram/tests/bugfixes.R | 6 tram-1.2-0/tram/tests/mtram-Ex.R |only tram-1.2-0/tram/tests/mtram-Ex.Rout.save |only tram-1.2-0/tram/vignettes/mtram.Rnw | 2001 ++++++++++++++++++++++- tram-1.2-0/tram/vignettes/tram.Rnw | 7 37 files changed, 4357 insertions(+), 264 deletions(-)
Title: Tools for Analyzing Factorial Experiments
Description: Offers a helping hand to psychologists and other behavioral scientists who routinely deal with experimental data from factorial experiments. It includes several functions to format output from other R functions according to the style guidelines of the APA (American Psychological Association). This formatted output can be copied directly into manuscripts to facilitate data reporting. These features are backed up by a toolkit of several small helper functions, e.g., offering out-of-the-box outlier removal. The package lends its name to Georg "Schorsch" Schuessler, ingenious technician at the Department of Psychology III, University of Wuerzburg. For details on the implemented methods, see Roland Pfister and Markus Janczyk (2016) <doi: 10.20982/tqmp.12.2.p147>.
Author: Roland Pfister [aut, cre],
Markus Janczyk [aut]
Maintainer: Roland Pfister <mail@roland-pfister.net>
Diff between schoRsch versions 1.10 dated 2022-11-01 and 1.11 dated 2024-11-19
DESCRIPTION | 18 +++++++++++++----- MD5 | 14 ++++++++------ R/bimod_coef.R |only R/cor_out.R | 25 +++++++++++++++++++------ R/t_out.R | 1 + man/bimod_coef.Rd |only man/clear_all_but.Rd | 3 ++- man/cor_out.Rd | 3 ++- man/schoRsch.Rd | 12 ++++++++---- 9 files changed, 53 insertions(+), 23 deletions(-)
Title: Most Likely Transformations: Documentation and Regression Tests
Description: Additional documentation, a package vignette and
regression tests for package mlt.
Author: Torsten Hothorn [aut, cre]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>
Diff between mlt.docreg versions 1.1-9 dated 2024-09-20 and 1.1-10 dated 2024-11-19
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++------- build/vignette.rds |binary inst/NEWS.Rd | 7 +++++++ inst/doc/mlt.R | 2 +- inst/doc/mlt.Rnw | 2 +- inst/doc/mlt.pdf |binary vignettes/mlt.Rnw | 2 +- 8 files changed, 21 insertions(+), 14 deletions(-)
Title: Linear Networks Functionality of the 'spatstat' Family
Description: Defines types of spatial data on a linear network
and provides functionality for geometrical operations,
data analysis and modelling of data on a linear network,
in the 'spatstat' family of packages.
Contains definitions and support for linear networks, including creation of networks, geometrical measurements, topological connectivity, geometrical operations such as inserting and deleting vertices, intersecting a network with another object, and interactive editing of networks.
Data types defined on a network include point patterns, pixel images, functions, and tessellations.
Exploratory methods include kernel estimation of intensity on a network, K-functions and pair correlation functions on a network, simulation envelopes, nearest neighbour distance and empty space distance, relative risk estimation with cross-validated bandwidth selection. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Mont [...truncated...]
Author: Adrian Baddeley [aut, cre, cph]
,
Rolf Turner [aut, cph] ,
Ege Rubak [aut, cph] ,
Greg McSwiggan [aut, cph],
Tilman Davies [ctb, cph],
Mehdi Moradi [ctb, cph],
Suman Rakshit [ctb, cph],
Ottmar Cronie [ctb]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.linnet versions 3.2-2 dated 2024-09-20 and 3.2-3 dated 2024-11-19
DESCRIPTION | 16 ++++++++-------- MD5 | 13 +++++++------ NEWS | 13 +++++++++++++ R/shortestpath.R |only inst/doc/packagesizes.txt | 2 +- inst/info/packagesizes.txt | 2 +- man/pairdist.lpp.Rd | 1 + man/plot.linim.Rd | 3 ++- 8 files changed, 33 insertions(+), 17 deletions(-)
More information about spatstat.linnet at CRAN
Permanent link
Title: Create Maps of Air Pollution Data
Description: Combine the air quality data analysis methods of 'openair'
with the JavaScript 'Leaflet' (<https://leafletjs.com/>) library.
Functionality includes plotting site maps, "directional analysis"
figures such as polar plots, and air mass trajectories.
Author: Jack Davison [cre, aut] ,
David Carslaw [aut]
Maintainer: Jack Davison <jack.davison@ricardo.com>
Diff between openairmaps versions 0.9.0 dated 2024-05-19 and 0.9.1 dated 2024-11-19
DESCRIPTION | 20 +++--- MD5 | 54 ++++++++-------- NEWS.md | 24 +++++++ R/openairmaps-package.R | 96 ++++++++++++++--------------- R/polar_annulusMap.R | 6 + R/polar_diffMap.R | 18 +++-- R/polar_freqMap.R | 6 + R/polar_percentileMap.R | 6 + R/polar_polarMap.R | 56 ++++++++++++++--- R/polar_pollroseMap.R | 6 + R/polar_windroseMap.R | 6 + R/traj_trajMap.R | 107 ++++++++++++++++++++++++++------ R/utilities.R | 31 +++------ R/utils-map.R | 23 ++----- README.md | 111 ++++++++++++++++++++++------------ inst/examples-shiny/01_polarmap/app.R | 5 - inst/examples-shiny/02_trajmap/app.R | 12 +-- man/annulusMap.Rd | 15 +++- man/deprecated-static-polar-maps.Rd | 6 + man/diffMap.Rd | 17 ++++- man/freqMap.Rd | 15 +++- man/openairmaps-package.Rd | 4 - man/percentileMap.Rd | 15 +++- man/polarMap.Rd | 19 ++++- man/pollroseMap.Rd | 15 +++- man/trajMap.Rd | 25 +++++++ man/trajMapStatic.Rd | 96 ++++++++++------------------- man/windroseMap.Rd | 13 +++ 28 files changed, 535 insertions(+), 292 deletions(-)
Title: Enrichment Analysis Using Multiple Ontologies and False
Discovery Rate
Description: Background - Traditional gene set enrichment analyses are
typically limited to a few ontologies and do not account for the
interdependence of gene sets or terms, resulting in overcorrected p-values.
To address these challenges, we introduce mulea, an R package offering
comprehensive overrepresentation and functional enrichment analysis.
Results - mulea employs a progressive empirical false discovery rate
(eFDR) method, specifically designed for interconnected biological data,
to accurately identify significant terms within diverse ontologies. mulea
expands beyond traditional tools by incorporating a wide range of
ontologies, encompassing Gene Ontology, pathways, regulatory elements,
genomic locations, and protein domains. This flexibility enables
researchers to tailor enrichment analysis to their specific questions,
such as identifying enriched transcriptional regulators in gene expression
data or overrepresented protein domains in protein sets. To facilitate
seamless analysis, mulea p [...truncated...]
Author: Cezary Turek [aut] ,
Marton Olbei [aut] ,
Tamas Stirling [aut, cre] ,
Gergely Fekete [aut] ,
Ervin Tasnadi [aut] ,
Leila Gul [aut],
Balazs Bohar [aut] ,
Balazs Papp [aut] ,
Wiktor Jurkowski [aut] ,
Eszter Ari [aut, cph]
Maintainer: Tamas Stirling <stirling.tamas@gmail.com>
Diff between mulea versions 1.1.0 dated 2024-09-24 and 1.1.1 dated 2024-11-19
DESCRIPTION | 9 +- MD5 | 16 ++-- NEWS.md | 4 + build/vignette.rds |binary inst/CITATION | 19 +++-- inst/doc/mulea.R | 170 ++++++++++++++++++++++++++-------------------------- inst/doc/mulea.Rmd | 4 - inst/doc/mulea.html | 133 +++++++++++++++++++--------------------- vignettes/mulea.Rmd | 4 - 9 files changed, 182 insertions(+), 177 deletions(-)
Title: Fast and Easy Data Cleaning
Description: Data cleaning functions for classes logical,
factor, numeric, character, currency and Date to make
data cleaning fast and easy. Relying on very few dependencies, it
provides smart guessing, but with user options to override
anything if needed.
Author: Matthijs S. Berends [aut, cre]
Maintainer: Matthijs S. Berends <m.s.berends@umcg.nl>
Diff between cleaner versions 1.5.4 dated 2022-10-29 and 1.5.5 dated 2024-11-19
DESCRIPTION | 10 ++-- MD5 | 46 +++++++++---------- NEWS.md | 6 ++ R/clean.R | 90 ++++++++++++++++++++++----------------- R/currency.R | 2 R/data.R | 2 R/format_datetime.R | 2 R/format_names.R | 2 R/format_p_value.R | 2 R/freq.R | 2 R/helpers.R | 2 R/na_replace.R | 2 R/percentage.R | 2 R/rdate.R | 11 +++- R/regex_true_false.R | 2 R/zzz.R | 2 README.md | 6 +- man/clean.Rd | 79 ++++++++++++++++++---------------- tests/testthat.R | 2 tests/testthat/test-clean.R | 2 tests/testthat/test-currency.R | 2 tests/testthat/test-freq.R | 2 tests/testthat/test-percentage.R | 2 tests/testthat/test-rdate.R | 2 24 files changed, 156 insertions(+), 126 deletions(-)
Title: Parametric Statistical Modelling and Inference for the
'spatstat' Family
Description: Functionality for parametric statistical modelling and inference for spatial data,
mainly spatial point patterns, in the 'spatstat' family of packages.
(Excludes analysis of spatial data on a linear network,
which is covered by the separate package 'spatstat.linnet'.)
Supports parametric modelling, formal statistical inference, and model validation.
Parametric models include Poisson point processes, Cox point processes, Neyman-Scott cluster processes, Gibbs point processes and determinantal point processes. Models can be fitted to data using maximum likelihood, maximum pseudolikelihood, maximum composite likelihood and the method of minimum contrast. Fitted models can be simulated and predicted. Formal inference includes hypothesis tests (quadrat counting tests, Cressie-Read tests, Clark-Evans test, Berman test, Diggle-Cressie-Loosmore-Ford test, scan test, studentised permutation test, segregation test, ANOVA tests of fitted models, adjusted composite likelihood ratio test, envelope t [...truncated...]
Author: Adrian Baddeley [aut, cre, cph]
,
Rolf Turner [aut, cph] ,
Ege Rubak [aut, cph] ,
Kasper Klitgaard Berthelsen [ctb],
Achmad Choiruddin [ctb, cph],
Jean-Francois Coeurjolly [ctb],
Ottmar Cronie [ctb],
Tilman Davies [ctb],
Julian Gilbey [ctb],
Yongtao [...truncated...]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.model versions 3.3-2 dated 2024-09-19 and 3.3-3 dated 2024-11-19
DESCRIPTION | 16 ++++++++-------- MD5 | 18 +++++++++--------- NEWS | 23 +++++++++++++++++++++++ R/kppm.R | 39 +++++++++++++++++++++++++-------------- R/ppmclass.R | 15 +++++++++------ R/sysdata.rda |binary inst/doc/packagesizes.txt | 2 +- inst/info/packagesizes.txt | 2 +- man/spatstat.model-internal.Rd | 2 +- tests/testsNtoO.R | 19 ++++++++++++++----- 10 files changed, 91 insertions(+), 45 deletions(-)
More information about spatstat.model at CRAN
Permanent link
Title: Land Surface Temperature Retrieval for Landsat 8
Description: Calculates Land Surface Temperature from Landsat band 10 and 11.
Revision of the Single-Channel Algorithm for Land Surface Temperature Retrieval From Landsat Thermal-Infrared Data. Jimenez-Munoz JC, Cristobal J, Sobrino JA, et al (2009). <doi: 10.1109/TGRS.2008.2007125>.
Land surface temperature retrieval from LANDSAT TM 5. Sobrino JA, Jiménez-Muñoz JC, Paolini L (2004). <doi:10.1016/j.rse.2004.02.003>.
Surface temperature estimation in Singhbhum Shear Zone of India using Landsat-7 ETM+ thermal infrared data. Srivastava PK, Majumdar TJ, Bhattacharya AK (2009). <doi: 10.1016/j.asr.2009.01.023>.
Mapping land surface emissivity from NDVI: Application to European, African, and South American areas. Valor E (1996). <doi:10.1016/0034-4257(96)00039-9>.
On the relationship between thermal emissivity and the normalized difference vegetation index for natural surfaces. Van de Griend AA, Owe M (1993). <doi:10.1080/01431169308904400>.
Land Surface Temperature Retrieva [...truncated...]
Author: Bappa Das [aut, cre] ,
Debasish Roy [aut, ctb],
Debashis Chakraborty [aut, ctb],
Pooja Rathore [aut, ctb]
Maintainer: Bappa Das <bappa.iari.1989@gmail.com>
Diff between LST versions 1.1.0 dated 2021-05-17 and 2.0.0 dated 2024-11-19
LST-1.1.0/LST/R/LST.R |only LST-2.0.0/LST/DESCRIPTION | 12 +++++------- LST-2.0.0/LST/MD5 | 34 +++++++++++++++++----------------- LST-2.0.0/LST/NAMESPACE | 3 ++- LST-2.0.0/LST/R/LST_terra.R |only LST-2.0.0/LST/man/BT.Rd | 16 ++++++++-------- LST-2.0.0/LST/man/E_Skokovic.Rd | 19 +++++++++++-------- LST-2.0.0/LST/man/E_Sobrino.Rd | 19 +++++++++++-------- LST-2.0.0/LST/man/E_Valor.Rd | 13 ++++++++----- LST-2.0.0/LST/man/E_VandeGriend.Rd | 13 ++++++++----- LST-2.0.0/LST/man/E_Yu.Rd | 19 +++++++++++-------- LST-2.0.0/LST/man/MWA.Rd | 19 +++++++++++-------- LST-2.0.0/LST/man/NDVI.Rd | 16 ++++++++-------- LST-2.0.0/LST/man/Pv.Rd | 13 ++++++++----- LST-2.0.0/LST/man/RTE.Rd | 25 ++++++++++++++----------- LST-2.0.0/LST/man/SCA.Rd | 36 +++++++++++++----------------------- LST-2.0.0/LST/man/SWA.Rd | 33 ++++++++++++++++++--------------- LST-2.0.0/LST/man/Ta.Rd | 5 ++++- LST-2.0.0/LST/man/tau.Rd | 2 +- 19 files changed, 158 insertions(+), 139 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-03-28 1.0.2
2024-03-20 1.0.1
2024-03-18 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-10-11 2.0.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-08-25 1.5.5
2022-06-06 1.5.4
2021-09-21 1.5.2
2021-02-23 1.5.1
2021-01-08 1.5.0
2020-09-03 1.4.9
2020-07-26 1.4.8
2020-05-06 1.4.7
2020-04-05 1.4.6
2019-12-06 1.4.5
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-03-08 1.0.11
2024-01-25 1.0.10
2023-11-06 1.0.9
2023-09-14 1.0.8
2023-08-22 1.0.7
2023-07-01 1.0.6
2022-06-13 1.0.5
2022-06-09 1.0.4
2022-05-06 1.0.3
Title: Statically Determine Function Dependencies Between Packages
Description: Statically determine and visualize the function dependencies
within and across packages. This may be useful for managing function
dependencies across a code base of multiple R packages.
Author: Ed Peyton [aut, cre]
Maintainer: Ed Peyton <edppeyton@gmail.com>
Diff between pkgdepR versions 1.1.0 dated 2024-11-18 and 1.1.1 dated 2024-11-19
DESCRIPTION | 6 +++--- MD5 | 12 ++++++------ R/envir_deps.R | 6 +++--- R/helper_functions.R | 4 ++++ R/pkgdepR-package.R | 6 +++--- man/deps.Rd | 6 +++--- man/pkgdepR-package.Rd | 6 +++--- 7 files changed, 25 insertions(+), 21 deletions(-)
Title: Reading and Writing Open Data Format Files
Description: The Open Data Format (ODF) is a new, non-proprietary, multilingual, metadata enriched, and zip-compressed data format with metadata structured in the Data Documentation Initiative (DDI) Codebook standard. This package allows reading and writing of data files in the Open Data Format (ODF) in R, and displaying metadata in different languages. For further information on the Open Data Format, see <https://opendataformat.github.io/>.
Author: Tom Hartl [aut, cre] ,
Claudia Saalbach [ctb]
Maintainer: Tom Hartl <thartl@diw.de>
Diff between opendataformat versions 1.3.0 dated 2024-10-07 and 2.0.0 dated 2024-11-19
DESCRIPTION | 9 + MD5 | 27 ++--- NAMESPACE | 5 - R/docu_odf.R | 17 +++ R/getmetadata_odf.R | 4 R/read_odf.R | 114 ++++++++++++++--------- R/setlanguage_odf.R | 7 + R/write_odf.R | 102 +++++++++++++++----- inst/doc/opendataformat.Rmd | 6 - inst/doc/opendataformat.html | 161 ++++++++++++++++----------------- man/write_odf.Rd | 6 - tests/testthat/test-read_odf.R | 122 ++++++------------------- tests/testthat/test-write_odf.R | 4 vignettes/opendataformat-tom-D15S.html |only vignettes/opendataformat.Rmd | 6 - 15 files changed, 316 insertions(+), 274 deletions(-)
More information about opendataformat at CRAN
Permanent link
Title: Tools for the Analysis of Epidemiological Data
Description: Tools for the analysis of epidemiological and surveillance data. Contains functions for directly and indirectly adjusting measures of disease frequency, quantifying measures of association on the basis of single or multiple strata of count data presented in a contingency table, computation of confidence intervals around incidence risk and incidence rate estimates and sample size calculations for cross-sectional, case-control and cohort studies. Surveillance tools include functions to calculate an appropriate sample size for 1- and 2-stage representative freedom surveys, functions to estimate surveillance system sensitivity and functions to support scenario tree modelling analyses.
Author: Mark Stevenson [aut, cre] ,
Evan Sergeant [aut],
Cord Heuer [ctb],
Telmo Nunes [ctb],
Cord Heuer [ctb],
Jonathon Marshall [ctb],
Javier Sanchez [ctb],
Ron Thornton [ctb],
Jeno Reiczigel [ctb],
Jim Robison-Cox [ctb],
Paola Sebastiani [ctb],
Peter Soly [...truncated...]
Maintainer: Mark Stevenson <mark.stevenson1@unimelb.edu.au>
Diff between epiR versions 2.0.76 dated 2024-09-15 and 2.0.77 dated 2024-11-19
DESCRIPTION | 8 ++++---- MD5 | 18 +++++++++--------- NEWS | 7 +++++++ R/epi.2by2.R | 16 ++++++++-------- inst/doc/epiR_descriptive.html | 16 ++++++++-------- inst/doc/epiR_measures_of_association.Rmd | 4 +--- inst/doc/epiR_measures_of_association.html | 28 +++++++++++----------------- inst/doc/epiR_sample_size.html | 4 ++-- inst/doc/epiR_surveillance.html | 14 +++++++------- vignettes/epiR_measures_of_association.Rmd | 4 +--- 10 files changed, 58 insertions(+), 61 deletions(-)
Title: Determining the Number of Factors in Exploratory Factor Analysis
Description: Provides a collection of standard factor retention methods in Exploratory Factor Analysis (EFA), making it easier to determine the number of factors. Traditional methods such as the scree plot by Cattell (1966) <doi:10.1207/s15327906mbr0102_10>, Kaiser-Guttman Criterion (KGC) by Guttman (1954) <doi:10.1007/BF02289162> and Kaiser (1960) <doi:10.1177/001316446002000116>, and flexible Parallel Analysis (PA) by Horn (1965) <doi:10.1007/BF02289447> based on eigenvalues form PCA or EFA are readily available. This package also implements several newer methods, such as the Empirical Kaiser Criterion (EKC) by Braeken and van Assen (2017) <doi:10.1037/met0000074>, Comparison Data (CD) by Ruscio and Roche (2012) <doi:10.1037/a0025697>, and Hull method by Lorenzo-Seva et al. (2011) <doi:10.1080/00273171.2011.564527>, as well as some AI-based methods like Comparison Data Forest (CDF) by Goretzko and Ruscio (2024) <doi:10.3758/s13428-023-02122-4> and F [...truncated...]
Author: Haijiang Qin [aut, cre, cph],
Lei Guo [aut, cph]
Maintainer: Haijiang Qin <haijiang133@outlook.com>
Diff between EFAfactors versions 1.1.0 dated 2024-09-29 and 1.1.1 dated 2024-11-19
DESCRIPTION | 9 +++--- MD5 | 22 ++++++++-------- NEWS.md | 11 +++++--- R/DNN_predictor.R | 14 +++++----- R/FF.R | 12 ++++---- R/Hull.R | 36 +++++++++++++------------- man/DNN_predictor.Rd | 14 +++++----- man/FF.Rd | 12 ++++---- man/Hull.Rd | 16 +++++++++++ tests/building.R | 4 +- tests/testthat/demo_realdata.R | 16 +++++------ tests/testthat/demo_simulate.R | 56 ++++++++++++++++++++--------------------- 12 files changed, 123 insertions(+), 99 deletions(-)
Title: Statistical Methods for Composite Material Data
Description: An implementation of the statistical methods commonly
used for advanced composite materials in aerospace applications.
This package focuses on calculating basis values (lower tolerance
bounds) for material strength properties, as well as performing the
associated diagnostic tests. This package provides functions for
calculating basis values assuming several different distributions,
as well as providing functions for non-parametric methods of computing
basis values. Functions are also provided for testing the hypothesis
that there is no difference between strength and modulus data from an
alternate sample and that from a "qualification" or "baseline" sample.
For a discussion of these statistical methods and their use, see the
Composite Materials Handbook, Volume 1 (2012, ISBN: 978-0-7680-7811-4).
Additional details about this package are available in the paper by
Kloppenborg (2020, <doi:10.21105/joss.02265>).
Author: Stefan Kloppenborg [aut, cre] ,
Billy Cheng [ctb],
Ally Fraser [ctb],
Jeffrey Borlik [ctb],
Brice Langston [ctb],
Comtek Advanced Structures, Ltd. [fnd]
Maintainer: Stefan Kloppenborg <stefan@kloppenborg.ca>
Diff between cmstatr versions 0.9.3 dated 2024-03-14 and 0.10.0 dated 2024-11-19
DESCRIPTION | 17 MD5 | 77 + NAMESPACE | 8 NEWS.md | 16 R/basis.R | 357 +++++--- R/checks.R | 107 +- R/levene.R | 16 R/mnr.R | 7 R/norm.R | 20 R/plot-failure-modes.R |only R/plot-nested.R | 2 R/summary.R |only build/vignette.rds |binary inst/WORDLIST | 3 inst/doc/adktest.html | 3 inst/doc/cmstatr_Graphing.R | 12 inst/doc/cmstatr_Graphing.Rmd | 20 inst/doc/cmstatr_Graphing.html | 388 ++++----- inst/doc/cmstatr_Tutorial.R | 17 inst/doc/cmstatr_Tutorial.Rmd | 48 - inst/doc/cmstatr_Tutorial.html | 395 +++++---- inst/doc/cmstatr_Validation.html | 60 - inst/doc/hk_ext.html | 11 man/basis.Rd | 19 man/cmstatr-package.Rd | 1 man/condition_summary.Rd |only man/geom_jitter_failure_mode.Rd |only man/levene_test.Rd | 16 man/maximum_normed_residual.Rd | 3 man/nested_data_plot.Rd | 2 man/separate_failure_modes.Rd |only tests/testthat/Rplots.pdf |only tests/testthat/_snaps/plot-failure-modes |only tests/testthat/test-basis-factor-hk.R |only tests/testthat/test-basis-factors-nonpara1.R |only tests/testthat/test-basis-factors-nonpara2.R |only tests/testthat/test-basis-factors.R |only tests/testthat/test-basis-pooled.R |only tests/testthat/test-basis.R | 1150 +-------------------------- tests/testthat/test-checks.R | 58 + tests/testthat/test-cv.R | 5 tests/testthat/test-mnr.R | 16 tests/testthat/test-plot-failure-modes.R |only vignettes/cmstatr_Graphing.Rmd | 20 vignettes/cmstatr_Tutorial.Rmd | 48 - 45 files changed, 1196 insertions(+), 1726 deletions(-)
Title: Simple Assertions for Beautiful and Customisable Error Messages
Description: Provides simple assertions with sensible defaults and customisable error messages.
It offers convenient assertion call wrappers and a general assert function that can handle any condition.
Default error messages are user friendly and easily customized with inline code evaluation and styling powered by the 'cli' package.
Author: Sam El-Kamand [aut, cre, cph]
Maintainer: Sam El-Kamand <sam.elkamand@gmail.com>
Diff between assertions versions 0.1.0 dated 2023-06-02 and 0.2.0 dated 2024-11-19
DESCRIPTION | 19 +- MD5 | 108 +++++++----- NAMESPACE | 16 + NEWS.md |only R/assert.R | 3 R/assert_compare.R | 115 +++++++++++++ R/assert_create.R | 10 - R/assert_files.R | 16 + R/assert_length.R |only R/assert_null.R |only R/assert_set.R | 59 ++++++ R/assert_type.R | 94 ++++++++++ R/is_comparisons.R | 34 +++ R/is_functions.R | 18 +- R/set_operations.R | 47 +++++ R/utils.R | 11 + README.md | 3 build/vignette.rds |binary inst/doc/create_custom_assertions.R | 10 - inst/doc/create_custom_assertions.Rmd | 2 inst/doc/create_custom_assertions.html | 100 +++++------ man/assert.Rd | 3 man/assert_all_less_than.Rd |only man/assert_all_less_than_or_equal_to.Rd |only man/assert_character_vector.Rd | 1 man/assert_character_vector_or_glue.Rd |only man/assert_connection.Rd |only man/assert_length.Rd |only man/assert_length_greater_than.Rd |only man/assert_length_greater_than_or_equal_to.Rd |only man/assert_length_less_than.Rd |only man/assert_length_less_than_or_equal_to.Rd |only man/assert_less_than.Rd |only man/assert_less_than_or_equal_to.Rd |only man/assert_non_null.Rd |only man/assert_null.Rd |only man/assert_one_of.Rd |only man/assert_scalar.Rd |only man/assert_set_equal.Rd |only man/assert_subset.Rd | 2 man/excludes_advanced.Rd | 1 man/has_extension.Rd | 4 man/includes_advanced.Rd | 1 man/is_character_vector_or_glue.Rd |only man/is_less_than.Rd |only man/is_less_than_or_equal_to.Rd |only tests/testthat/_snaps/assert_compare.md | 230 +++++++++++++++----------- tests/testthat/_snaps/assert_create.md | 45 +++-- tests/testthat/_snaps/assert_files.md | 135 +++++++++------ tests/testthat/_snaps/assert_functions.md | 20 +- tests/testthat/_snaps/assert_includes.md | 77 ++++++-- tests/testthat/_snaps/assert_less_than.md |only tests/testthat/_snaps/assert_null.md |only tests/testthat/_snaps/assert_numerical.md | 25 +- tests/testthat/_snaps/assert_set.md | 87 +++++++++ tests/testthat/_snaps/assert_type.md | 90 ++++++---- tests/testthat/_snaps/has.md | 25 +- tests/testthat/test-assert_create.R | 53 +++++ tests/testthat/test-assert_files.R | 151 ++++++++++++++++- tests/testthat/test-assert_functions.R | 76 ++++++++ tests/testthat/test-assert_includes.R | 8 tests/testthat/test-assert_length.R |only tests/testthat/test-assert_less_than.R |only tests/testthat/test-assert_null.R |only tests/testthat/test-assert_set.R | 50 +++++ tests/testthat/test-assert_type.R | 84 +++++++++ tests/testthat/test-is_comparisons.R |only tests/testthat/test-is_functions.R |only tests/testthat/test-set_operations.R |only vignettes/create_custom_assertions.Rmd | 2 70 files changed, 1460 insertions(+), 375 deletions(-)
Title: Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io',
and 'RPubs'
Description: Programmatic deployment interface for 'RPubs',
'shinyapps.io', and 'Posit Connect'. Supported content types include R
Markdown documents, Shiny applications, Plumber APIs, plots, and
static web content.
Author: Aron Atkins [aut, cre],
Toph Allen [aut],
Hadley Wickham [aut],
Jonathan McPherson [aut],
JJ Allaire [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Aron Atkins <aron@posit.co>
Diff between rsconnect versions 1.3.2 dated 2024-10-28 and 1.3.3 dated 2024-11-19
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS.md | 5 +++++ tests/testthat/test-http.R | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-)
Title: Advanced Forest Plot Using 'grid' Graphics
Description: Allows the creation of forest plots with advanced features, such as
multiple confidence intervals per row, customizable fonts for individual text
elements, and flexible confidence interval drawing. It also supports mixing
text with mathematical expressions. The package extends the application of
forest plots beyond traditional meta-analyses, offering a more general version
of the original 'rmeta' package’s forestplot() function. It relies heavily on
the 'grid' package for rendering the plots.
Author: Max Gordon [aut, cre],
Thomas Lumley [aut, ctb]
Maintainer: Max Gordon <max@gforge.se>
Diff between forestplot versions 3.1.5 dated 2024-10-11 and 3.1.6 dated 2024-11-19
DESCRIPTION | 6 +- MD5 | 11 ++-- NEWS.md | 4 + R/forestplot.grouped_df.R | 118 +++++++++++++++++++++++++--------------------- build/vignette.rds |binary inst/doc/forestplot.html | 4 - tests/testthat/Rplots.pdf |only 7 files changed, 80 insertions(+), 63 deletions(-)
Title: Functions to Find an Acceptable Python Binary
Description: Package designed to find an acceptable python binary.
Author: Trevor L. Davis [aut, cre] ,
Paul Gilbert [aut]
Maintainer: Trevor L. Davis <trevor.l.davis@gmail.com>
Diff between findpython versions 1.0.8 dated 2023-03-14 and 1.0.9 dated 2024-11-19
DESCRIPTION | 17 ++--- LICENSE | 2 MD5 | 18 ++--- NEWS.md | 8 ++ R/find_python_cmd.r | 59 +++++++++--------- README.md | 127 +++++++++++++++++++++++++-------------- man/can_find_python_cmd.Rd | 24 +++---- man/find_python_cmd.Rd | 20 ++---- man/is_python_sufficient.Rd | 16 +++- tests/testthat/test-findpython.r | 45 +++---------- 10 files changed, 185 insertions(+), 151 deletions(-)