Mon, 21 Oct 2024

Package protti updated to version 0.9.1 with previous version 0.9.0 dated 2024-07-15

Title: Bottom-Up Proteomics and LiP-MS Quality Control and Data Analysis Tools
Description: Useful functions and workflows for proteomics quality control and data analysis of both limited proteolysis-coupled mass spectrometry (LiP-MS) (Feng et. al. (2014) <doi:10.1038/nbt.2999>) and regular bottom-up proteomics experiments. Data generated with search tools such as 'Spectronaut', 'MaxQuant' and 'Proteome Discover' can be easily used due to flexibility of functions.
Author: Jan-Philipp Quast [aut, cre] , Dina Schuster [aut] , ETH Zurich [cph, fnd]
Maintainer: Jan-Philipp Quast <quast@imsb.biol.ethz.ch>

Diff between protti versions 0.9.0 dated 2024-07-15 and 0.9.1 dated 2024-10-21

 DESCRIPTION                                                  |   10 -
 MD5                                                          |   61 +++---
 NAMESPACE                                                    |    1 
 NEWS.md                                                      |    5 
 R/calculate_protein_abundance.R                              |    7 
 R/data.R                                                     |    8 
 R/fetch_eco.R                                                |    3 
 R/fetch_mobidb.R                                             |    2 
 R/try_query.R                                                |   44 ++++
 README.md                                                    |  106 +++++------
 build/partial.rdb                                            |only
 build/vignette.rds                                           |binary
 inst/doc/data_analysis_dose_response_workflow.Rmd            |    8 
 inst/doc/data_analysis_dose_response_workflow.html           |   38 +--
 inst/doc/data_analysis_single_dose_treatment_workflow.Rmd    |    2 
 inst/doc/data_analysis_single_dose_treatment_workflow.html   |   12 -
 inst/doc/input_preparation_workflow.Rmd                      |    2 
 inst/doc/input_preparation_workflow.html                     |   13 -
 inst/doc/protein_structure_workflow.html                     |    8 
 inst/doc/quality_control_workflow.html                       |    8 
 man/calculate_protein_abundance.Rd                           |    3 
 man/fetch_eco.Rd                                             |    3 
 man/fetch_mobidb.Rd                                          |    2 
 man/figures/README-volcano-1.png                             |binary
 man/ptsi_pgk.Rd                                              |    4 
 man/rapamycin_10uM.Rd                                        |    2 
 man/rapamycin_dose_response.Rd                               |    2 
 man/try_query.Rd                                             |    3 
 tests/testthat/test-fetch_extract_and_enrichment_functions.R |    2 
 vignettes/data_analysis_dose_response_workflow.Rmd           |    8 
 vignettes/data_analysis_single_dose_treatment_workflow.Rmd   |    2 
 vignettes/input_preparation_workflow.Rmd                     |    2 
 32 files changed, 208 insertions(+), 163 deletions(-)

More information about protti at CRAN
Permanent link

Package jagshelper updated to version 0.4.0 with previous version 0.3.2 dated 2024-08-19

Title: Extracting and Visualizing Output from 'jagsUI'
Description: Tools are provided to streamline Bayesian analyses in 'JAGS' using the 'jagsUI' package. Included are functions for extracting output in simpler format, functions for streamlining assessment of convergence, and functions for producing summary plots of output. Also included is a function that provides a simple template for running 'JAGS' from 'R'. Referenced materials can be found at <DOI:10.1214/ss/1177011136>.
Author: Matt Tyers [aut, cre]
Maintainer: Matt Tyers <matttyersstat@gmail.com>

Diff between jagshelper versions 0.3.2 dated 2024-08-19 and 0.4.0 dated 2024-10-21

 DESCRIPTION                       |    8 -
 MD5                               |   32 ++---
 NAMESPACE                         |    3 
 NEWS.md                           |    4 
 R/caterpillar.R                   |    4 
 R/kfold.R                         |only
 README.md                         |    5 
 build/vignette.rds                |binary
 inst/doc/jagshelper-vignette.Rmd  |    6 
 inst/doc/jagshelper-vignette.html |   46 ++++---
 man/asdf_prior_jags_out.Rd        |   34 ++---
 man/comparepriors.Rd              |   84 ++++++-------
 man/jagshelper-package.Rd         |    6 
 man/kfold.Rd                      |only
 man/plot_postpred.Rd              |  240 +++++++++++++++++++-------------------
 man/ts_postpred.Rd                |  196 +++++++++++++++----------------
 tests/testthat/test_jagshelper.R  |   91 ++++++++++++++
 vignettes/jagshelper-vignette.Rmd |    6 
 18 files changed, 449 insertions(+), 316 deletions(-)

More information about jagshelper at CRAN
Permanent link

Package drat updated to version 0.2.5 with previous version 0.2.4 dated 2023-10-09

Title: 'Drat' R Archive Template
Description: Creation and use of R Repositories via helper functions to insert packages into a repository, and to add repository information to the current R session. Two primary types of repositories are support: gh-pages at GitHub, as well as local repositories on either the same machine or a local network. Drat is a recursive acronym: Drat R Archive Template.
Author: Dirk Eddelbuettel [aut, cre] , Felix Ernst [ctb] , Neal Fultz [ctb], Colin Gillespie [ctb] , Christoph Stepper [ctb], Thomas Leeper [ctb] , Mark van der Loo [ctb] , Jan Gorecki [ctb], Joey Reid [ctb], Arne Johannes Holmin [ctb]
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between drat versions 0.2.4 dated 2023-10-09 and 0.2.5 dated 2024-10-21

 ChangeLog                            |   31 +++++++
 DESCRIPTION                          |   36 ++++++--
 MD5                                  |   38 ++++----
 R/insertPackage.R                    |   22 ++++-
 README.md                            |    4 
 build/vignette.rds                   |binary
 inst/NEWS.Rd                         |    9 ++
 inst/doc/CombiningDratAndTravis.html |  150 ++++++++++++++++++-----------------
 inst/doc/DratFAQ.html                |  150 ++++++++++++++++++-----------------
 inst/doc/DratForPackageAuthors.html  |  150 ++++++++++++++++++-----------------
 inst/doc/DratForPackageUsers.html    |  150 ++++++++++++++++++-----------------
 inst/doc/DratStepByStep.html         |  150 ++++++++++++++++++-----------------
 inst/doc/WhyDrat.html                |  150 ++++++++++++++++++-----------------
 man/addRepo.Rd                       |    1 
 man/archivePackages.Rd               |   20 +---
 man/getPackageInfo.Rd                |    9 +-
 man/initRepo.Rd                      |    7 -
 man/insertPackage.Rd                 |   20 ++--
 man/pruneRepo.Rd                     |   48 +++--------
 tests/skeleton_git2r.R               |    2 
 20 files changed, 627 insertions(+), 520 deletions(-)

More information about drat at CRAN
Permanent link

Package rice updated to version 0.3.0 with previous version 0.2.0 dated 2024-09-24

Title: Radiocarbon Equations
Description: Provides functions for the calibration of radiocarbon dates, as well as options to calculate different radiocarbon realms (C14 age, F14C, pMC, D14C) and estimating the effects of contamination or local reservoir offsets (Reimer and Reimer 2001 <doi:10.1017/S0033822200038339>). The methods follow long-established recommendations such as Stuiver and Polach (1977) <doi:10.1017/S0033822200003672> and Reimer et al. (2004) <doi:10.1017/S0033822200033154>. This package accompanies the data package 'rintcal'.
Author: Maarten Blaauw [aut, cre]
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>

Diff between rice versions 0.2.0 dated 2024-09-24 and 0.3.0 dated 2024-10-21

 rice-0.2.0/rice/man/D14C.F14C.Rd       |only
 rice-0.2.0/rice/man/F14C.D14C.Rd       |only
 rice-0.2.0/rice/man/calBP.14C.Rd       |only
 rice-0.3.0/rice/DESCRIPTION            |    9 
 rice-0.3.0/rice/MD5                    |   88 +++--
 rice-0.3.0/rice/NAMESPACE              |   31 +-
 rice-0.3.0/rice/NEWS.md                |   26 +
 rice-0.3.0/rice/R/calc.R               |  273 ++++++++----------
 rice-0.3.0/rice/R/calibrate.R          |  172 ++++++++---
 rice-0.3.0/rice/R/plots.R              |  398 +++++++++++++++-----------
 rice-0.3.0/rice/R/realms.R             |only
 rice-0.3.0/rice/R/rice-package.R       |    2 
 rice-0.3.0/rice/R/rice.R               |   12 
 rice-0.3.0/rice/R/shroud.R             |only
 rice-0.3.0/rice/build/partial.rdb      |binary
 rice-0.3.0/rice/build/vignette.rds     |binary
 rice-0.3.0/rice/data/shroud.rda        |only
 rice-0.3.0/rice/inst/doc/rice.R        |   70 +++-
 rice-0.3.0/rice/inst/doc/rice.Rmd      |  151 +++++++---
 rice-0.3.0/rice/inst/doc/rice.html     |  487 ++++++++++++++++++++++-----------
 rice-0.3.0/rice/man/BCADtoC14.Rd       |only
 rice-0.3.0/rice/man/BCADtoD14C.Rd      |only
 rice-0.3.0/rice/man/BCADtoF14C.Rd      |only
 rice-0.3.0/rice/man/BCADtocalBP.Rd     |only
 rice-0.3.0/rice/man/BCADtopMC.Rd       |only
 rice-0.3.0/rice/man/C14toD14C.Rd       |only
 rice-0.3.0/rice/man/C14toF14C.Rd       |only
 rice-0.3.0/rice/man/C14topMC.Rd        |only
 rice-0.3.0/rice/man/D14CtoC14.Rd       |only
 rice-0.3.0/rice/man/D14CtoF14C.Rd      |only
 rice-0.3.0/rice/man/D14CtopMC.Rd       |only
 rice-0.3.0/rice/man/F14C.age.Rd        |    8 
 rice-0.3.0/rice/man/F14CtoC14.Rd       |only
 rice-0.3.0/rice/man/F14CtoD14C.Rd      |only
 rice-0.3.0/rice/man/F14CtopMC.Rd       |only
 rice-0.3.0/rice/man/age.F14C.Rd        |    9 
 rice-0.3.0/rice/man/age.pMC.Rd         |   10 
 rice-0.3.0/rice/man/calBPtoBCAD.Rd     |only
 rice-0.3.0/rice/man/calBPtoC14.Rd      |only
 rice-0.3.0/rice/man/calBPtoD14C.Rd     |only
 rice-0.3.0/rice/man/calBPtoF14C.Rd     |only
 rice-0.3.0/rice/man/calBPtopMC.Rd      |only
 rice-0.3.0/rice/man/caldist.Rd         |   12 
 rice-0.3.0/rice/man/calib.t.Rd         |only
 rice-0.3.0/rice/man/calibrate.Rd       |   23 +
 rice-0.3.0/rice/man/contaminate.Rd     |    2 
 rice-0.3.0/rice/man/decontaminate.Rd   |only
 rice-0.3.0/rice/man/draw.dates.Rd      |   14 
 rice-0.3.0/rice/man/fractions.Rd       |only
 rice-0.3.0/rice/man/hpd.Rd             |    4 
 rice-0.3.0/rice/man/l.calib.Rd         |    9 
 rice-0.3.0/rice/man/older.Rd           |    3 
 rice-0.3.0/rice/man/pMC.age.Rd         |   13 
 rice-0.3.0/rice/man/pMCtoC14.Rd        |only
 rice-0.3.0/rice/man/pMCtoD14C.Rd       |only
 rice-0.3.0/rice/man/pMCtoF14C.Rd       |only
 rice-0.3.0/rice/man/point.estimates.Rd |    5 
 rice-0.3.0/rice/man/pool.Rd            |only
 rice-0.3.0/rice/man/shroud.Rd          |only
 rice-0.3.0/rice/man/smooth.curve.Rd    |only
 rice-0.3.0/rice/man/younger.Rd         |    3 
 rice-0.3.0/rice/vignettes/rice.Rmd     |  151 +++++++---
 62 files changed, 1274 insertions(+), 711 deletions(-)

More information about rice at CRAN
Permanent link

Package R2sample updated to version 2.2.0 with previous version 1.1.0 dated 2023-01-23

Title: Various Methods for the Two Sample Problem
Description: The routine twosample_test() in this package runs the two sample test using various test statistic. The p values are found via permutation or large sample theory. The routine twosample_power() allows the calculation of the power in various cases, and plot_power() draws the corresponding power graphs.
Author: Wolfgang Rolke [aut, cre]
Maintainer: Wolfgang Rolke <wolfgang.rolke@upr.edu>

Diff between R2sample versions 1.1.0 dated 2023-01-23 and 2.2.0 dated 2024-10-21

 R2sample-1.1.0/R2sample/R/R2sample-package.R                       |only
 R2sample-1.1.0/R2sample/man/TS_cont_cpp.Rd                         |only
 R2sample-1.1.0/R2sample/man/TS_disc_cpp.Rd                         |only
 R2sample-1.1.0/R2sample/man/bincounter_cpp.Rd                      |only
 R2sample-1.1.0/R2sample/man/chi_test_cont_cpp.Rd                   |only
 R2sample-1.1.0/R2sample/man/chi_test_disc_cpp.Rd                   |only
 R2sample-1.1.0/R2sample/man/perm_test_cpp.Rd                       |only
 R2sample-1.1.0/R2sample/man/permute_cont_cpp.Rd                    |only
 R2sample-1.1.0/R2sample/man/permute_disc_cpp.Rd                    |only
 R2sample-1.1.0/R2sample/man/power_cpp.Rd                           |only
 R2sample-1.1.0/R2sample/man/rep_cpp.Rd                             |only
 R2sample-1.1.0/R2sample/man/weights_cpp.Rd                         |only
 R2sample-1.1.0/R2sample/src/TS_cont_cpp.cpp                        |only
 R2sample-1.1.0/R2sample/src/TS_cont_cpp.h                          |only
 R2sample-1.1.0/R2sample/src/TS_disc_cpp.cpp                        |only
 R2sample-1.1.0/R2sample/src/TS_disc_cpp.h                          |only
 R2sample-1.1.0/R2sample/src/bincounter_cpp.cpp                     |only
 R2sample-1.1.0/R2sample/src/bincounter_cpp.h                       |only
 R2sample-1.1.0/R2sample/src/chi_test_cont_cpp.cpp                  |only
 R2sample-1.1.0/R2sample/src/chi_test_cont_cpp.h                    |only
 R2sample-1.1.0/R2sample/src/chi_test_disc_cpp.cpp                  |only
 R2sample-1.1.0/R2sample/src/chi_test_disc_cpp.h                    |only
 R2sample-1.1.0/R2sample/src/perm_test_cpp.cpp                      |only
 R2sample-1.1.0/R2sample/src/permute_cont_cpp.cpp                   |only
 R2sample-1.1.0/R2sample/src/permute_cont_cpp.h                     |only
 R2sample-1.1.0/R2sample/src/permute_disc_cpp.cpp                   |only
 R2sample-1.1.0/R2sample/src/permute_disc_cpp.h                     |only
 R2sample-1.1.0/R2sample/src/power_cpp.cpp                          |only
 R2sample-1.1.0/R2sample/src/rep_cpp.cpp                            |only
 R2sample-1.1.0/R2sample/src/rep_cpp.h                              |only
 R2sample-1.1.0/R2sample/src/weights_cpp.cpp                        |only
 R2sample-1.1.0/R2sample/src/weights_cpp.h                          |only
 R2sample-2.2.0/R2sample/DESCRIPTION                                |   13 
 R2sample-2.2.0/R2sample/MD5                                        |  121 +--
 R2sample-2.2.0/R2sample/NAMESPACE                                  |    4 
 R2sample-2.2.0/R2sample/NEWS.md                                    |    6 
 R2sample-2.2.0/R2sample/R/RcppExports.R                            |  150 ++-
 R2sample-2.2.0/R2sample/R/asymptotic_pvalues.R                     |only
 R2sample-2.2.0/R2sample/R/chi_power.R                              |only
 R2sample-2.2.0/R2sample/R/chi_test.R                               |only
 R2sample-2.2.0/R2sample/R/extra.R                                  |only
 R2sample-2.2.0/R2sample/R/plot_power.R                             |   26 
 R2sample-2.2.0/R2sample/R/power_cont_LS.R                          |only
 R2sample-2.2.0/R2sample/R/signif.digits.R                          |only
 R2sample-2.2.0/R2sample/R/twosample_power.R                        |  234 ++++-
 R2sample-2.2.0/R2sample/R/twosample_test.R                         |  232 +++--
 R2sample-2.2.0/R2sample/R/twosample_test_adjusted_pvalue.R         |only
 R2sample-2.2.0/R2sample/build/vignette.rds                         |binary
 R2sample-2.2.0/R2sample/inst/doc/R2sample.R                        |   70 +
 R2sample-2.2.0/R2sample/inst/doc/R2sample.Rmd                      |  242 ++++--
 R2sample-2.2.0/R2sample/inst/doc/R2sample.html                     |  400 ++++++----
 R2sample-2.2.0/R2sample/inst/examples                              |only
 R2sample-2.2.0/R2sample/inst/extdata                               |only
 R2sample-2.2.0/R2sample/inst/shiny-example/r2sample_shiny/server.R |   14 
 R2sample-2.2.0/R2sample/inst/shiny-example/r2sample_shiny/ui.R     |   13 
 R2sample-2.2.0/R2sample/man/Cpporder.Rd                            |only
 R2sample-2.2.0/R2sample/man/TS_cont.Rd                             |only
 R2sample-2.2.0/R2sample/man/TS_disc.Rd                             |only
 R2sample-2.2.0/R2sample/man/TSw_cont.Rd                            |only
 R2sample-2.2.0/R2sample/man/TSw_disc.Rd                            |only
 R2sample-2.2.0/R2sample/man/asymptotic_pvalues.Rd                  |only
 R2sample-2.2.0/R2sample/man/bincounter.Rd                          |only
 R2sample-2.2.0/R2sample/man/chi_power.Rd                           |only
 R2sample-2.2.0/R2sample/man/chi_test.Rd                            |only
 R2sample-2.2.0/R2sample/man/perm_test_cont.Rd                      |only
 R2sample-2.2.0/R2sample/man/perm_test_disc.Rd                      |only
 R2sample-2.2.0/R2sample/man/permute_disc.Rd                        |only
 R2sample-2.2.0/R2sample/man/plot_power.Rd                          |    6 
 R2sample-2.2.0/R2sample/man/power_cont.Rd                          |only
 R2sample-2.2.0/R2sample/man/power_cont_LS.Rd                       |only
 R2sample-2.2.0/R2sample/man/power_disc.Rd                          |only
 R2sample-2.2.0/R2sample/man/repC.Rd                                |only
 R2sample-2.2.0/R2sample/man/signif.digits.Rd                       |only
 R2sample-2.2.0/R2sample/man/twosample_power.Rd                     |   41 -
 R2sample-2.2.0/R2sample/man/twosample_test.Rd                      |   47 -
 R2sample-2.2.0/R2sample/man/twosample_test_adjusted_pvalue.Rd      |only
 R2sample-2.2.0/R2sample/man/wbincounter.Rd                         |only
 R2sample-2.2.0/R2sample/man/weights.Rd                             |only
 R2sample-2.2.0/R2sample/src/Cpporder.cpp                           |only
 R2sample-2.2.0/R2sample/src/Cpporder.h                             |only
 R2sample-2.2.0/R2sample/src/RcppExports.cpp                        |  205 +++--
 R2sample-2.2.0/R2sample/src/TS_cont.cpp                            |only
 R2sample-2.2.0/R2sample/src/TS_cont.h                              |only
 R2sample-2.2.0/R2sample/src/TS_disc.cpp                            |only
 R2sample-2.2.0/R2sample/src/TS_disc.h                              |only
 R2sample-2.2.0/R2sample/src/TSw_cont.cpp                           |only
 R2sample-2.2.0/R2sample/src/TSw_cont.h                             |only
 R2sample-2.2.0/R2sample/src/TSw_disc.cpp                           |only
 R2sample-2.2.0/R2sample/src/bincounter.cpp                         |only
 R2sample-2.2.0/R2sample/src/bincounter.h                           |only
 R2sample-2.2.0/R2sample/src/perm_test_cont.cpp                     |only
 R2sample-2.2.0/R2sample/src/perm_test_disc.cpp                     |only
 R2sample-2.2.0/R2sample/src/permute_disc.cpp                       |only
 R2sample-2.2.0/R2sample/src/permute_disc.h                         |only
 R2sample-2.2.0/R2sample/src/power_cont.cpp                         |only
 R2sample-2.2.0/R2sample/src/power_disc.cpp                         |only
 R2sample-2.2.0/R2sample/src/repC.cpp                               |only
 R2sample-2.2.0/R2sample/src/repC.h                                 |only
 R2sample-2.2.0/R2sample/src/wbincounter.cpp                        |only
 R2sample-2.2.0/R2sample/src/wbincounter.h                          |only
 R2sample-2.2.0/R2sample/src/weights.cpp                            |only
 R2sample-2.2.0/R2sample/src/weights.h                              |only
 R2sample-2.2.0/R2sample/vignettes/R2sample.Rmd                     |  242 ++++--
 103 files changed, 1411 insertions(+), 655 deletions(-)

More information about R2sample at CRAN
Permanent link

Package oglcnac (with last version 0.1.2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2024-10-07 0.1.2

Permanent link
Package ProAE updated to version 1.0.3 with previous version 1.0.1 dated 2024-06-17

Title: PRO-CTCAE Scoring, Analysis, and Graphical Tools
Description: A collection of tools to facilitate standardized analysis and graphical procedures when using the National Cancer Institute’s Patient-Reported Outcomes version of the Common Terminology Criteria for Adverse Events (PRO-CTCAE) and other PRO measurements.
Author: Blake Langlais [aut, cre], Brie Noble [ctb], Mia Truman [ctb], Molly Voss [ctb], Amylou Dueck [aut]
Maintainer: Blake Langlais <langlais.blake@mayo.edu>

Diff between ProAE versions 1.0.1 dated 2024-06-17 and 1.0.3 dated 2024-10-21

 DESCRIPTION             |   34 +++++++++----
 MD5                     |    8 +--
 R/toxFigures.R          |    7 ++
 inst/doc/toxAUC.html    |    2 
 inst/doc/toxTables.html |  125 ++++++++++++++++++++++++++++++++----------------
 5 files changed, 120 insertions(+), 56 deletions(-)

More information about ProAE at CRAN
Permanent link

Package mrfse updated to version 0.4.2 with previous version 0.4.1 dated 2022-11-16

Title: Markov Random Field Structure Estimator
Description: Three algorithms for estimating a Markov random field structure.Two of them are an exact version and a simulated annealing version of a penalized maximum conditional likelihood method similar to the Bayesian Information Criterion. These algorithm are described in Frondana (2016) <doi:10.11606/T.45.2018.tde-02022018-151123>.The third one is a greedy algorithm, described in Bresler (2015) <doi:10.1145/2746539.2746631).
Author: Rodrigo Carvalho [aut, cre], Florencia Leonardi [rev, ths]
Maintainer: Rodrigo Carvalho <rodrigorsdc@gmail.com>

Diff between mrfse versions 0.4.1 dated 2022-11-16 and 0.4.2 dated 2024-10-21

 DESCRIPTION         |   12 ++++++------
 MD5                 |   11 ++++++-----
 README.md           |only
 src/Makevars        |    2 +-
 src/combination.cpp |    6 +++---
 src/product.cpp     |    2 +-
 src/util.cpp        |    2 +-
 7 files changed, 18 insertions(+), 17 deletions(-)

More information about mrfse at CRAN
Permanent link

Package lzstring updated to version 0.1.3 with previous version 0.1.2 dated 2024-05-07

Title: Wrapper for 'lz-string' 'C++' Library
Description: Provide access to the 'lz-string' <http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for Lempel-Ziv (LZ) based compression and decompression of strings.
Author: Sam Parmar [aut, cre], Andrey Krasnov [cph] , Pawel Rucki [ctb]
Maintainer: Sam Parmar <parmartsam@gmail.com>

Diff between lzstring versions 0.1.2 dated 2024-05-07 and 0.1.3 dated 2024-10-21

 DESCRIPTION           |   17 ++++++++++++-----
 MD5                   |    8 ++++----
 NEWS.md               |    8 ++++----
 R/lzstringr-package.R |    2 +-
 README.md             |    3 ++-
 5 files changed, 23 insertions(+), 15 deletions(-)

More information about lzstring at CRAN
Permanent link

New package Colossus with initial version 1.1.4.2
Package: Colossus
Title: "Risk Model Regression and Analysis with Complex Non-Linear Models"
Version: 1.1.4.2
URL: https://ericgiunta.github.io/Colossus/, https://github.com/ericgiunta/Colossus
BugReports: https://github.com/ericgiunta/Colossus/issues
Description: Performs survival analysis using general non-linear models. Risk models can be the sum or product of terms. Each term is the product of exponential/linear functions of covariates. Additionally sub-terms can be defined as a sum of exponential, linear threshold, and step functions. Cox Proportional hazards <https://en.wikipedia.org/wiki/Proportional_hazards_model>, Poisson <https://en.wikipedia.org/wiki/Poisson_regression>, and Fine-Grey competing risks <https://www.publichealth.columbia.edu/research/population-health-methods/competing-risk-analysis> regression are supported. This work was sponsored by NASA Grant 80NSSC19M0161 through a subcontract from the National Council on Radiation Protection and Measurements (NCRP). The computing for this project was performed on the Beocat Research Cluster at Kansas State University, which is funded in part by NSF grants CNS-1006860, EPS-1006860, EPS-0919443, ACI-1440548, CHE-1726332, and NIH P20GM113109.
License: GPL (>= 3)
Imports: Rcpp, data.table, parallel, stats, utils, rlang, callr, stringr, processx
LinkingTo: Rcpp, RcppEigen, testthat
SystemRequirements: make
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat, xml2, ggplot2, pandoc, spelling, survival
VignetteBuilder: knitr
Language: en-US
Biarch: TRUE
NeedsCompilation: yes
Packaged: 2024-10-21 15:29:34 UTC; user
Author: Eric Giunta [aut, cre] , Amir Bahadori [ctb] , Dan Andresen [ctb], Linda Walsh [ctb] , Benjamin French [ctb] , Lawrence Dauer [ctb], John Boice Jr [ctb] , Kansas State University [cph], NASA [fnd], NCRP [fnd], NRC [fnd]
Maintainer: Eric Giunta <egiunta@ksu.edu>
Repository: CRAN
Date/Publication: 2024-10-21 19:00:02 UTC

More information about Colossus at CRAN
Permanent link

Package SSBtools updated to version 1.5.5 with previous version 1.5.4 dated 2024-09-20

Title: Statistics Norway's Miscellaneous Tools
Description: Functions used by other packages from Statistics Norway are gathered. General data manipulation functions, algorithms for statistical disclosure control (Langsrud, 2024) <doi:10.1007/978-3-031-69651-0_6> and functions for hierarchical computations by sparse model matrices are included (Langsrud, 2023) <doi:10.32614/RJ-2023-088>.
Author: Oeyvind Langsrud [aut, cre] , Daniel Lupp [aut] , Bjoern-Helge Mevik [ctb], Vidar Norstein Klungre [rev] , Statistics Norway [cph]
Maintainer: Oeyvind Langsrud <oyl@ssb.no>

Diff between SSBtools versions 1.5.4 dated 2024-09-20 and 1.5.5 dated 2024-10-21

 DESCRIPTION             |    8 ++++----
 MD5                     |   10 +++++-----
 NAMESPACE               |    1 +
 NEWS.md                 |    7 +++++++
 R/FormulaSelection.R    |   15 ++++++++++++++-
 man/FormulaSelection.Rd |   13 ++++++++++---
 6 files changed, 41 insertions(+), 13 deletions(-)

More information about SSBtools at CRAN
Permanent link

Package patchDVI updated to version 1.11.3 with previous version 1.11.0 dated 2023-03-14

Title: Package to Patch '.dvi' or '.synctex' Files
Description: Functions to patch specials in '.dvi' files, or entries in '.synctex' files. Works with concordance=TRUE in Sweave, knitr or R Markdown to link sources to previews.
Author: Duncan Murdoch [aut, cre]
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>

Diff between patchDVI versions 1.11.0 dated 2023-03-14 and 1.11.3 dated 2024-10-21

 DESCRIPTION            |   14 ++++++++------
 MD5                    |   28 ++++++++++++++--------------
 NEWS.md                |    6 ++++++
 R/patchLog.R           |   24 ++++++++++++++----------
 R/patchPDF.R           |    3 +--
 R/patchmark.R          |   41 +++++++++++++++++++++++++++++++++++++----
 R/zzz.R                |   10 ++++++----
 build/vignette.rds     |binary
 inst/doc/Japanese.pdf  |binary
 inst/doc/patchDVI.Rmd  |    2 +-
 inst/doc/patchDVI.html |   41 +++++++++++++++++++++--------------------
 man/pdf_documentC.Rd   |   11 ++++++++---
 src/patchDVI.c         |    2 +-
 vignettes/patchDVI.Rmd |    2 +-
 vignettes/patchDVI.bib |    2 +-
 15 files changed, 119 insertions(+), 67 deletions(-)

More information about patchDVI at CRAN
Permanent link

Package FuzzyPovertyR updated to version 3.0.2 with previous version 3.0.1 dated 2024-10-03

Title: Estimation of Fuzzy Poverty Measures
Description: Estimates fuzzy measures of poverty and deprivation. It also estimates the sampling variance of these measures using bootstrap or jackknife repeated replications.
Author: Federico Crescenzi [aut, cre] , Lorenzo Mori [aut] , Gianni Betti [ctb]
Maintainer: Federico Crescenzi <federico.crescenzi@unitus.it>

Diff between FuzzyPovertyR versions 3.0.1 dated 2024-10-03 and 3.0.2 dated 2024-10-21

 DESCRIPTION                 |    6 +--
 MD5                         |   22 ++++++------
 R/eq_predicate.R            |    2 -
 R/fm_var.R                  |   57 +++++++++++++++++++++++++-------
 R/fs_var.R                  |   78 +++++++++++++++++++++++++++++++++++++-------
 inst/doc/FuzzyPovertyR.R    |   10 +++--
 inst/doc/FuzzyPovertyR.Rmd  |   10 +++--
 inst/doc/FuzzyPovertyR.html |   23 +++++++-----
 man/eq_predicate.Rd         |    2 -
 man/fm_var.Rd               |    5 ++
 man/fs_var.Rd               |    3 +
 vignettes/FuzzyPovertyR.Rmd |   10 +++--
 12 files changed, 169 insertions(+), 59 deletions(-)

More information about FuzzyPovertyR at CRAN
Permanent link

Package topiclabels updated to version 0.2.0 with previous version 0.1.0 dated 2024-07-27

Title: Automated Topic Labeling with Language Models
Description: Leveraging (large) language models for automatic topic labeling. The main function converts a list of top terms into a label for each topic. Hence, it is complementary to any topic modeling package that produces a list of top terms for each topic. While human judgement is indispensable for topic validation (i.e., inspecting top terms and most representative documents), automatic topic labeling can be a valuable tool for researchers in various scenarios.
Author: Jonas Rieger [aut, cre] , Fritz Peters [aut] , Andreas Fischer [aut] , Tim Lauer [aut] , Andre Bittermann [aut]
Maintainer: Jonas Rieger <rieger@statistik.tu-dortmund.de>

Diff between topiclabels versions 0.1.0 dated 2024-07-27 and 0.2.0 dated 2024-10-21

 DESCRIPTION         |   10 +++++-----
 MD5                 |   16 +++++++++-------
 NAMESPACE           |    2 ++
 R/helpers.R         |    5 ++++-
 R/label_topics.R    |   50 +++++++++++++++++++++++++++++++++++++++++++++++---
 README.md           |   24 +++++++++++++++++++-----
 inst/CITATION       |    5 +++--
 man/figures         |only
 man/label_topics.Rd |   25 +++++++++++++++++++++----
 9 files changed, 110 insertions(+), 27 deletions(-)

More information about topiclabels at CRAN
Permanent link

Package Rgof updated to version 2.1.1 with previous version 2.1.0 dated 2024-10-08

Title: 1d Goodness of Fit Tests
Description: Routines that allow the user to run a large number of goodness-of-fit tests. It allows for data to be continuous or discrete. It includes routines to estimate the power of the tests and display them as a power graph.
Author: Wolfgang Rolke [aut, cre]
Maintainer: Wolfgang Rolke <wolfgang.rolke@upr.edu>

Diff between Rgof versions 2.1.0 dated 2024-10-08 and 2.1.1 dated 2024-10-21

 DESCRIPTION                     |    7 -
 MD5                             |   27 ++---
 NEWS.md                         |    3 
 R/gof_power.R                   |   14 +-
 R/gof_test.R                    |   20 ++--
 R/gof_test_adjusted_pvalue.R    |   13 +-
 R/gof_test_cont_adj.R           |    1 
 R/gof_test_disc_adj.R           |    4 
 inst/doc/Rgof.R                 |   30 ++++++
 inst/doc/Rgof.Rmd               |   50 ++++++++++
 inst/doc/Rgof.html              |  187 +++++++++++++++++++++++++---------------
 inst/extdata                    |only
 man/gof_test_adjusted_pvalue.Rd |    2 
 man/gof_test_disc_adj.Rd        |    2 
 vignettes/Rgof.Rmd              |   50 ++++++++++
 15 files changed, 294 insertions(+), 116 deletions(-)

More information about Rgof at CRAN
Permanent link

Package ssdtools updated to version 2.1.0 with previous version 2.0.0 dated 2024-10-09

Title: Species Sensitivity Distributions
Description: Species sensitivity distributions are cumulative probability distributions which are fitted to toxicity concentrations for different species as described by Posthuma et al.(2001) <isbn:9781566705783>. The ssdtools package uses Maximum Likelihood to fit distributions such as the gamma, log-logistic, log-normal and log-normal log-normal mixture. Multiple distributions can be averaged using Akaike Information Criteria. Confidence intervals on hazard concentrations and proportions are produced by parametric bootstrapping.
Author: Joe Thorley [aut, cre] , Rebecca Fisher [aut], David Fox [aut], Carl Schwarz [aut], Angeline Tillmanns [ctb], Seb Dalgarno [ctb] , Kathleen McTavish [ctb], Heather Thompson [ctb], Doug Spry [ctb], Rick van Dam [ctb], Graham Batley [ctb], Tony Bigwood [...truncated...]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>

Diff between ssdtools versions 2.0.0 dated 2024-10-09 and 2.1.0 dated 2024-10-21

 DESCRIPTION                                |    6 +-
 MD5                                        |   38 +++++++-------
 NAMESPACE                                  |    3 +
 NEWS.md                                    |    6 ++
 R/exposure.R                               |    2 
 R/multi.R                                  |   51 +++++++++++++------
 R/params.R                                 |    1 
 R/test-helpers.R                           |   28 +++++++---
 README.md                                  |   18 ++++++
 inst/doc/additional-technical-details.html |    4 -
 inst/doc/customising-plots.html            |    4 -
 inst/doc/distributions.html                |    4 -
 inst/doc/model-averaging.html              |    4 -
 inst/doc/ssdtools.html                     |    4 -
 man/params.Rd                              |    2 
 man/ssd_p.Rd                               |   15 ++++-
 man/ssd_q.Rd                               |   15 ++++-
 man/ssd_r.Rd                               |   16 ++++--
 tests/testthat/test-multi.R                |   77 ++++++++++++++++-------------
 tests/testthat/test-weibull.R              |    1 
 20 files changed, 198 insertions(+), 101 deletions(-)

More information about ssdtools at CRAN
Permanent link

Package parmigene updated to version 1.1.1 with previous version 1.1.0 dated 2020-08-03

Title: Parallel Mutual Information Estimation for Gene Network Reconstruction
Description: Parallel estimation of the mutual information based on entropy estimates from k-nearest neighbors distances and algorithms for the reconstruction of gene regulatory networks (Sales et al, 2011 <doi:10.1093/bioinformatics/btr274>).
Author: Gabriele Sales [aut, cre], Chiara Romualdi [aut]
Maintainer: Gabriele Sales <gabriele.sales@unipd.it>

Diff between parmigene versions 1.1.0 dated 2020-08-03 and 1.1.1 dated 2024-10-21

 DESCRIPTION |   22 +++++++++++++++-------
 MD5         |    8 ++++----
 README.md   |    4 +++-
 src/grid.c  |   22 +++++++++++-----------
 src/mi.c    |   22 +++++++++++-----------
 5 files changed, 44 insertions(+), 34 deletions(-)

More information about parmigene at CRAN
Permanent link

Package yamlet updated to version 1.1.4 with previous version 1.1.3 dated 2024-10-11

Title: Versatile Curation of Table Metadata
Description: A YAML-based mechanism for working with table metadata. Supports compact syntax for creating, modifying, viewing, exporting, importing, displaying, and plotting metadata coded as column attributes. The 'yamlet' dialect is valid 'YAML' with defaults and conventions chosen to improve readability. See ?yamlet, ?decorate, ?modify, ?io_csv, and ?ggplot.decorated.
Author: Tim Bergsma [aut, cre]
Maintainer: Tim Bergsma <bergsmat@gmail.com>

Diff between yamlet versions 1.1.3 dated 2024-10-11 and 1.1.4 dated 2024-10-21

 DESCRIPTION                                                     |    6 +--
 MD5                                                             |   20 +++++-----
 R/explicit_guide.R                                              |    4 +-
 R/yamlet_options.R                                              |    2 -
 inst/doc/scripted-html.html                                     |    4 +-
 inst/doc/scripted-pdf.pdf                                       |binary
 inst/doc/yamlet-introduction.html                               |    4 +-
 man/implicit_guide.data.frame.Rd                                |    4 +-
 man/yamlet_options.Rd                                           |    2 -
 vignettes/scripted-pdf_files/figure-latex/unnamed-chunk-4-1.pdf |binary
 vignettes/scripted-pdf_files/figure-latex/unnamed-chunk-5-1.pdf |binary
 11 files changed, 23 insertions(+), 23 deletions(-)

More information about yamlet at CRAN
Permanent link

New package Xcertainty with initial version 1.0.0
Package: Xcertainty
Title: Estimating Lengths and Uncertainty from Photogrammetric Imagery
Version: 1.0.0
Date: 2024-09-24
Author: Joshua Hewitt [aut], K.C. Bierlich [aut, cre], Enrico Pirotta [aut]
Maintainer: K.C. Bierlich <bierlick@oregonstate.edu>
Description: Implementation of Bayesian models for estimating object lengths and morphological relationships between object lengths using photographic data collected from drones. The Bayesian model is described in "Bayesian approach for predicting photogrammetric uncertainty in morphometric measurements derived from drones" (Bierlich et al., 2021, <doi:10.3354/meps13814>).
URL: https://github.com/MMI-CODEX/Xcertainty
BugReports: https://github.com/MMI-CODEX/Xcertainty/issues
License: MIT + file LICENSE
Depends: R (>= 3.0.2), nimble
Imports: tidyr, dplyr, coda
LinkingTo:
Suggests: testthat, knitr, rmarkdown, stringr, ggdist, tidyverse
VignetteBuilder: knitr, rmarkdown
LazyData: true
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-10-18 15:05:53 UTC; k.bierlich
Repository: CRAN
Date/Publication: 2024-10-21 12:21:46 UTC

More information about Xcertainty at CRAN
Permanent link

Package tripack updated to version 1.3-9.2 with previous version 1.3-9.1 dated 2020-05-30

Title: Triangulation of Irregularly Spaced Data
Description: A constrained two-dimensional Delaunay triangulation package providing both triangulation and generation of voronoi mosaics of irregular spaced data. Please note that most of the functions are now also covered in package interp, which is a re-implementation from scratch under a free license based on a different triangulation algorithm.
Author: Albrecht Gebhardt [aut, cre, cph] , R. J. Renka [aut] , Stephen Eglen [aut, cph] , Sergej Zuyev [aut, cph] , Denis White [aut, cph]
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@aau.at>

Diff between tripack versions 1.3-9.1 dated 2020-05-30 and 1.3-9.2 dated 2024-10-21

 tripack-1.3-9.1/tripack/ChangeLog       |only
 tripack-1.3-9.1/tripack/src/func.f      |only
 tripack-1.3-9.2/tripack/DESCRIPTION     |   35 +++++++++++++++++++++++---------
 tripack-1.3-9.2/tripack/MD5             |    8 ++-----
 tripack-1.3-9.2/tripack/NAMESPACE       |   15 -------------
 tripack-1.3-9.2/tripack/man/tri.mesh.Rd |   10 +++++++++
 6 files changed, 39 insertions(+), 29 deletions(-)

More information about tripack at CRAN
Permanent link

New package statforbiology with initial version 0.9.9
Package: statforbiology
Title: Tools for Data Analyses in Biology
Version: 0.9.9
Description: Contains several tools for nonlinear regression analyses and general data analysis in biology and agriculture. Contains also datasets for practicing and teaching purposes. Supports the blog: Onofri (2024) "Fixing the bridge between biologists and statisticians" <https://www.statforbiology.com> and the book: Onofri (2024) "Experimental Methods in Agriculture" <https://www.statforbiology.com/_statbookeng/>. The blog is a collection of short articles aimed at improving the efficiency of communication between biologists and statisticians, as pointed out in Kozak (2016) <doi:10.1590/0103-9016-2015-0399>, spreading a better awareness of the potential usefulness, beauty and limitations of biostatistic.
License: GPL-3
URL: https://github.com/OnofriAndreaPG/statforbiology
BugReports: https://github.com/OnofriAndreaPG/statforbiology/issues
Depends: R (>= 3.5), drc
Imports: ggplot2, tidyr, car, nlme, emmeans, methods, MASS, stats, drcte, multcomp, utils, multcompView
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-10-18 15:30:43 UTC; andrea
Author: Andrea Onofri [aut, cre]
Maintainer: Andrea Onofri <andrea.onofri@unipg.it>
Repository: CRAN
Date/Publication: 2024-10-21 12:00:08 UTC

More information about statforbiology at CRAN
Permanent link

New package spqdep with initial version 0.1.3.3
Package: spqdep
Title: Testing for Spatial Independence of Qualitative Data in Cross Section
Version: 0.1.3.3
Date: 2024-10-10
Maintainer: Fernando Lopez <fernando.lopez@upct.es>
Description: Testing for Spatial Dependence of Qualitative Data in Cross Section. The list of functions includes join-count tests, Q test, spatial scan test, similarity test and spatial runs test. The methodology of these models can be found in <doi:10.1007/s10109-009-0100-1> and <doi:10.1080/13658816.2011.586327>.
LazyData: true
Encoding: UTF-8
License: MIT + file LICENSE
Depends: R (>= 3.5), methods (>= 3.5), stats (>= 3.5)
Imports: broom (>= 0.7.2), dplyr (>= 1.0.2), ggplot2 (>= 3.5.1), gt (>= 0.11.1), rgeoda (>= 0.0.10-4), gtools (>= 3.8.2), gridExtra (>= 2.3), igraph (>= 1.2.5), magrittr (>= 1.5), Matrix (>= 1.2-18), purrr (>= 0.3.4), rsample (>= 0.0.8), sp (>= 1.4-5), spatialreg (>= 1.1-8), spdep (>= 1.1-3), sf (>= 0.9-3), tidyr (>= 1.1.2)
Suggests: knitr, rmarkdown, bookdown
VignetteBuilder: knitr
Language: en-US
URL: https://f8l5h9.github.io/spqdep/
NeedsCompilation: no
Packaged: 2024-10-18 13:44:43 UTC; fernandoair
Author: Fernando Lopez [aut, cre] , Roman Minguez [aut] , Antonio Paez [aut] , Manuel Ruiz [aut]
Repository: CRAN
Date/Publication: 2024-10-21 12:00:28 UTC

More information about spqdep at CRAN
Permanent link

New package segtest with initial version 1.0.1
Package: segtest
Title: Tests for Segregation Distortion in Polyploids
Version: 1.0.1
Description: Provides a suite of tests for segregation distortion in F1 polyploid populations (for now, just tetraploids). This is under different assumptions of meiosis. Details of these methods are described in Gerard et al. (2024) <doi:10.1101/2024.02.07.579361>. This material is based upon work supported by the National Science Foundation under Grant No. 2132247. The opinions, findings, and conclusions or recommendations expressed are those of the author and do not necessarily reflect the views of the National Science Foundation.
License: GPL (>= 3)
BugReports: https://github.com/dcgerard/segtest/issues
URL: https://github.com/dcgerard/segtest
Encoding: UTF-8
Biarch: true
Depends: R (>= 3.4.0)
Imports: doFuture, doRNG, foreach, future, iterators, Rcpp, updog
Suggests: knitr, polymapR, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
LazyData: true
NeedsCompilation: yes
Packaged: 2024-10-18 17:18:54 UTC; dgerard
Author: David Gerard [aut, cre] , Mira Thakkar [aut], NSF DBI 2132247 [fnd]
Maintainer: David Gerard <gerard.1787@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-21 12:10:06 UTC

More information about segtest at CRAN
Permanent link

New package poissoned with initial version 0.1.3
Package: poissoned
Title: Poisson Disk Sampling in 2D and 3D
Version: 0.1.3
Maintainer: Mike Cheng <mikefc@coolbutuseless.com>
Description: Poisson disk sampling is a method of generating blue noise sample patterns where all samples are at least a specified distance apart. Poisson samples may be generated in two or three dimensions with this package. The algorithm used is an implementation of Bridson's "Fast Poisson disk sampling in arbitrary dimensions" <doi:10.1145%2F1278780.1278807>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/coolbutuseless/poissoned
BugReports: https://github.com/coolbutuseless/poissoned/issues
Suggests: testthat (>= 3.0.0)
NeedsCompilation: yes
Packaged: 2024-10-19 11:31:08 UTC; mike
Author: Mike Cheng [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-10-21 12:30:07 UTC

More information about poissoned at CRAN
Permanent link

New package OmopViewer with initial version 0.1.0
Package: OmopViewer
Title: Visualise OMOP Results using 'shiny' Applications
Version: 0.1.0
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>
Description: Visualise results obtained from analysing data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model using 'shiny' applications.
License: Apache License (>= 2)
Encoding: UTF-8
URL: https://ohdsi.github.io/OmopViewer/
Depends: R (>= 2.10)
Imports: bslib, cli, dplyr, DT, glue, markdown, omopgenerics (>= 0.3.1), purrr, rlang, shiny, snakecase, stringr, styler, tidyr, usethis, vctrs, visOmopResults (>= 0.4.0), yaml
Suggests: CDMConnector, CodelistGenerator (>= 3.2.0), CohortCharacteristics (>= 0.3.0), CohortConstructor, DiagrammeR, DrugUtilisation (>= 0.7.1), duckdb, ggplot2, gt, here, htmlwidgets, IncidencePrevalence (>= 0.8.0), knitr, omock (>= 0.3.0), OmopSketch, PatientProfiles, plotly, rmarkdown, RPostgres, shinycssloaders, shinyWidgets, sortable, testthat (>= 3.1.5), utils, webshot2, zip
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-10-18 09:48:05 UTC; martics
Author: Marti Catala [aut, cre] , Yuchen Guo [aut] , Edward Burn [ctb] , Nuria Mercade-Besora [ctb] , Elin Rowlands [ctb] , Cecilia Campanile [ctb]
Repository: CRAN
Date/Publication: 2024-10-21 12:00:52 UTC

More information about OmopViewer at CRAN
Permanent link

Package myClim updated to version 1.3.0 with previous version 1.2.0 dated 2024-08-21

Title: Microclimatic Data Processing
Description: Handling the microclimatic data in R. The 'myClim' workflow begins at the reading data primary from microclimatic dataloggers, but can be also reading of meteorological station data from files. Cleaning time step, time zone settings and metadata collecting is the next step of the work flow. With 'myClim' tools one can crop, join, downscale, and convert microclimatic data formats, sort them into localities, request descriptive characteristics and compute microclimatic variables. Handy plotting functions are provided with smart defaults.
Author: Matej Man [aut], Vojtech Kalcik [aut, cre], Martin Macek [aut], Josef Bruna [aut], Lucia Hederova [aut], Jan Wild [aut], Martin Kopecky [aut], Institute of Botany of the Czech Academy of Sciences [cph]
Maintainer: Vojtech Kalcik <Vojtech.Kalcik@ibot.cas.cz>

Diff between myClim versions 1.2.0 dated 2024-08-21 and 1.3.0 dated 2024-10-21

 DESCRIPTION                                          |    8 
 MD5                                                  |   65 +--
 NAMESPACE                                            |    5 
 NEWS.md                                              |   21 +
 R/calib.R                                            |    7 
 R/common.R                                           |   13 
 R/info.R                                             |   68 +++
 R/join.R                                             |    2 
 R/model.R                                            |    6 
 R/myClim-package.R                                   |    2 
 R/read.R                                             |   51 ++
 R/states.R                                           |  352 ++++++++++++++++++-
 README.md                                            |    4 
 data/mc_data_example_agg.rda                         |binary
 data/mc_data_example_clean.rda                       |binary
 data/mc_data_example_raw.rda                         |binary
 data/mc_data_sensors.rda                             |binary
 inst/doc/myclim-custom-loggers.html                  |    2 
 inst/doc/myclim-demo.html                            |    2 
 inst/extdata/localities_table.csv                    |    8 
 man/mc_Sensor-class.Rd                               |    2 
 man/mc_calib_moisture.Rd                             |   23 +
 man/mc_info_range.Rd                                 |only
 man/mc_read_data.Rd                                  |   23 -
 man/mc_read_files.Rd                                 |   16 
 man/mc_states_from_sensor.Rd                         |only
 man/mc_states_outlier.Rd                             |only
 man/mc_states_to_sensor.Rd                           |only
 tests/data/HOBO/20024370.txt                         |  208 +++++------
 tests/data/HOBO/2015_10382557.txt                    |  204 +++++------
 tests/data/TOMST-date/data_91171153_2023_11_14_0.csv |  202 +++++-----
 tests/data/TOMST-date/files_table.csv                |only
 tests/data/joined_TOMST/DP_0595.csv                  |  100 ++---
 tests/testthat/test-info.R                           |   14 
 tests/testthat/test-read.R                           |   23 +
 tests/testthat/test-states.R                         |  105 +++++
 36 files changed, 1095 insertions(+), 441 deletions(-)

More information about myClim at CRAN
Permanent link

New package mpathr with initial version 1.0.1
Package: mpathr
Title: Easily Handling Data from the ‘m-Path’ Platform
Version: 1.0.1
Description: Provides tools for importing and cleaning Experience Sampling Method (ESM) data collected via the 'm-Path' platform. The goal is to provide with a few utility functions to be able to read and perform some common operations in ESM data collected through the 'm-Path' platform (<https://m-path.io/landing/>). Functions include raw data handling, format standardization, and basic data checks, as well as to calculate the response rate in data from ESM studies.
License: GPL (>= 3)
URL: https://m-path.io, https://github.com/m-path-io/mpathr
BugReports: https://github.com/m-path-io/mpathr/issues
Depends: R (>= 4.0.0)
Imports: cli, dplyr, ggplot2, jsonlite, lifecycle, lubridate, readr, rlang, tidyr
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2024-10-18 09:47:03 UTC; u0134047
Author: Merijn Mestdagh [aut, cre] , Lara Navarrete [aut], Koen Niemeijer [aut] , m-Path Software [cph]
Maintainer: Merijn Mestdagh <merijn.mestdagh@m-path.io>
Repository: CRAN
Date/Publication: 2024-10-21 12:10:42 UTC

More information about mpathr at CRAN
Permanent link

New package MECfda with initial version 0.1.0
Package: MECfda
Title: Scalar-on-Function Regression with Measurement Error Correction
Version: 0.1.0
Maintainer: Heyang Ji <jihx1015@outlook.com>
Description: Solve scalar-on-function linear models, including generalized linear mixed effect model and quantile linear regression model, and bias correction estimation methods due to measurement error. Details about the measurement error bias correction methods, see Luan et al. (2023) <doi:10.48550/arXiv.2305.12624>, Tekwe et al. (2022) <doi:10.1093/biostatistics/kxac017>, Zhang et al. (2023) <doi:10.5705/ss.202021.0246>, Tekwe et al. (2019) <doi:10.1002/sim.8179>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10),
Imports: stats, stringr, lme4, quantreg, splines, dplyr, MASS, Matrix, gss, corpcor, fda, magrittr, methods, nlme, glme, mgcv
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-10-18 15:59:03 UTC; lenovo
Author: Heyang Ji [aut, cre, ctb, dtc] , Ufuk Beyaztas [ctb, rev] , Nicolas Escobar-Velasquez [com] , Yuanyuan Luan [ctb], Xiwei Chen [ctb], Mengli Zhang [ctb], Roger Zoh [ths], Lan Xue [ths], Carmen Tekwe [ths]
Repository: CRAN
Date/Publication: 2024-10-21 12:01:07 UTC

More information about MECfda at CRAN
Permanent link

Package diceplot updated to version 0.1.1 with previous version 0.1.0 dated 2024-10-17

Title: High Dimensional Categorical Data Visualization
Description: Easy visualization for datasets with more than two categorical variables and additional continuous variables. 'diceplot' is particularly useful for exploring complex categorical data in the context of pathway analysis across multiple conditions. For a detailed documentation please visit <https://dice-and-domino-plot.readthedocs.io/en/latest/>.
Author: Matthias Flotho [aut, cre]
Maintainer: Matthias Flotho <matthias.flotho@ccb.uni-saarland.de>

Diff between diceplot versions 0.1.0 dated 2024-10-17 and 0.1.1 dated 2024-10-21

 DESCRIPTION |    9 ++++++---
 MD5         |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

More information about diceplot at CRAN
Permanent link

New package COveR with initial version 1.0.4
Package: COveR
Title: Clustering with Overlaps
Version: 1.0.4
Description: Provide functions for overlaps clustering, fuzzy clustering and interval-valued data manipulation. The package implement the following algorithms: OKM (Overlapping Kmeans) from Cleuziou, G. (2007) <doi:10.1109/icpr.2008.4761079> ; NEOKM (Non-exhaustive overlapping Kmeans) from Whang, J. J., Dhillon, I. S., and Gleich, D. F. (2015) <doi:10.1137/1.9781611974010.105> ; Fuzzy Cmeans from Bezdek, J. C. (1981) <doi:10.1007/978-1-4757-0450-1> ; Fuzzy I-Cmeans from de A.T. De Carvalho, F. (2005) <doi:10.1016/j.patrec.2006.08.014>.
Depends: R (>= 3.2.3)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Suggests: testthat
SystemRequirements: Gnu Scientific Library version >= 1.12
NeedsCompilation: yes
Packaged: 2024-10-18 14:51:09 UTC; hiot
Author: Guillaume Cleuziou [aut], Nicolas Hiot [cre]
Maintainer: Nicolas Hiot <nicolas.hiot@univ-orleans.fr>
Repository: CRAN
Date/Publication: 2024-10-21 12:21:49 UTC

More information about COveR at CRAN
Permanent link

Package amap updated to version 0.8-20 with previous version 0.8-19.1 dated 2024-09-21

Title: Another Multidimensional Analysis Package
Description: Tools for Clustering and Principal Component Analysis (With robust methods, and parallelized functions).
Author: Antoine Lucas [aut, cre]
Maintainer: Antoine Lucas <antoinelucas@gmail.com>

Diff between amap versions 0.8-19.1 dated 2024-09-21 and 0.8-20 dated 2024-10-21

 DESCRIPTION               |    8 
 MD5                       |   20 
 R/hcluster.R              |    2 
 build/vignette.rds        |binary
 inst/doc/amap.pdf         |binary
 man/hcluster.Rd           |    2 
 src/distance_T.h.h        |    4 
 src/hclust_T.h            |    4 
 src/hclust_T.h.h          |  139 -
 tests/amap-test.R         |   24 
 tests/amap-test.Rout.save | 5320 ----------------------------------------------
 11 files changed, 228 insertions(+), 5295 deletions(-)

More information about amap at CRAN
Permanent link

Package AccelStab updated to version 2.0.2 with previous version 2.0.1 dated 2024-03-26

Title: Accelerated Stability Kinetic Modelling
Description: Estimate the Šesták–Berggren kinetic model (degradation model) from experimental data. A A closed-form (analytic) solution to the degradation model is implemented as a non-linear fit, allowing for the extrapolation of the degradation of a drug product - both in time and temperature. Parametric bootstrap, with kinetic parameters drawn from the multivariate t-distribution, and analytical formulae (the delta method) are available options to calculate the confidence and prediction intervals. The results (modelling, extrapolations and statistical intervals) can be visualised with multiple plots. The examples illustrate the accelerated stability modelling in drugs and vaccines development.
Author: Bernard G Franq [aut, cph], Ben Wells [cre], Alex Ball [ctb]
Maintainer: Ben Wells <benwells@bayezian.com>

Diff between AccelStab versions 2.0.1 dated 2024-03-26 and 2.0.2 dated 2024-10-21

 DESCRIPTION          |    6 +++---
 MD5                  |   12 ++++++------
 NEWS.md              |   14 ++++++++++++++
 R/step1_down.R       |   20 +++++++++++++++-----
 R/step1_sample_mvt.R |   21 +++++++++++++++++----
 data/potency.rda     |binary
 man/step1_down.Rd    |    6 +++---
 7 files changed, 58 insertions(+), 21 deletions(-)

More information about AccelStab at CRAN
Permanent link

New package VDPO with initial version 0.1.0
Package: VDPO
Title: Working with and Analyzing Functional Data of Varying Lengths
Version: 0.1.0
Description: Comprehensive set of tools for analyzing and manipulating functional data with non-uniform lengths. This package addresses two common scenarios in functional data analysis: Variable Domain Data, where the observation domain differs across samples, and Partially Observed Data, where observations are incomplete over the domain of interest. 'VDPO' enhances the flexibility and applicability of functional data analysis in 'R'. See Amaro et al. (2024) <doi:10.48550/arXiv.2401.05839>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: utils, Matrix, SOP, splines, stats
Suggests: ggplot2, knitr, RColorBrewer, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://pavel-hernadez-amaro.github.io/VDPO/
NeedsCompilation: no
Packaged: 2024-10-17 17:14:58 UTC; nacho
Author: Pavel Hernandez [aut, cre], Jose Ignacio Diez [ctr], Maria Durban [ctb], Maria del Carmen Aguilera-Morillo [ctb]
Maintainer: Pavel Hernandez <pavel.amaro96@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-21 11:30:26 UTC

More information about VDPO at CRAN
Permanent link

New package tower with initial version 0.2.0
Package: tower
Title: Easy Middle Ware Library for 'shiny'
Version: 0.2.0
Description: The best way to implement middle ware for 'shiny' Applications. 'tower' is designed to make implementing behavior on top of 'shiny' easy with a layering model for incoming HTTP requests and server sessions. 'tower' is a very minimal package with little overhead, it is mainly meant for other package developers to implement new behavior.
URL: https://github.com/ixpantia/tower
BugReports: https://github.com/ixpantia/tower/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports: compiler, glue, purrr, stringr, curl, jsonlite, rlang
Suggests: testthat (>= 3.0.0), shiny
NeedsCompilation: no
Packaged: 2024-10-17 22:37:34 UTC; andres
Author: ixpantia, SRL [cph], Andres Quintero [aut, cre]
Maintainer: Andres Quintero <andres@ixpantia.com>
Repository: CRAN
Date/Publication: 2024-10-21 11:40:08 UTC

More information about tower at CRAN
Permanent link

Package semptools updated to version 0.3.0 with previous version 0.2.10 dated 2023-10-15

Title: Customizing Structural Equation Modelling Plots
Description: Most function focus on specific ways to customize a graph. They use a 'qgraph' output as the first argument, and return a modified 'qgraph' object. This allows the functions to be chained by a pipe operator.
Author: Shu Fai Cheung [aut, cre] , Mark Hok Chio Lai [aut]
Maintainer: Shu Fai Cheung <shufai.cheung@gmail.com>

Diff between semptools versions 0.2.10 dated 2023-10-15 and 0.3.0 dated 2024-10-21

 DESCRIPTION                                            |    8 
 MD5                                                    |  206 
 NAMESPACE                                              |   45 
 NEWS.md                                                |  428 +
 R/add_object.R                                         |  142 
 R/add_rsq.R                                            |only
 R/auto_factor_point_to.R                               |  208 
 R/auto_indicator_order.R                               |  220 
 R/change_node_label.R                                  |  474 +-
 R/data.R                                               |  112 
 R/data2.R                                              |   46 
 R/data_many_controls.R                                 |   38 
 R/edge_index.R                                         |   62 
 R/error.R                                              |   46 
 R/helpers.R                                            |  230 -
 R/is_dv_residvar.R                                     |  108 
 R/lavaan_indicator_order.R                             |  148 
 R/layout_matrix.R                                      |   98 
 R/mark_se.R                                            |  401 -
 R/mark_sig.R                                           |  363 -
 R/nodes_keep_drop.R                                    |  198 
 R/rescale_layout.R                                     |only
 R/rotate_resid.R                                       |  192 
 R/semptools-package.R                                  |   16 
 R/set_cfa_layout.R                                     |  586 +-
 R/set_curve.R                                          |  208 
 R/set_edge_attribute.R                                 |only
 R/set_edge_color.R                                     |only
 R/set_edge_label_position.R                            |  190 
 R/set_node_attribute.R                                 |only
 R/set_sem_layout.R                                     | 1158 ++---
 R/to_list_of_lists.R                                   |  185 
 README.md                                              |  182 
 build/vignette.rds                                     |binary
 inst/doc/keep_or_drop_nodes.Rmd                        |  334 -
 inst/doc/keep_or_drop_nodes.html                       |  108 
 inst/doc/layout_matrix.Rmd                             |  782 +--
 inst/doc/layout_matrix.html                            |  282 -
 inst/doc/quick_start_cfa.Rmd                           |  498 +-
 inst/doc/quick_start_cfa.html                          |  146 
 inst/doc/quick_start_sem.Rmd                           |  758 +--
 inst/doc/quick_start_sem.html                          |  242 -
 inst/doc/second_order.Rmd                              |  348 -
 inst/doc/second_order.html                             |  160 
 inst/doc/semptools.Rmd                                 | 1008 ++--
 inst/doc/semptools.html                                |  416 -
 man/add_object.Rd                                      |  142 
 man/add_rsq.Rd                                         |only
 man/auto_factor_point_to.Rd                            |  152 
 man/auto_indicator_order.Rd                            |  220 
 man/cfa_example.Rd                                     |   60 
 man/change_node_label.Rd                               |  178 
 man/is_dv_residvar.Rd                                  |  110 
 man/keep_drop_nodes.Rd                                 |  124 
 man/lavaan_indicator_order.Rd                          |  142 
 man/layout_matrix.Rd                                   |   88 
 man/mark_se.Rd                                         |  232 -
 man/mark_sig.Rd                                        |  200 
 man/pa_example.Rd                                      |   56 
 man/pa_example_3covs.Rd                                |   60 
 man/rescale_layout.Rd                                  |only
 man/rotate_resid.Rd                                    |  134 
 man/sem_2nd_order_example.Rd                           |   70 
 man/sem_example.Rd                                     |   62 
 man/semptools-package.Rd                               |   60 
 man/set_cfa_layout.Rd                                  |  262 -
 man/set_curve.Rd                                       |  140 
 man/set_edge_attribute.Rd                              |only
 man/set_edge_color.Rd                                  |only
 man/set_edge_label_position.Rd                         |  140 
 man/set_node_attribute.Rd                              |only
 man/set_sem_layout.Rd                                  |  478 +-
 man/to_list_of_lists.Rd                                |   98 
 tests/testthat.R                                       |    8 
 tests/testthat/test-add_rsq.R                          |only
 tests/testthat/test-auto_indicator_order.R             |  202 
 tests/testthat/test-auto_point_to.R                    |  182 
 tests/testthat/test-change-node.R                      |  648 +-
 tests/testthat/test-change-node_attribute.R            |   75 
 tests/testthat/test-change-node_named_vector.R         |   78 
 tests/testthat/test-check_intercepts.R                 |  286 -
 tests/testthat/test-check_ram_lisrel.R                 |  204 
 tests/testthat/test-custom-labels.R                    |   62 
 tests/testthat/test-keep_drop_nodes.R                  |  522 +-
 tests/testthat/test-lavaan_indicator_order.R           |  250 -
 tests/testthat/test-layout_matrix.R                    |   38 
 tests/testthat/test-mark.R                             |   84 
 tests/testthat/test-mark_se_std.R                      |only
 tests/testthat/test-mark_user_p.R                      |only
 tests/testthat/test-nCharNodes.R                       |  174 
 tests/testthat/test-rescale.R                          |only
 tests/testthat/test-semptools.R                        |    6 
 tests/testthat/test-set_cfa_layout_after_change_node.R |   80 
 tests/testthat/test-set_cfa_layout_error_warning.R     |   72 
 tests/testthat/test-set_cfa_layout_orthogonal.R        |  156 
 tests/testthat/test-set_color.R                        |only
 tests/testthat/test-set_curve_bidirectional.R          |   78 
 tests/testthat/test-set_edge_attribute.R               |only
 tests/testthat/test-set_edge_attribute_loadings.R      |only
 tests/testthat/test-set_node_attribute.R               |only
 tests/testthat/test-set_sem_layout_2nd_order.R         |  260 -
 tests/testthat/test-set_sem_layout_after_change_node.R |  116 
 tests/testthat/test-set_sem_layout_error_warning.R     |  170 
 tests/testthat/test-set_sem_layout_single.R            |  244 -
 tests/testthat/test-to_list_of_lists.R                 |  698 +--
 vignettes/articles/apa.csl                             | 3832 ++++++++---------
 vignettes/articles/sem_with_observed.Rmd               |  342 -
 vignettes/keep_or_drop_nodes.Rmd                       |  334 -
 vignettes/layout_matrix.Rmd                            |  782 +--
 vignettes/quick_start_cfa.Rmd                          |  498 +-
 vignettes/quick_start_sem.Rmd                          |  758 +--
 vignettes/second_order.Rmd                             |  348 -
 vignettes/semptools.Rmd                                | 1008 ++--
 113 files changed, 13694 insertions(+), 13489 deletions(-)

More information about semptools at CRAN
Permanent link

New package redatam with initial version 2.0.0
Package: redatam
Title: Import 'REDATAM' Files
Version: 2.0.0
Imports: data.table, janitor, stringi
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Depends: R(>= 3.5.0)
Description: Import 'REDATAM' files into R. 'REDATAM' is a software for the manipulation of microdata from censuses and surveys. This package provides functions to import 'REDATAM' files into R. It is based on De Grande (2016) <https://www.jstor.org/stable/24890658>.
License: Apache License (>= 2)
URL: https://github.com/litalbarkai/open-redatam
BugReports: https://github.com/litalbarkai/open-redatam/issues
Encoding: UTF-8
NeedsCompilation: yes
VignetteBuilder: knitr
LinkingTo: cpp11
Packaged: 2024-10-17 17:17:21 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre] , Lital Barkai [aut], Arseny Kapoulkine [ctb] , Republic of Ecuador [dtc]
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-10-21 11:30:06 UTC

More information about redatam at CRAN
Permanent link

New package Poly4AT with initial version 1.0.1
Package: Poly4AT
Title: Access 'INVEKOS' API for Field Polygons
Version: 1.0.1
Description: A 'shiny' app that allows to access and use the 'INVEKOS' API for field polygons in Austria. API documentation is available at <https://gis.lfrz.gv.at/api/geodata/i009501/ogc/features/v1/>.
License: MIT + file LICENSE
Encoding: UTF-8
Date: 2024-10-11
Imports: shiny, sf, leaflet, geojsonsf, httr, jsonlite, shinydashboard, DT, leaflet.extras, readxl, utils
Suggests: testthat (>= 3.0.0)
Depends: R (>= 3.5.0)
LazyData: true
URL: https://github.com/farmse988/Poly4AT
BugReports: https://github.com/farmse988/Poly4AT/issues
NeedsCompilation: no
Packaged: 2024-10-18 06:45:58 UTC; Sebastian
Author: Sebastian Wieser [aut, cre, cph]
Maintainer: Sebastian Wieser <poly4at@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-21 11:51:06 UTC

More information about Poly4AT at CRAN
Permanent link

New package pii with initial version 1.0.0
Package: pii
Title: Search Data Frames for Personally Identifiable Information
Version: 1.0.0
Maintainer: Jacob Patterson-Stein <jacobpstein@gmail.com>
Description: Check a data frame for personal information, including names, location, disability status, and geo-coordinates.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 2.10), dplyr, stringr, uuid, utils
Suggests: testthat (>= 3.0.0)
URL: https://github.com/jacobpstein/pii
BugReports: https://github.com/jacobpstein/pii/issues
NeedsCompilation: no
Packaged: 2024-10-17 23:33:57 UTC; jacobpstein
Author: Jacob Patterson-Stein [aut, cre]
Repository: CRAN
Date/Publication: 2024-10-21 11:40:34 UTC

More information about pii at CRAN
Permanent link

New package LLMR with initial version 0.1.1
Package: LLMR
Title: Interface for Large Language Model APIs in R
Version: 0.1.1
Description: A unified interface to interact with various Large Language Model (LLM) APIs such as 'OpenAI' (see <https://platform.openai.com/docs/quickstart> for details), 'Anthropic' (see <https://docs.anthropic.com/en/api/getting-started> for details), 'Groq' (see <https://console.groq.com/docs/api-reference> for details), and 'Together AI' (see <https://docs.together.ai/docs/quickstart> for details). Allows users to configure API parameters, send messages, and retrieve responses seamlessly within R.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: httr2, purrr, rlang
Suggests: testthat (>= 3.0.0), roxygen2 (>= 7.1.2), httptest2
NeedsCompilation: no
Packaged: 2024-10-18 04:49:38 UTC; ali
Author: Ali Sanaei [aut, cre]
Maintainer: Ali Sanaei <sanaei@uchicago.edu>
Repository: CRAN
Date/Publication: 2024-10-21 11:51:30 UTC

More information about LLMR at CRAN
Permanent link

New package greenfeedr with initial version 1.0.0
Package: greenfeedr
Title: Process and Report 'GreenFeed' Data
Version: 1.0.0
Maintainer: Guillermo Martinez-Boggio <guillermo.martinezboggio@wisc.edu>
Description: Downloading, Processing, and Reporting 'GreenFeed' Data. The 'GreenFeed' system generates substantial amounts of daily data, which can be overwhelming for users. This package facilitates data retrieval and reporting from the 'GreenFeed' system using a streamlined process. Users can retrieve data from the 'C-Lock Inc.' system via an 'API' using the get_gfdata() function. Additionally, the report_gfdata() function allows users to generate both daily and final reports from 'GreenFeed' data. The process_gfdata() function further processes this data for analysis. For pellet intake processing and visit checks, the package also provides the pellin() and viseat() functions, ensuring a comprehensive toolset for managing and analyzing 'GreenFeed' data.
License: GPL (>= 3)
Encoding: UTF-8
Imports: dplyr, ggplot2, httr, lubridate, purrr, readr, readxl, rmarkdown, stats, stringr, tidyr
Depends: R (>= 2.10)
Suggests: knitr, testthat (>= 3.0.0)
BugReports: https://github.com/GMBog/greenfeedr/issues
URL: https://gmbog.github.io/greenfeedr/, https://github.com/GMBog/greenfeedr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-10-17 21:15:51 UTC; GuillermoMartinez
Author: Guillermo Martinez-Boggio [cre, aut, cph] , Meredith Harrison [ctb], Patrick Lutz [ctb]
Repository: CRAN
Date/Publication: 2024-10-21 11:40:55 UTC

More information about greenfeedr at CRAN
Permanent link

New package evenBreak with initial version 1.0
Package: evenBreak
Version: 1.0
Date: 2024-10-06
Title: A Posteriori Probs of Suits Breaking Evenly Across Four Hands
Maintainer: Barry Zeeberg <barryz2013@gmail.com>
Depends: R (>= 4.2.0)
Imports: combinat, graphics, stats, utils
Description: We quantitatively evaluated the assertion that says if one suit is found to be evenly distributed among the 4 players, the rest of the suits are more likely to be evenly distributed. Our mathematical analyses show that, if one suit is found to be evenly distributed, then a second suit has a slightly elevated probability (ranging between 10% to 15%) of being evenly distributed. If two suits are found to be evenly distributed, then a third suit has a substantially elevated probability (ranging between 30% to 50%) of being evenly distributed.This package refers to methods and authentic data from Ely Culbertson <https://www.bridgebum.com/law_of_symmetry.php>, Gregory Stoll <https://gregstoll.com/~gregstoll/bridge/math.html>, and details of performing the probability calculations from Jeremy L. Martin <https://jlmartin.ku.edu/~jlmartin/bridge/basics.pdf>, Emile Borel and Andre Cheron (1954) "The Mathematical Theory of Bridge",Antonio Vivaldi and Gianni Barracho (2001, ISBN [...truncated...]
License: GPL (>= 2)
Encoding: UTF-8
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2024-10-17 17:37:56 UTC; barryzeeberg
Author: Barry Zeeberg [aut, cre]
Repository: CRAN
Date/Publication: 2024-10-21 11:41:20 UTC

More information about evenBreak at CRAN
Permanent link

New package dataCompare with initial version 1.0.0
Package: dataCompare
Title: A 'shiny' App to Compare Two Data Frames
Version: 1.0.0
Description: A tool developed with the 'Golem' framework which provides an easier way to check cells differences between two data frames. The user provides two data frames for comparison, selects IDs variables identifying each row of input data, then clicks a button to perform the comparison. Several 'R' package functions are used to describe the data and perform the comparison in the server of the application. The main ones are comparedf() from 'arsenal' and skim() from 'skimr'. For more details see the description of comparedf() from the 'arsenal' package and that of skim() from the 'skimr' package.
License: MIT + file LICENSE
URL: https://github.com/seewe/dataCompare
BugReports: https://github.com/seewe/dataCompare/issues
Imports: arsenal, config, data.table, devtools, dplyr, DT, golem, htmltools, lubridate, magrittr, pins, shiny, shinydashboard, shinydashboardPlus, shinyjs, shinyWidgets, skimr, tools, utils, vroom
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-10-18 01:38:28 UTC; Utilisateur
Author: Sergio Ewane Ebouele [aut, cre]
Maintainer: Sergio Ewane Ebouele <info@dataforknow.com>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2024-10-21 11:50:03 UTC

More information about dataCompare at CRAN
Permanent link

New package cTMed with initial version 1.0.1
Package: cTMed
Title: Continuous Time Mediation
Version: 1.0.1
Description: Calculates standard errors and confidence intervals for effects in continuous-time mediation models. This package extends the work of Deboeck and Preacher (2015) <doi:10.1080/10705511.2014.973960> and Ryan and Hamaker (2021) <doi:10.1007/s11336-021-09767-0> by providing methods to generate standard errors and confidence intervals for the total, direct, and indirect effects in these models.
URL: https://github.com/jeksterslab/cTMed, https://jeksterslab.github.io/cTMed/
BugReports: https://github.com/jeksterslab/cTMed/issues
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 3.5.0)
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, numDeriv, parallel, ctsem, simStateSpace
Suggests: knitr, rmarkdown, testthat, expm
NeedsCompilation: yes
Packaged: 2024-10-18 04:13:29 UTC; root
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph]
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-21 11:50:29 UTC

More information about cTMed at CRAN
Permanent link

Package dtrackr updated to version 0.4.6 with previous version 0.4.4 dated 2023-09-04

Title: Track your Data Pipelines
Description: Track and document 'dplyr' data pipelines. As you filter, mutate, and join your way through a data set, 'dtrackr' seamlessly keeps track of your data flow and makes publication ready documentation of a data pipeline simple.
Author: Robert Challen [aut, cre]
Maintainer: Robert Challen <rob.challen@bristol.ac.uk>

Diff between dtrackr versions 0.4.4 dated 2023-09-04 and 0.4.6 dated 2024-10-21

 DESCRIPTION                            |   14 +-
 MD5                                    |  167 +++++++++++++++++----------------
 NAMESPACE                              |    1 
 NEWS.md                                |   27 +++--
 R/dtrackr-package.R                    |only
 R/dtrackr.R                            |   81 +++++++++++-----
 R/experimental/group-counting.R        |only
 build/vignette.rds                     |binary
 inst/WORDLIST                          |only
 inst/doc/consort-example.Rmd           |    4 
 inst/doc/consort-example.html          |   43 ++++----
 inst/doc/dtrackr-options.Rmd           |    2 
 inst/doc/dtrackr-options.html          |  100 +++++++++----------
 inst/doc/dtrackr.R                     |    2 
 inst/doc/dtrackr.html                  |  144 ++++++++++++++--------------
 inst/doc/joining-pipelines.html        |   28 ++---
 man/add_count.trackr_df.Rd             |   50 ++++++---
 man/add_tally.Rd                       |   50 ++++++---
 man/arrange.trackr_df.Rd               |   40 ++++++-
 man/bind_cols.Rd                       |    7 +
 man/bind_rows.Rd                       |    7 +
 man/count_subgroup.Rd                  |    2 
 man/distinct.trackr_df.Rd              |    7 +
 man/dtrackr-package.Rd                 |only
 man/figures/lifecycle-deprecated.svg   |only
 man/figures/lifecycle-experimental.svg |only
 man/figures/lifecycle-stable.svg       |only
 man/figures/lifecycle-superseded.svg   |only
 man/filter.trackr_df.Rd                |   14 ++
 man/full_join.trackr_df.Rd             |  117 ++++++++++++++++++++++-
 man/group_by.trackr_df.Rd              |   17 ++-
 man/group_modify.trackr_df.Rd          |   18 +++
 man/inner_join.trackr_df.Rd            |  117 ++++++++++++++++++++++-
 man/left_join.trackr_df.Rd             |  117 ++++++++++++++++++++++-
 man/mutate.trackr_df.Rd                |   42 ++++++--
 man/nest_join.trackr_df.Rd             |   65 ++++++++++++
 man/p_add_count.Rd                     |   33 +++---
 man/p_add_tally.Rd                     |   37 ++-----
 man/p_anti_join.Rd                     |   20 ++-
 man/p_arrange.Rd                       |   40 ++++++-
 man/p_count_subgroup.Rd                |    2 
 man/p_distinct.Rd                      |   10 +
 man/p_filter.Rd                        |   15 +-
 man/p_full_join.Rd                     |   83 ++++++++++++++--
 man/p_group_by.Rd                      |   17 ++-
 man/p_group_modify.Rd                  |    9 -
 man/p_inner_join.Rd                    |   83 ++++++++++++++--
 man/p_left_join.Rd                     |   83 ++++++++++++++--
 man/p_mutate.Rd                        |   58 ++++++++---
 man/p_nest_join.Rd                     |   41 ++++++--
 man/p_pivot_longer.Rd                  |   25 ++--
 man/p_pivot_wider.Rd                   |   31 ++----
 man/p_reframe.Rd                       |   17 ++-
 man/p_relocate.Rd                      |   36 ++++---
 man/p_rename.Rd                        |   41 +++++---
 man/p_rename_with.Rd                   |   38 ++++---
 man/p_resume.Rd                        |   17 ++-
 man/p_right_join.Rd                    |   83 ++++++++++++++--
 man/p_select.Rd                        |   35 ++++--
 man/p_semi_join.Rd                     |   20 ++-
 man/p_slice.Rd                         |   46 ++++++++-
 man/p_slice_head.Rd                    |   39 ++++++-
 man/p_slice_max.Rd                     |   35 +++++-
 man/p_slice_min.Rd                     |   35 +++++-
 man/p_slice_sample.Rd                  |   38 ++++++-
 man/p_slice_tail.Rd                    |   39 ++++++-
 man/p_summarise.Rd                     |   19 ++-
 man/p_transmute.Rd                     |   35 ++++--
 man/p_ungroup.Rd                       |    6 -
 man/pivot_longer.trackr_df.Rd          |   81 +++++++++++++++-
 man/pivot_wider.trackr_df.Rd           |   83 ++++++++++++++++
 man/relocate.trackr_df.Rd              |   24 ++--
 man/rename.trackr_df.Rd                |   25 +++-
 man/rename_with.trackr_df.Rd           |   25 +++-
 man/resume.Rd                          |   30 ++++-
 man/right_join.trackr_df.Rd            |  117 ++++++++++++++++++++++-
 man/select.trackr_df.Rd                |   19 +--
 man/semi_join.trackr_df.Rd             |   44 ++++++++
 man/slice.trackr_df.Rd                 |   37 +++++++
 man/slice_head.trackr_df.Rd            |   37 +++++++
 man/slice_max.trackr_df.Rd             |   37 +++++++
 man/slice_min.trackr_df.Rd             |   37 +++++++
 man/slice_sample.trackr_df.Rd          |   37 +++++++
 man/slice_tail.trackr_df.Rd            |   37 +++++++
 man/transmute.trackr_df.Rd             |   19 +--
 man/ungroup.trackr_df.Rd               |    7 -
 tests/spelling.R                       |only
 vignettes/consort-example.Rmd          |    4 
 vignettes/dtrackr-options.Rmd          |    2 
 89 files changed, 2427 insertions(+), 724 deletions(-)

More information about dtrackr at CRAN
Permanent link

Package mapme.biodiversity updated to version 0.9.3 with previous version 0.9.2 dated 2024-10-10

Title: Efficient Monitoring of Global Biodiversity Portfolios
Description: Biodiversity areas, especially primary forest, serve a multitude of functions for local economy, regional functionality of the ecosystems as well as the global health of our planet. Recently, adverse changes in human land use practices and climatic responses to increased greenhouse gas emissions, put these biodiversity areas under a variety of different threats. The present package helps to analyse a number of biodiversity indicators based on freely available geographical datasets. It supports computational efficient routines that allow the analysis of potentially global biodiversity portfolios. The primary use case of the package is to support evidence based reporting of an organization's effort to protect biodiversity areas under threat and to identify regions were intervention is most duly needed.
Author: Darius A. Goergen [aut, cre] , Om Prakash Bhandari [aut], Andreas Petutschnig [ctb]
Maintainer: Darius A. Goergen <info@dariusgoergen.com>

Diff between mapme.biodiversity versions 0.9.2 dated 2024-10-10 and 0.9.3 dated 2024-10-21

 DESCRIPTION                          |    6 +++---
 MD5                                  |    8 ++++----
 NEWS.md                              |   12 ++++++++++++
 R/get_nasa_srtm.R                    |    2 +-
 tests/testthat/test-calc_indicator.R |   13 ++++++++++---
 5 files changed, 30 insertions(+), 11 deletions(-)

More information about mapme.biodiversity at CRAN
Permanent link

Package tranSurv (with last version 1.2.2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-01-12 1.2.2
2020-07-28 1.2.1
2019-05-24 1.2.0

Permanent link
Package openrouteservice updated to version 0.6.1 with previous version 0.5.3 dated 2024-10-11

Title: An 'openrouteservice' API Client
Description: The client streamlines access to the services provided by <https://api.openrouteservice.org>. It allows you to painlessly query for directions, isochrones, time-distance matrices, geocoding, elevation, points of interest, and more.
Author: Heidelberg Institute for Geoinformation Technology gGmbH [cph], Andrzej K. Oles [aut, cre]
Maintainer: Andrzej K. Oles <andrzej.oles@gmail.com>

Diff between openrouteservice versions 0.5.3 dated 2024-10-11 and 0.6.1 dated 2024-10-21

 DESCRIPTION                    |    6 +--
 MD5                            |   25 +++++++------
 NAMESPACE                      |    1 
 NEWS.md                        |    6 +++
 R/api_call.R                   |    3 +
 R/doc_utils.R                  |   22 ++++++++----
 R/export.R                     |only
 README.md                      |   75 ++++++++++++++++++++++++++++++++++-------
 inst/doc/openrouteservice.R    |    3 +
 inst/doc/openrouteservice.Rmd  |   14 ++++++-
 inst/doc/openrouteservice.html |   47 ++++++++++++++-----------
 man/ors_export.Rd              |only
 tests/testthat.Rout            |only
 tests/testthat/test-api_key.R  |   17 ++++-----
 vignettes/openrouteservice.Rmd |   14 ++++++-
 15 files changed, 166 insertions(+), 67 deletions(-)

More information about openrouteservice at CRAN
Permanent link

Package caroline updated to version 0.9.9 with previous version 0.9.2 dated 2023-11-09

Title: A Collection of Database, Data Structure, Visualization, and Utility Functions for R
Description: The caroline R library contains dozens of functions useful for: database migration (dbWriteTable2), database style joins & aggregation (nerge, groupBy, & bestBy), data structure conversion (nv, tab2df), legend table making (sstable & leghead), automatic legend positioning for scatter and box plots (), plot annotation (labsegs & mvlabs), data visualization (pies, sparge, confound.grid & raPlot), character string manipulation (m & pad), file I/O (write.delim), batch scripting, data exploration, and more. The package's greatest contributions lie in the database style merge, aggregation and interface functions as well as in it's extensive use and propagation of row, column and vector names in most functions.
Author: David Schruth [aut, cre]
Maintainer: David Schruth <code@anthropoidea.org>

Diff between caroline versions 0.9.2 dated 2023-11-09 and 0.9.9 dated 2024-10-21

 caroline-0.9.2/caroline/R/RAy.R                   |only
 caroline-0.9.2/caroline/R/sparge.R                |only
 caroline-0.9.2/caroline/R/spie.R                  |only
 caroline-0.9.9/caroline/DESCRIPTION               |   31 -
 caroline-0.9.9/caroline/MD5                       |   24 -
 caroline-0.9.9/caroline/NAMESPACE                 |    9 
 caroline-0.9.9/caroline/R/models.R                |only
 caroline-0.9.9/caroline/R/plot.RAy.R              |only
 caroline-0.9.9/caroline/R/plot.hyperplot.R        |only
 caroline-0.9.9/caroline/R/plot.pies.R             |only
 caroline-0.9.9/caroline/R/plot.sparge.R           |only
 caroline-0.9.9/caroline/R/plot.spie.R             |only
 caroline-0.9.9/caroline/R/plot.xy.ap.p.R          |only
 caroline-0.9.9/caroline/R/plots.R                 |  401 +++-------------------
 caroline-0.9.9/caroline/R/reporting.R             |only
 caroline-0.9.9/caroline/man/ellipsis.defaults.Rd  |only
 caroline-0.9.9/caroline/man/fit.1ln.rprt.Rd       |only
 caroline-0.9.9/caroline/man/legend.position.Rd    |only
 caroline-0.9.9/caroline/man/plot.confound.grid.Rd |only
 caroline-0.9.9/caroline/man/plot.sparge.Rd        |   89 ++++
 caroline-0.9.9/caroline/man/plot.xy.ab.p.Rd       |only
 21 files changed, 178 insertions(+), 376 deletions(-)

More information about caroline at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.