Title: Probability Theory for Selecting Candidates in Plant Breeding
Description: Use probability theory under the Bayesian framework for calculating the risk of selecting candidates in a multi-environment context. Contained are functions used to fit a Bayesian multi-environment model (based on the available presets), extract posterior values and maximum posterior values, compute the variance components, check the model’s convergence, and calculate the probabilities. For both across and within-environments scopes, the package computes the probability of superior performance and the pairwise probability of superior performance. Furthermore, the probability of superior stability and the pairwise probability of superior stability across environments is estimated. A joint probability of superior performance and stability is also provided.
Author: Saulo Chaves [aut, cre] ,
Kaio Dias [aut, cph] ,
Matheus Krause [aut]
Maintainer: Saulo Chaves <saulo.chaves@ufv.br>
Diff between ProbBreed versions 1.0.4.3 dated 2024-11-06 and 1.0.4.4 dated 2024-11-10
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 4 ++++ R/prob_sup.R | 6 +++--- build/partial.rdb |binary 5 files changed, 14 insertions(+), 10 deletions(-)
Title: Bootstrap Confidence Intervals on Effect Sizes
Description: Calculate robust measures of effect sizes using the bootstrap.
Author: Daniel Gerlanc [aut, cre],
Kris Kirby [aut]
Maintainer: Daniel Gerlanc <dan@gerlanc.com>
Diff between bootES versions 1.3.0 dated 2023-04-10 and 1.3.1 dated 2024-11-10
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/pearsonsr.R | 4 ++-- README.md | 2 +- tests/testthat/test_calcPearsonsR.R | 22 ++++++++++++++++++++++ 5 files changed, 32 insertions(+), 10 deletions(-)
Title: Viewscape Analysis
Description: A collection of functions to make R a more effective viewscape analysis
tool for calculating viewscape metrics based on computing the viewable area for
given a point/multiple viewpoints and a digital elevation model.The method of calculating
viewscape metrics implemented in this package are based on the work of
Tabrizian et al. (2020) <doi:10.1016/j.landurbplan.2019.103704>. The algorithm of computing
viewshed is based on the work of
Franklin & Ray. (1994) <https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=555780f6f5d7e537eb1edb28862c86d1519af2be>.
Author: Xiaohao Yang [aut, cre, cph],
Nathan Fox [aut],
Derek Van Berkel [aut],
Mark Lindquist [aut]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>
Diff between viewscape versions 2.0.0 dated 2024-11-09 and 2.0.1 dated 2024-11-10
DESCRIPTION | 8 +++++--- MD5 | 4 ++-- src/visibleLabel.cpp | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-)
Title: Fast Data Aggregation, Modification, and Filtering with Pipes
and 'data.table'
Description: Provides pipe-style interface for 'data.table'. Package preserves all 'data.table' features without
significant impact on performance. 'let' and 'take' functions are simplified interfaces for most common data
manipulation tasks. For example, you can write 'take(mtcars, mean(mpg), by = am)' for aggregation or
'let(mtcars, hp_wt = hp/wt, hp_wt_mpg = hp_wt/mpg)' for modification. Use 'take_if/let_if' for conditional
aggregation/modification. Additionally there are some conveniences such as automatic 'data.frame'
conversion to 'data.table'.
Author: Gregory Demin [aut, cre]
Maintainer: Gregory Demin <gdemin@gmail.com>
Diff between maditr versions 0.8.4 dated 2024-01-11 and 0.8.5 dated 2024-11-10
DESCRIPTION | 10 MD5 | 38 +- NAMESPACE | 71 ++++ NEWS | 7 R/dt_utils.R | 8 R/let.R | 16 - R/maditr-package.R | 2 R/to_wide.R | 7 R/verbs.R | 13 build/vignette.rds |binary inst/doc/Introduction.R | 102 ------ inst/doc/Introduction.Rmd | 104 ------ inst/doc/Introduction.html | 610 +++++++++++++-------------------------- inst/tinytest/test_dplyr_verbs.R | 11 inst/tinytest/test_join.R | 6 man/dt_mutate.Rd | 12 man/let_if.Rd | 8 man/reexports.Rd | 3 man/to_long.Rd | 7 vignettes/Introduction.Rmd | 104 ------ 20 files changed, 337 insertions(+), 802 deletions(-)
Title: Estimate Survival from Common Data Model Cohorts
Description: Estimate survival using data mapped to the Observational Medical Outcomes Partnership common data model. Survival can be estimated based on user-defined study cohorts.
Author: Edward Burn [aut, cre] ,
Kim Lopez-Gueell [aut] ,
Marti Catala [aut] ,
Xintong Li [aut] ,
Danielle Newby [aut] ,
Nuria Mercade-Besora [aut]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Diff between CohortSurvival versions 0.5.2 dated 2024-06-29 and 0.6.0 dated 2024-11-10
CohortSurvival-0.5.2/CohortSurvival/R/benchmarkCohortSurvival.R |only CohortSurvival-0.5.2/CohortSurvival/R/recordAttrition.R |only CohortSurvival-0.5.2/CohortSurvival/R/suppressSurvivalCounts.R |only CohortSurvival-0.5.2/CohortSurvival/R/utils.R |only CohortSurvival-0.5.2/CohortSurvival/man/benchmarkCohortSurvival.Rd |only CohortSurvival-0.5.2/CohortSurvival/man/figures/hexsticker.png |only CohortSurvival-0.5.2/CohortSurvival/man/survivalParticipants.Rd |only CohortSurvival-0.5.2/CohortSurvival/tests/testthat/test-benchmarkCohortSurvival.R |only CohortSurvival-0.6.0/CohortSurvival/DESCRIPTION | 34 CohortSurvival-0.6.0/CohortSurvival/MD5 | 87 CohortSurvival-0.6.0/CohortSurvival/NAMESPACE | 18 CohortSurvival-0.6.0/CohortSurvival/R/addCohortSurvival.R | 89 CohortSurvival-0.6.0/CohortSurvival/R/asSurvivalResult.R | 56 CohortSurvival-0.6.0/CohortSurvival/R/deathDiagnostics.R | 12 CohortSurvival-0.6.0/CohortSurvival/R/estimateSurvival.R | 1270 ++++------ CohortSurvival-0.6.0/CohortSurvival/R/generateDeathCohort.R | 320 +- CohortSurvival-0.6.0/CohortSurvival/R/inputValidation.R | 69 CohortSurvival-0.6.0/CohortSurvival/R/mockMGUS2cdm.R | 40 CohortSurvival-0.6.0/CohortSurvival/R/plotSurvival.R | 27 CohortSurvival-0.6.0/CohortSurvival/R/reexport-omopgenerics.R |only CohortSurvival-0.6.0/CohortSurvival/R/tableSurvival.R | 79 CohortSurvival-0.6.0/CohortSurvival/README.md | 19 CohortSurvival-0.6.0/CohortSurvival/build/vignette.rds |binary CohortSurvival-0.6.0/CohortSurvival/inst/WORDLIST | 1 CohortSurvival-0.6.0/CohortSurvival/inst/doc/a01_Single_event_of_interest.R | 8 CohortSurvival-0.6.0/CohortSurvival/inst/doc/a01_Single_event_of_interest.Rmd | 13 CohortSurvival-0.6.0/CohortSurvival/inst/doc/a01_Single_event_of_interest.html | 476 +-- CohortSurvival-0.6.0/CohortSurvival/inst/doc/a02_Competing_risk_survival.R | 9 CohortSurvival-0.6.0/CohortSurvival/inst/doc/a02_Competing_risk_survival.Rmd | 17 CohortSurvival-0.6.0/CohortSurvival/inst/doc/a02_Competing_risk_survival.html | 422 +-- CohortSurvival-0.6.0/CohortSurvival/inst/doc/a03_Further_survival_analyses.Rmd | 2 CohortSurvival-0.6.0/CohortSurvival/inst/doc/a03_Further_survival_analyses.html | 46 CohortSurvival-0.6.0/CohortSurvival/man/CohortSurvival-package.Rd | 15 CohortSurvival-0.6.0/CohortSurvival/man/estimateCompetingRiskSurvival.Rd | 19 CohortSurvival-0.6.0/CohortSurvival/man/estimateSingleEventSurvival.Rd | 13 CohortSurvival-0.6.0/CohortSurvival/man/figures/README-unnamed-chunk-10-1.png |binary CohortSurvival-0.6.0/CohortSurvival/man/figures/README-unnamed-chunk-11-1.png |binary CohortSurvival-0.6.0/CohortSurvival/man/figures/README-unnamed-chunk-9-1.png |binary CohortSurvival-0.6.0/CohortSurvival/man/figures/logo.png |only CohortSurvival-0.6.0/CohortSurvival/man/figures/logo_old.png |only CohortSurvival-0.6.0/CohortSurvival/man/generateDeathCohortSet.Rd | 2 CohortSurvival-0.6.0/CohortSurvival/man/plotSurvival.Rd | 3 CohortSurvival-0.6.0/CohortSurvival/man/reexports.Rd |only CohortSurvival-0.6.0/CohortSurvival/tests/testthat/test-addCohortSurvival.R | 9 CohortSurvival-0.6.0/CohortSurvival/tests/testthat/test-estimateSurvival.R | 272 +- CohortSurvival-0.6.0/CohortSurvival/tests/testthat/test-plotSurvival.R | 37 CohortSurvival-0.6.0/CohortSurvival/tests/testthat/test-reexports-omopgenerics.R |only CohortSurvival-0.6.0/CohortSurvival/tests/testthat/test-tableSurvival.R | 62 CohortSurvival-0.6.0/CohortSurvival/vignettes/a01_Single_event_of_interest.Rmd | 13 CohortSurvival-0.6.0/CohortSurvival/vignettes/a02_Competing_risk_survival.Rmd | 17 CohortSurvival-0.6.0/CohortSurvival/vignettes/a03_Further_survival_analyses.Rmd | 2 51 files changed, 1718 insertions(+), 1860 deletions(-)
More information about CohortSurvival at CRAN
Permanent link
Title: Identify Relevant Clinical Codes and Evaluate Their Use
Description: Generate a candidate code list for the Observational Medical Outcomes Partnership (OMOP) common data model based on string matching. For a given search strategy, a candidate code list will be returned.
Author: Edward Burn [aut, cre] ,
Marti Catala [ctb] ,
Xihang Chen [aut] ,
Nuria Mercade-Besora [aut] ,
Mike Du [ctb] ,
Danielle Newby [ctb]
Maintainer: Edward Burn <edward.burn@ndorms.ox.ac.uk>
Diff between CodelistGenerator versions 3.2.1 dated 2024-10-17 and 3.3.0 dated 2024-11-10
CodelistGenerator-3.2.1/CodelistGenerator/R/findUnmappedCodes.R |only CodelistGenerator-3.2.1/CodelistGenerator/man/restrictToCodesInUse.Rd |only CodelistGenerator-3.3.0/CodelistGenerator/DESCRIPTION | 10 CodelistGenerator-3.3.0/CodelistGenerator/MD5 | 97 CodelistGenerator-3.3.0/CodelistGenerator/NAMESPACE | 4 CodelistGenerator-3.3.0/CodelistGenerator/R/codesFromConceptSet.R | 1073 - CodelistGenerator-3.3.0/CodelistGenerator/R/codesInUse.R | 104 CodelistGenerator-3.3.0/CodelistGenerator/R/getDoseUnit.R | 102 CodelistGenerator-3.3.0/CodelistGenerator/R/getICD10StandardCodes.R | 15 CodelistGenerator-3.3.0/CodelistGenerator/R/runSearch.R | 6 CodelistGenerator-3.3.0/CodelistGenerator/R/stratifyByConcept.R | 174 CodelistGenerator-3.3.0/CodelistGenerator/R/stratifyByDoseUnit.R | 280 CodelistGenerator-3.3.0/CodelistGenerator/R/subsetOnDomain.R |only CodelistGenerator-3.3.0/CodelistGenerator/R/subsetOnDoseUnit.R | 200 CodelistGenerator-3.3.0/CodelistGenerator/R/summariseAchillesCodeUse.R | 16 CodelistGenerator-3.3.0/CodelistGenerator/R/summariseCodeUse.R | 1682 +- CodelistGenerator-3.3.0/CodelistGenerator/R/summariseOrphanCodes.R | 15 CodelistGenerator-3.3.0/CodelistGenerator/R/summariseUnmappedCodes.R |only CodelistGenerator-3.3.0/CodelistGenerator/R/tableAchillesCodeUse.R | 70 CodelistGenerator-3.3.0/CodelistGenerator/R/tableCodeUse.R | 552 CodelistGenerator-3.3.0/CodelistGenerator/R/tableUnmappedCodes.R |only CodelistGenerator-3.3.0/CodelistGenerator/build/vignette.rds |binary CodelistGenerator-3.3.0/CodelistGenerator/inst/doc/a01_Introduction_to_CodelistGenerator.html | 2 CodelistGenerator-3.3.0/CodelistGenerator/inst/doc/a02_Candidate_codes_OA.html | 2 CodelistGenerator-3.3.0/CodelistGenerator/inst/doc/a03_Options_for_CodelistGenerator.html | 2 CodelistGenerator-3.3.0/CodelistGenerator/inst/doc/a04_Vocab_based_codelists.html | 50 CodelistGenerator-3.3.0/CodelistGenerator/inst/not_all_concept_sets/cohort_def.json | 5706 +++++----- CodelistGenerator-3.3.0/CodelistGenerator/man/getDoseUnit.Rd | 38 CodelistGenerator-3.3.0/CodelistGenerator/man/stratifyByConcept.Rd | 44 CodelistGenerator-3.3.0/CodelistGenerator/man/stratifyByDoseUnit.Rd | 44 CodelistGenerator-3.3.0/CodelistGenerator/man/subsetOnDomain.Rd |only CodelistGenerator-3.3.0/CodelistGenerator/man/subsetOnDoseUnit.Rd | 46 CodelistGenerator-3.3.0/CodelistGenerator/man/summariseAchillesCodeUse.Rd | 9 CodelistGenerator-3.3.0/CodelistGenerator/man/summariseCodeUse.Rd | 8 CodelistGenerator-3.3.0/CodelistGenerator/man/summariseCohortCodeUse.Rd | 5 CodelistGenerator-3.3.0/CodelistGenerator/man/summariseUnmappedCodes.Rd |only CodelistGenerator-3.3.0/CodelistGenerator/man/tableAchillesCodeUse.Rd | 14 CodelistGenerator-3.3.0/CodelistGenerator/man/tableCodeUse.Rd | 14 CodelistGenerator-3.3.0/CodelistGenerator/man/tableCohortCodeUse.Rd | 14 CodelistGenerator-3.3.0/CodelistGenerator/man/tableOrphanCodes.Rd | 14 CodelistGenerator-3.3.0/CodelistGenerator/man/tableUnmappedCodes.Rd |only CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-dbms.R | 177 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-getCandidateCodes.R | 668 - CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-getDoseUnit.R | 22 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-getICD10StandardCodes.R | 12 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-restrictToCodesInUse.R | 8 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-stratifyByConcept.R | 74 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-stratifyByDoseUnit.R | 44 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-stratifyByRouteCategory.R | 76 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-subsetOnDomain.R |only CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-subsetOnDoseUnit.R | 36 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-summariseAchillesCodeUse.R | 3 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-summariseUnmappedCodes.R |only CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-tableCodeUse.R | 33 CodelistGenerator-3.3.0/CodelistGenerator/tests/testthat/test-tableUnmappedCodes.R |only 55 files changed, 5733 insertions(+), 5832 deletions(-)
More information about CodelistGenerator at CRAN
Permanent link
Title: Clustering of Sites with Species Data
Description: Clustering algorithm developed for use with plot inventories of species. It groups plots by subsets of diagnostic species rather than overall species composition. There is an unsupervised and a supervised mode, the latter accepting suggestions for species with greater weight and cluster medoids.
Author: Sebastian Schmidtlein [aut, cre]
,
Jason Collison [aut],
Robin Pfannendoerfer [aut],
Lubomir Tichy [ctb]
Maintainer: Sebastian Schmidtlein <schmidtlein@kit.edu>
Diff between isopam versions 2.0 dated 2024-01-09 and 3.0 dated 2024-11-10
DESCRIPTION | 11 - MD5 | 12 - NAMESPACE | 25 +- R/isopam.R | 603 ++++++++++++++++++++++++++++++++------------------------ R/plot.isotab.R | 2 man/isopam.Rd | 28 ++ man/isotab.Rd | 4 7 files changed, 398 insertions(+), 287 deletions(-)
Title: Summary Plots with Adjusted Error Bars
Description: Computes standard error and confidence interval of various descriptive statistics under
various designs and sampling schemes. The main function, superbPlot(), return a plot. superbData()
returns a dataframe with the statistic and its precision interval so that other plotting package
can be used. See Cousineau and colleagues (2021) <doi:10.1177/25152459211035109>
or Cousineau (2017) <doi:10.5709/acp-0214-z> for a review as well as Cousineau (2005)
<doi:10.20982/tqmp.01.1.p042>, Morey (2008) <doi:10.20982/tqmp.04.2.p061>, Baguley (2012)
<doi:10.3758/s13428-011-0123-7>, Cousineau & Laurencelle (2016) <doi:10.1037/met0000055>,
Cousineau & O'Brien (2014) <doi:10.3758/s13428-013-0441-z>, Calderini & Harding
<doi:10.20982/tqmp.15.1.p001> for specific references.
Author: Denis Cousineau [aut, cre],
Bradley Harding [ctb],
Marc-Andre Goulet [ctb],
Jesika Walker [art, pre]
Maintainer: Denis Cousineau <denis.cousineau@uottawa.ca>
Diff between superb versions 0.95.15 dated 2024-08-17 and 0.95.19 dated 2024-11-10
DESCRIPTION | 20 MD5 | 299 +++--- NAMESPACE | 18 NEWS.md | 70 + R/TMB1964r.R | 36 R/dataFigure1.R | 12 R/dataFigure2.R | 14 R/dataFigure3.R | 12 R/dataFigure4.R | 12 R/functionsFormulas.R |only R/functionsPlotting_advanced.R | 141 -- R/functionsPlotting_base.R | 497 ---------- R/functionsPlotting_boxplot.R | 38 R/functionsPlotting_circular.R |only R/functionsPlotting_corset.R |only R/functionsPlotting_moderate.R |only R/functionsPlotting_ribbon.R | 21 R/functionsStatistical.R | 35 R/functionsTransformation.R | 8 R/geom_flat_violin.R |only R/geom_superberrorbar.R | 167 ++- R/grd.R | 83 + R/makeTransparent.R | 7 R/runDebug.R | 1 R/showSignificance.R | 30 R/superb-package.R | 2 R/superb.R |only R/superbData.R | 4 R/superbPlot.R | 58 - R/superbShiny.R | 2 R/superbToWide.R | 23 README.md | 215 +++- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 2 inst/REFERENCES.bib | 46 inst/doc/CustomizingSuperbPlots.R | 14 inst/doc/CustomizingSuperbPlots.Rmd | 14 inst/doc/CustomizingSuperbPlots.html | 244 ++-- inst/doc/TheMakingOf.R | 80 - inst/doc/TheMakingOf.Rmd | 80 - inst/doc/TheMakingOf.html | 363 +++---- inst/doc/Vignette1.R | 53 - inst/doc/Vignette1.Rmd | 113 +- inst/doc/Vignette1.html | 167 ++- inst/doc/Vignette2.R | 124 +- inst/doc/Vignette2.Rmd | 124 +- inst/doc/Vignette2.html | 100 +- inst/doc/Vignette3.R | 51 - inst/doc/Vignette3.Rmd | 80 + inst/doc/Vignette3.html | 149 +- inst/doc/Vignette4.R | 145 +- inst/doc/Vignette4.Rmd | 145 +- inst/doc/Vignette4.html | 179 +-- inst/doc/Vignette5.R | 68 - inst/doc/Vignette5.Rmd | 68 - inst/doc/Vignette5.html | 122 +- inst/doc/Vignette6.R | 20 inst/doc/Vignette6.Rmd | 22 inst/doc/Vignette6.html | 74 - inst/doc/Vignette7.R | 80 - inst/doc/Vignette7.Rmd | 80 - inst/doc/Vignette7.html | 100 +- inst/doc/Vignette8.R | 45 inst/doc/Vignette8.Rmd | 45 inst/doc/Vignette8.html | 53 - inst/doc/Vignette9.R | 23 inst/doc/Vignette9.Rmd | 23 inst/doc/Vignette9.html | 69 - inst/doc/VignetteA.R | 160 +-- inst/doc/VignetteA.Rmd | 160 +-- inst/doc/VignetteA.html | 196 ++- inst/doc/VignetteB.R | 14 inst/doc/VignetteB.Rmd | 18 inst/doc/VignetteB.html | 33 inst/doc/VignetteC.R | 12 inst/doc/VignetteC.Rmd | 22 inst/doc/VignetteC.html | 32 inst/doc/VignetteD.R | 5 inst/doc/VignetteD.Rmd | 5 inst/doc/VignetteD.html | 19 inst/doc/VignetteE.R | 14 inst/doc/VignetteE.Rmd | 14 inst/doc/VignetteE.html | 26 inst/doc/VignetteF.R | 10 inst/doc/VignetteF.Rmd | 10 inst/doc/VignetteF.html | 48 inst/doc/VignetteG.R | 60 - inst/doc/VignetteG.Rmd | 72 - inst/doc/VignetteG.html | 120 +- inst/doc/VignetteH.R |only inst/doc/VignetteH.Rmd |only inst/doc/VignetteH.html |only inst/superbShiny/App.R | 9 inst/superbShiny/rsconnect/shinyapps.io/dcousin3/superbshiny.dcf | 2 man/GRD.Rd | 36 man/TMB1964r.Rd | 36 man/biasCorrectionTransform.Rd | 2 man/dataFigure1.Rd | 12 man/dataFigure2.Rd | 14 man/dataFigure3.Rd | 12 man/dataFigure4.Rd | 12 man/geom_flat_violin.Rd |only man/geom_superberrorbar.Rd | 85 + man/is.formula.Rd |only man/makeTransparent.Rd | 7 man/measuresWithMissingData.Rd | 2 man/poolSDTransform.Rd | 2 man/precisionMeasureWithCustomDF.Rd | 33 man/runDebug.Rd | 1 man/showSignificance.Rd | 30 man/slope.Rd | 10 man/subjectCenteringTransform.Rd | 2 man/superb-package.Rd | 3 man/superb.Rd |only man/superbData.Rd | 2 man/superbPlot.Rd | 19 man/superbPlot.bar.Rd | 11 man/superbPlot.boxplot.Rd | 28 man/superbPlot.circularline.Rd |only man/superbPlot.circularlineBand.Rd |only man/superbPlot.circularpoint.Rd |only man/superbPlot.circularpointjitter.Rd |only man/superbPlot.circularpointlinejitter.Rd |only man/superbPlot.corset.Rd |only man/superbPlot.halfwidthline.Rd | 11 man/superbPlot.line.Rd | 11 man/superbPlot.lineBand.Rd | 15 man/superbPlot.pointindividualline.Rd | 28 man/superbPlot.pointjitter.Rd | 13 man/superbPlot.pointjitterviolin.Rd | 13 man/superbPlot.pointlinejitter.Rd |only man/superbPlot.raincloud.Rd | 12 man/superbShiny.Rd | 2 man/superbToWide.Rd | 8 man/twoStepTransform.Rd | 2 tests/testthat/test_GRD.R | 2 tests/testthat/test_circularplots.R |only tests/testthat/test_geom_superberrorbar.R |only tests/testthat/test_superb.R |only tests/testthat/test_superbData.R | 13 tests/testthat/test_superbPlot.R | 60 + tests/testthat/test_superbToWide.R | 18 vignettes/CustomizingSuperbPlots.Rmd | 14 vignettes/TheMakingOf.Rmd | 80 - vignettes/Vignette1.Rmd | 113 +- vignettes/Vignette2.Rmd | 124 +- vignettes/Vignette3.Rmd | 80 + vignettes/Vignette4.Rmd | 145 +- vignettes/Vignette5.Rmd | 68 - vignettes/Vignette6.Rmd | 22 vignettes/Vignette7.Rmd | 80 - vignettes/Vignette8.Rmd | 45 vignettes/Vignette9.Rmd | 23 vignettes/VignetteA.Rmd | 160 +-- vignettes/VignetteB.Rmd | 18 vignettes/VignetteC.Rmd | 22 vignettes/VignetteD.Rmd | 5 vignettes/VignetteE.Rmd | 14 vignettes/VignetteF.Rmd | 10 vignettes/VignetteG.Rmd | 72 - vignettes/VignetteH.Rmd |only 162 files changed, 4012 insertions(+), 3701 deletions(-)
Title: Freshing Up your 'ggplot2' Plots
Description: Functions for working with legends and axis lines of 'ggplot2',
facets that repeat axis lines on all panels, and some 'knitr' extensions.
Author: Stefan McKinnon Edwards [aut, ctb, cre]
,
Baptiste Auguie [ctb] ,
Shaun Jackman [ctb] ,
Hadley Wickham [ctb] ,
Winston Chang [ctb]
Maintainer: Stefan McKinnon Edwards <sme@iysik.com>
Diff between lemon versions 0.4.9 dated 2024-02-08 and 0.5.0 dated 2024-11-10
DESCRIPTION | 8 MD5 | 171 NAMESPACE | 120 R/axis-annotation.r | 744 +-- R/brackets.R | 408 - R/coord-capped.r | 368 - R/coord-flex.r | 498 +- R/dot.r | 126 R/facet-rep-lab.r | 374 - R/facet-wrap.r | 523 +- R/geom-pointline.r | 873 ++-- R/geom-siderange.r | 576 +- R/ggplot2.r | 296 - R/grob_utils.r | 138 R/gtable_show-.r | 284 - R/guides-axis.r | 278 - R/legends.r | 880 ++-- R/lemon-plot.r | 302 - R/lemon.r | 100 R/lemon_print.r | 251 - R/scale-symmetric.r | 116 build/vignette.rds |binary inst/doc/capped-axes.R | 180 inst/doc/capped-axes.Rmd | 548 +- inst/doc/capped-axes.html | 1245 ++--- inst/doc/facet-rep-labels.R | 82 inst/doc/facet-rep-labels.Rmd | 202 inst/doc/facet-rep-labels.html | 910 ++-- inst/doc/geoms.R | 38 inst/doc/geoms.Rmd | 86 inst/doc/geoms.html | 771 +-- inst/doc/gtable_show_lemonade.R | 354 - inst/doc/gtable_show_lemonade.Rmd | 406 - inst/doc/gtable_show_lemonade.html | 1050 ++--- inst/doc/legends.R | 346 - inst/doc/legends.Rmd | 724 +-- inst/doc/legends.html | 1498 +++---- inst/doc/lemon_print.R | 114 inst/doc/lemon_print.Rmd | 298 - inst/doc/lemon_print.html | 1464 +++---- inst/examples/axis-annotation-ex.r | 58 inst/examples/geom-pointline-ex.r | 84 inst/examples/geom-siderange-ex.r | 44 man/annotate_axis.Rd | 184 man/brackets.Rd | 126 man/coord_capped.Rd | 190 man/coord_flex.Rd | 226 - man/dot.Rd | 104 man/facet_rep.Rd | 68 man/g_legend.Rd | 146 man/geom_pointpath.Rd | 406 - man/geom_siderange.Rd | 260 - man/get_panel_range.Rd | 48 man/ggplot2-non-exports.Rd | 66 man/grid_arrange_shared_legend.Rd | 144 man/gtable_show.Rd | 108 man/guidebox_as_column.Rd | 74 man/is.small.Rd | 60 man/lemon-ggproto.Rd | 126 man/lemon.Rd | 144 man/lemon_plot.Rd | 44 man/lemon_print.Rd | 174 man/remove_labels_from_axis.Rd | 34 man/render_gpar.Rd | 54 man/reposition_legend.Rd | 224 - man/scale_symmetric.Rd | 72 tests/testthat.R | 18 tests/testthat/_snaps/brackets/brackets-on-all-four-sides.svg | 674 +-- tests/testthat/_snaps/caps/capped-axes.svg | 262 - tests/testthat/_snaps/facet/facet-rep-grid-spacing.svg | 270 - tests/testthat/_snaps/facet/facet-rep-wrap-spacing-2.svg |only tests/testthat/_snaps/facet/facet-rep-wrap-spacing.svg | 380 - tests/testthat/_snaps/facet_aux/facet-rep-grid.svg | 2090 +++++----- tests/testthat/_snaps/facet_aux/facet-rep-wrap.svg | 1152 ++--- tests/testthat/test_brackets.R | 178 tests/testthat/test_caps.R | 80 tests/testthat/test_coord_.R | 128 tests/testthat/test_facet.R | 79 tests/testthat/test_facet_aux.R | 124 tests/testthat/test_geom-pointline.r | 90 tests/testthat/test_lemon_plot.r | 50 vignettes/capped-axes.Rmd | 548 +- vignettes/facet-rep-labels.Rmd | 202 vignettes/geoms.Rmd | 86 vignettes/gtable_show_lemonade.Rmd | 406 - vignettes/legends.Rmd | 724 +-- vignettes/lemon_print.Rmd | 298 - 87 files changed, 14457 insertions(+), 14400 deletions(-)
Title: Procedures for Gaussian and Non Gaussian Geostatistical (Large)
Data Analysis
Description: Functions for Gaussian and Non Gaussian (bivariate) spatial and spatio-temporal data analysis are provided for a) (fast) simulation of random fields, b) inference for random fields using standard likelihood and a likelihood approximation method called weighted composite likelihood based on pairs and b) prediction using (local) best linear unbiased prediction. Weighted composite likelihood can be very efficient for estimating massive datasets. Both regression and spatial (temporal) dependence analysis can be jointly performed. Flexible covariance models for spatial and spatial-temporal data on Euclidean domains and spheres are provided. There are also many useful functions for plotting and performing diagnostic analysis. Different non Gaussian random fields can be considered in the analysis. Among them, random fields with marginal distributions such as Skew-Gaussian, Student-t, Tukey-h, Sin-Arcsin, Two-piece, Weibull, Gamma, Log-Gaussian, Binomial, Negative Binomial and Poisson. Se [...truncated...]
Author: Moreno Bevilacqua [aut, cre] ,
Victor Morales-Onate [aut] ,
Christian Caamano-Carrillo [aut]
Maintainer: Moreno Bevilacqua <moreno.bevilacqua89@gmail.com>
Diff between GeoModels versions 2.0.7 dated 2024-10-25 and 2.0.8 dated 2024-11-10
DESCRIPTION | 10 MD5 | 38 +- R/GeoCompositeLik2.R | 30 -- R/GeoCovariogram.r | 28 +- R/GeoCovmatrix.r | 3 R/GeoFit.r | 1 R/GeoFit2.R | 2 R/GeoKrig.r | 2 R/GeoLik.r | 30 +- R/GeoNeighIndex.R | 18 - R/GeoNeighbSelect.R | 169 ++++++++++-- R/GeoSim.r | 5 R/GeoSimapprox.r | 42 ++- R/Geovarestbootstrap.R | 4 R/TB.R | 616 ++++++++++++++++++++++------------------------ man/GeoNeighbSelect.Rd | 41 +-- man/GeoSimapprox.Rd | 27 +- man/GeoVarestbootstrap.Rd | 2 src/CorrelationFunction.c | 41 --- src/TB.c | 63 +++- 20 files changed, 648 insertions(+), 524 deletions(-)
Title: Comparing and Visualizing Differences Between Surveys
Description: Easily analyze and visualize differences between samples (e.g., benchmark comparisons, nonresponse comparisons in surveys) on three levels. The comparisons can be univariate, bivariate or multivariate. On univariate level the variables of interest of a survey and a comparison survey (i.e. benchmark) are compared, by calculating one of several difference measures (e.g., relative difference in mean), and an average difference between the surveys. On bivariate level a function can calculate significant differences in correlations for the surveys. And on multivariate levels a function can calculate significant differences in model coefficients between the surveys of comparison. All of those differences can be easily plotted and outputted as a table. For more detailed information on the methods and example use see Rohr, B., Silber, H., & Felderer, B. (2024). „Comparing the Accuracy of Univariate, Bivariate, and Multivariate Estimates across Probability and Non-Probability Surveys with [...truncated...]
Author: Bjoern Rohr [aut, cre, cph],
Barbara Felderer [aut]
Maintainer: Bjoern Rohr <bjoern.rohr@gesis.org>
Diff between sampcompR versions 0.2.3 dated 2024-08-19 and 0.2.4 dated 2024-11-10
DESCRIPTION | 14 - MD5 | 18 - NEWS.md | 8 R/Bivdiff.R | 439 ++++++++++++------------------------ R/Multidiff.R | 340 ++++++++++++++++++--------- R/Unidiff.R | 309 +++++++++++++++++++------ man/biv_compare.Rd | 10 man/multi_compare.Rd | 10 man/uni_compare.Rd | 15 + tests/testthat/helper_uni_compare.R | 6 10 files changed, 672 insertions(+), 497 deletions(-)
Title: Styling of Graphics using Cascading Style Sheets
Description: Provides a means to style plots through cascading style sheets.
This separates the aesthetics from the data crunching in plots and charts.
Author: Tomasz Konopka [aut, cre]
Maintainer: Tomasz Konopka <tokonopka@gmail.com>
Diff between Rcssplot versions 1.0.0 dated 2019-12-13 and 1.1.0 dated 2024-11-10
DESCRIPTION | 9 ++--- MD5 | 26 +++++++------- NAMESPACE | 2 + R/Rcss.R | 12 +++--- R/RcssUpdate.R | 2 - R/RcssWrappers.R | 74 ++++++++++++++++++++++++++++++++++++++++++ build/vignette.rds |binary inst/doc/Rcssplot.R | 79 ++++++++++++++++++++++----------------------- inst/doc/Rcssplot.Rnw | 25 +++++++++----- inst/doc/Rcssplot.pdf |binary man/RcssCompulsoryClass.Rd | 4 +- man/RcssDefaultStyle.Rd | 4 +- man/cairo_pdf.Rd |only man/svg.Rd |only vignettes/Rcssplot.Rnw | 25 +++++++++----- 15 files changed, 179 insertions(+), 83 deletions(-)
Title: Convert R Models to PMML
Description: R wrapper for the JPMML-R library <https://github.com/jpmml/jpmml-r>,
which converts R models to Predictive Model Markup Language (PMML).
Author: Villu Ruusmann [aut, cre]
Maintainer: Villu Ruusmann <villu.ruusmann@gmail.com>
Diff between r2pmml versions 0.28.0 dated 2024-07-25 and 0.29.0 dated 2024-11-10
r2pmml-0.28.0/r2pmml/inst/java/gson-2.9.1.jar |only r2pmml-0.28.0/r2pmml/inst/java/guava-15.0-minified.jar |only r2pmml-0.28.0/r2pmml/inst/java/pmml-converter-1.5.7.jar |only r2pmml-0.28.0/r2pmml/inst/java/pmml-model-1.6.5.jar |only r2pmml-0.28.0/r2pmml/inst/java/pmml-model-metro-1.6.5.jar |only r2pmml-0.28.0/r2pmml/inst/java/pmml-rexp-1.5.6.jar |only r2pmml-0.28.0/r2pmml/inst/java/pmml-rexp-xgboost-1.5.6.jar |only r2pmml-0.28.0/r2pmml/java/pmml-converter-1.5.7-sources.jar |only r2pmml-0.28.0/r2pmml/java/pmml-rexp-1.5.6-sources.jar |only r2pmml-0.28.0/r2pmml/java/pmml-rexp-xgboost-1.5.6-sources.jar |only r2pmml-0.29.0/r2pmml/DESCRIPTION | 20 +++-- r2pmml-0.29.0/r2pmml/MD5 | 39 +++++----- r2pmml-0.29.0/r2pmml/NEWS.md | 17 ++++ r2pmml-0.29.0/r2pmml/R/r2pmml.R | 17 +++- r2pmml-0.29.0/r2pmml/README.md | 6 + r2pmml-0.29.0/r2pmml/inst/java/classpath.txt |only r2pmml-0.29.0/r2pmml/inst/java/gson-2.10.1.jar |only r2pmml-0.29.0/r2pmml/inst/java/guava-19.0-minified.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-converter-1.5.8.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-lightgbm-1.5.5.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-model-1.6.6.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-model-metro-1.6.6.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-rexp-1.6.1.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-rexp-evaluator-1.6.1.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-rexp-lightgbm-1.6.1.jar |only r2pmml-0.29.0/r2pmml/inst/java/pmml-rexp-xgboost-1.6.1.jar |only r2pmml-0.29.0/r2pmml/inst/java/r2pmml-1.0-SNAPSHOT.jar |binary r2pmml-0.29.0/r2pmml/java/pmml-converter-1.5.8-sources.jar |only r2pmml-0.29.0/r2pmml/java/pmml-lightgbm-1.5.5-sources.jar |only r2pmml-0.29.0/r2pmml/java/pmml-rexp-1.6.1-sources.jar |only r2pmml-0.29.0/r2pmml/java/pmml-rexp-evaluator-1.6.1-sources.jar |only r2pmml-0.29.0/r2pmml/java/pmml-rexp-lightgbm-1.6.1-sources.jar |only r2pmml-0.29.0/r2pmml/java/pmml-rexp-xgboost-1.6.1-sources.jar |only r2pmml-0.29.0/r2pmml/man/r2pmml.Rd | 3 34 files changed, 74 insertions(+), 28 deletions(-)
Title: Multiple Indicator Cluster Survey (MICS) 2017-18 Data for
Punjab, Pakistan
Description: Provides data set and function for exploration of Multiple Indicator Cluster Survey (MICS) 2017-18 data for Punjab, Pakistan. The results of the present survey are critically important for the purposes of SDG monitoring, as the survey produces information on 32 global SDG indicators. The data was collected from 53,840 households selected at the second stage with systematic random sampling out of a sample of 2,692 clusters selected using Probability Proportional to size sampling. Six questionnaires were used in the survey: (1) a household questionnaire to collect basic demographic information on all de jure household members (usual residents), the household, and the dwelling; (2) a water quality testing questionnaire administered in three households in each cluster of the sample; (3) a questionnaire for individual women administered in each household to all women age 15-49 years; (4) a questionnaire for individual men administered in every second household to all men age 15-49 years; (5 [...truncated...]
Author: Muhammad Yaseen [aut, cre]
Maintainer: Muhammad Yaseen <myaseen208@gmail.com>
Diff between PakPMICS2018 versions 1.1.0 dated 2024-09-13 and 1.2.0 dated 2024-11-10
DESCRIPTION | 15 ++++++++------- MD5 | 34 +++++++++++++++++----------------- NEWS.md | 5 +++++ R/PakPMICS2018bh.R | 4 ++-- R/PakPMICS2018ch.R | 2 +- R/PakPMICS2018fs.R | 2 +- R/PakPMICS2018hl.R | 4 ++-- R/PakPMICS2018mm.R | 4 ++-- R/PakPMICS2018mn.R | 4 ++-- R/PakPMICS2018wm.R | 4 ++-- README.md | 12 +++++++----- build/vignette.rds |binary man/PakPMICS2018bh.Rd | 4 ++-- man/PakPMICS2018fs.Rd | 2 +- man/PakPMICS2018hl.Rd | 4 ++-- man/PakPMICS2018mm.Rd | 4 ++-- man/PakPMICS2018mn.Rd | 4 ++-- man/PakPMICS2018wm.Rd | 4 ++-- 18 files changed, 60 insertions(+), 52 deletions(-)
Title: 'NoSQL' Database Connector
Description: Simplified JSON document database access and manipulation,
providing a common API across supported 'NoSQL' databases
'Elasticsearch', 'CouchDB', 'MongoDB' as well as
'SQLite/JSON1', 'PostgreSQL', and 'DuckDB'.
Author: Ralf Herold [aut, cre] ,
Scott Chamberlain [aut] ,
Rich FitzJohn [aut],
Jeroen Ooms [aut]
Maintainer: Ralf Herold <ralf.herold@mailbox.org>
Diff between nodbi versions 0.10.7 dated 2024-09-29 and 0.11.0 dated 2024-11-10
DESCRIPTION | 13 MD5 | 46 +-- NEWS.md | 13 R/create.R | 657 ++++++++++++++++++++----------------------- R/get.R | 11 R/list.R | 2 R/query.R | 212 +++++++++---- R/src_couchdb.R | 20 - R/src_duckdb.R | 9 R/src_elasticsearch.R | 5 R/src_mongo.R | 4 R/src_postgres.R | 20 + R/src_sqlite.R | 29 + R/update.R | 371 +++++++++++++++--------- R/zzz.R | 185 +++++++----- build/vignette.rds |binary inst/doc/nodbi-overview.R | 27 + inst/doc/nodbi-overview.Rmd | 29 + inst/doc/nodbi-overview.html | 127 +++----- man/docdb_get.Rd | 2 man/docdb_list.Rd | 2 man/docdb_query.Rd | 7 tests/testthat/core-nodbi.R | 19 - vignettes/nodbi-overview.Rmd | 29 + 24 files changed, 1057 insertions(+), 782 deletions(-)
Title: Functions to Inline C, C++, Fortran Function Calls from R
Description: Functionality to dynamically define R functions and S4 methods
with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling
conventions.
Author: Oleg Sklyar [aut],
Dirk Eddelbuettel [aut, cre] ,
Romain Francois [aut] ,
Mike Smith [ctb],
Duncan Murdoch [ctb],
Karline Soetaert [ctb] ,
Johannes Ranke [ctb]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between inline versions 0.3.19 dated 2021-05-31 and 0.3.20 dated 2024-11-10
DESCRIPTION | 32 ++++++++++++++++++++++++-------- MD5 | 20 ++++++++++---------- R/cfunction.R | 10 ++++++---- R/utilities.R | 2 +- README.md | 5 ++--- build/partial.rdb |binary inst/NEWS.Rd | 14 ++++++++++++-- inst/tinytest/test_cxxfunction.R | 2 +- inst/tinytest/test_utilities.R | 2 ++ man/cxxfunction.Rd | 2 +- man/package.skeleton.Rd | 4 ++-- 11 files changed, 61 insertions(+), 32 deletions(-)
Title: Reveal a 'ggplot' Incrementally
Description: Provides functions that make it easy to reveal 'ggplot2' graphs incrementally. The functions take a plot produced with 'ggplot2' and return a list of plots showing data incrementally by panels, layers, groups, the values in an axis or any arbitrary aesthetic.
Author: Weverthon Machado [aut, cre, cph]
Maintainer: Weverthon Machado <weverthonmachado@gmail.com>
Diff between ggreveal versions 0.1.3 dated 2024-08-30 and 0.1.4 dated 2024-11-10
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- NEWS.md | 8 +++++--- R/reveal_panels_everything.R | 6 +----- README.md | 2 +- 5 files changed, 15 insertions(+), 17 deletions(-)
Title: Retrieve and Analyze Clinical Trials in Public Registers
Description: A system for querying, retrieving and analyzing
protocol- and results-related information on clinical trials from
four public registers, the 'European Union Clinical Trials Register'
('EUCTR', <https://www.clinicaltrialsregister.eu/>),
'ClinicalTrials.gov' (<https://clinicaltrials.gov/> and also
translating queries the retired classic interface), the
'ISRCTN' (<http://www.isrctn.com/>) and the
'European Union Clinical Trials Information System'
('CTIS', <https://euclinicaltrials.eu/>).
Trial information is downloaded, converted and stored in a database
('PostgreSQL', 'SQLite', 'DuckDB' or 'MongoDB'; via package 'nodbi').
Documents in registers associated with trials can also be downloaded.
Other functions identify deduplicated records,
easily find and extract variables (fields) of interest even
from complex nested data as used by the registers,
merge variables and update queries.
The package can be used for meta-analysis and trend-analysis of
the design and cond [...truncated...]
Author: Ralf Herold [aut, cre]
Maintainer: Ralf Herold <ralf.herold@mailbox.org>
Diff between ctrdata versions 1.19.4 dated 2024-09-29 and 1.19.5 dated 2024-11-10
DESCRIPTION | 14 MD5 | 48 +- NEWS.md | 11 R/ctrGetQueryUrl.R | 6 R/ctrLoadQueryIntoDb.R | 4 R/ctrLoadQueryIntoDbCtgov2.R | 12 R/ctrLoadQueryIntoDbCtis.R | 27 - R/ctrOpenSearchPagesInBrowser.R | 37 +- R/ctrdata-registers.R | 29 - R/dbFindFields.R | 127 ++++--- R/dbGetFieldsIntoDf.R | 3 R/dfTrials2Long.R | 3 R/util_functions.R | 73 ++-- README.md | 311 +++++++++---------- build/vignette.rds |binary inst/WORDLIST | 4 inst/doc/ctrdata_install.pdf |binary inst/doc/ctrdata_retrieve.pdf |binary inst/doc/ctrdata_summarise.pdf |binary inst/tinytest/test_ctrdata_other_functions.R | 8 man/ctrLoadQueryIntoDb.Rd | 4 man/ctrdata-registers.Rd | 29 - man/figures/README-ctrdata_across_registers.png |binary man/figures/README-ctrdata_results_neuroblastoma.png |binary vignettes/ctrdata_summarise.Rmd | 4 25 files changed, 424 insertions(+), 330 deletions(-)
Title: Efficient Bayesian Algorithms for Binary and Categorical Data
Regression Models
Description: Efficient Bayesian implementations of probit, logit, multinomial logit and binomial logit models. Functions for plotting and tabulating the estimation output are available as well. Estimation is based on Gibbs sampling where the Markov chain Monte Carlo algorithms are based on the latent variable representations and marginal data augmentation algorithms described in "Gregor Zens, Sylvia Frühwirth-Schnatter & Helga Wagner (2023). Ultimate Pólya Gamma Samplers – Efficient MCMC for possibly imbalanced binary and categorical data, Journal of the American Statistical Association <doi:10.1080/01621459.2023.2259030>".
Author: Gregor Zens [aut, cre],
Sylvia Fruehwirth-Schnatter [aut],
Helga Wagner [aut]
Maintainer: Gregor Zens <zens@iiasa.ac.at>
Diff between UPG versions 0.3.4 dated 2023-11-04 and 0.3.5 dated 2024-11-10
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NEWS | 3 +++ R/MNL.R | 3 +-- build/vignette.rds |binary inst/doc/vignette.pdf |binary 6 files changed, 12 insertions(+), 10 deletions(-)
Title: Single-Source Capture-Recapture Models
Description: Implementation of single-source capture-recapture methods for population size estimation using zero-truncated, zero-one truncated and zero-truncated one-inflated Poisson, Geometric and Negative Binomial regression as well as Zelterman's and Chao's regression. Package includes point and interval estimators for the population size with variances estimated using analytical or bootstrap method. Details can be found in: van der Heijden et all. (2003) <doi:10.1191/1471082X03st057oa>, Böhning and van der Heijden (2019) <doi:10.1214/18-AOAS1232>, Böhning et al. (2020) Capture-Recapture Methods for the Social and Medical Sciences or Böhning and Friedl (2021) <doi:10.1007/s10260-021-00556-8>.
Author: Piotr Chlebicki [aut, cre],
Maciej Beresewicz [aut, ctb]
Maintainer: Piotr Chlebicki <piotrek.pecet@gmail.com>
Diff between singleRcapture versions 0.2.1.2 dated 2024-07-18 and 0.2.1.3 dated 2024-11-10
DESCRIPTION | 9 +- MD5 | 88 ++++++++++++------------ R/Chao.R | 4 - R/Hurdleztgeom.R | 2 R/Hurdleztnegbin.R | 1 R/Hurdleztpoisson.R | 1 R/control.R | 54 +++++++-------- R/documentationFiles.R | 59 ++++++++-------- R/estimatePopsize.R | 23 +++--- R/leave-one-out.R | 3 R/nonparametricBootstrap.R | 3 R/oiztgeom.R | 2 R/oiztnegbin.R | 1 R/parametricBootstrap.R | 2 R/plots.R | 15 ++-- R/strataEstimation.R | 107 ++++++++++++++---------------- R/zelterman.R | 6 + R/zotgeom.R | 3 R/zotnegbin.R | 1 R/zotpoisson.R | 1 R/ztHurdlegeom.R | 2 R/ztHurdlenegbin.R | 1 R/ztHurdlepoisson.R | 1 R/ztgeom.R | 8 +- R/ztnegbin.R | 1 R/ztoigeom.R | 2 R/ztoinegbin.R | 1 R/ztoipoisson.R | 1 R/ztpoisson.R | 2 README.md | 85 ++++++++++------------- build/singleRcapture.pdf |binary build/stage23.rdb |binary inst/tinytest/test_developer_only.R | 1 inst/tinytest/test_inflated_hurdle.R | 2 inst/tinytest/test_methods.R | 2 man/controlMethod.Rd | 24 +++--- man/controlModel.Rd | 8 +- man/controlPopVar.Rd | 22 +++--- man/estimatePopsize.Rd | 25 +++---- man/figures/README-unnamed-chunk-10-1.png |binary man/figures/README-unnamed-chunk-11-1.png |binary man/plot.singleRStaticCountData.Rd | 2 man/regDiagSingleR.Rd | 8 +- man/singleRmodels.Rd | 51 +++++++------- man/stratifyPopsize.Rd | 12 +-- 45 files changed, 335 insertions(+), 311 deletions(-)
More information about singleRcapture at CRAN
Permanent link
Title: A Collection of Scoring Functions for Assessing Point Forecasts
Description: Implements multiple consistent scoring functions
(Gneiting T (2011) <doi:10.1198/jasa.2011.r10138>) for assessing point
forecasts and point predictions. Detailed documentation of scoring
functions' properties is included for facilitating interpretation of
results.
Author: Hristos Tyralis [aut, cre] ,
Georgia Papacharalampous [aut]
Maintainer: Hristos Tyralis <montchrister@gmail.com>
Diff between scoringfunctions versions 0.0.6 dated 2023-06-12 and 0.0.7 dated 2024-11-10
DESCRIPTION | 8 ++-- MD5 | 73 ++++++++++++++++++++++++---------------- NAMESPACE | 8 ++++ R/expectile_if.R |only R/expectile_sf.R | 4 +- R/ghuber_sf.R | 10 ++++- R/gpl1_sf.R | 4 +- R/gpl2_sf.R | 4 +- R/huber_sf.R | 6 ++- R/interval_sf.R |only R/mean_if.R |only R/mv_if.R |only R/mv_sf.R |only R/nmoment_if.R |only R/nmoment_sf.R |only R/quantile_if.R |only R/quantile_sf.R | 4 +- build/partial.rdb |binary inst/CITATION | 23 ++++++------ man/aerr_sf.Rd | 21 +++++++---- man/aperr_sf.Rd | 15 ++++---- man/bmedian_sf.Rd | 15 ++++---- man/bregman1_sf.Rd | 20 +++++----- man/bregman2_sf.Rd | 20 +++++----- man/bregman3_sf.Rd | 15 ++++---- man/bregman4_sf.Rd | 15 ++++---- man/capping_function.Rd | 14 +++++++ man/expectile_if.Rd |only man/expectile_sf.Rd | 26 +++++++++----- man/ghuber_sf.Rd | 39 +++++++++++++++------ man/gpl1_sf.Rd | 34 +++++++++++------- man/gpl2_sf.Rd | 32 ++++++++++------- man/huber_sf.Rd | 27 ++++++++++---- man/interval_sf.Rd |only man/maelog_sf.Rd | 8 ++-- man/maesd_sf.Rd | 8 ++-- man/mean_if.Rd |only man/mv_if.Rd |only man/mv_sf.Rd |only man/nmoment_if.Rd |only man/nmoment_sf.Rd |only man/quantile_if.Rd |only man/quantile_sf.Rd | 33 +++++++++++++----- man/relerr_sf.Rd | 14 ++++--- man/scoringfunctions-package.Rd |only man/serr_sf.Rd | 20 +++++----- 46 files changed, 330 insertions(+), 190 deletions(-)
More information about scoringfunctions at CRAN
Permanent link
Title: An R Autograding Extension for Otter-Grader
Description: An R autograding extension for Otter-Grader (<https://otter-grader.readthedocs.io>). It supports
grading R scripts, R Markdown documents, and R Jupyter Notebooks.
Author: Christopher Pyles [aut, cre] ,
UC Berkeley Data Science Education Program [cph]
Maintainer: Christopher Pyles <cpyles@berkeley.edu>
Diff between ottr versions 1.5.0 dated 2024-02-01 and 1.5.1 dated 2024-11-10
ottr-1.5.0/ottr/tests/testthat/testthat-problems.rds |only ottr-1.5.1/ottr/DESCRIPTION | 8 ottr-1.5.1/ottr/LICENSE | 6 ottr-1.5.1/ottr/MD5 | 134 +-- ottr-1.5.1/ottr/NAMESPACE | 18 ottr-1.5.1/ottr/R/GradingResults.R | 108 +-- ottr-1.5.1/ottr/R/TestCase.R | 166 ++-- ottr-1.5.1/ottr/R/TestCaseResult.R | 170 ++-- ottr-1.5.1/ottr/R/TestFileResult.R | 188 ++--- ottr-1.5.1/ottr/R/check.R | 130 +-- ottr-1.5.1/ottr/R/check_collector.R | 94 +- ottr-1.5.1/ottr/R/execute_script.R | 80 +- ottr-1.5.1/ottr/R/export.R | 224 +++--- ottr-1.5.1/ottr/R/grade_script.R | 88 +- ottr-1.5.1/ottr/R/load_test_cases.R | 74 +- ottr-1.5.1/ottr/R/run_autograder.R | 56 - ottr-1.5.1/ottr/R/save_notebook.R | 86 +- ottr-1.5.1/ottr/R/update_ast_check_calls.R | 78 +- ottr-1.5.1/ottr/R/utils.R | 96 +- ottr-1.5.1/ottr/R/valid_syntax.R | 66 - ottr-1.5.1/ottr/README.md | 20 ottr-1.5.1/ottr/man/CheckCollector.Rd | 164 ++-- ottr-1.5.1/ottr/man/GradingResults.Rd | 196 ++--- ottr-1.5.1/ottr/man/TestCase.Rd | 248 +++--- ottr-1.5.1/ottr/man/TestCaseResult.Rd | 250 +++---- ottr-1.5.1/ottr/man/TestFileResult.Rd | 246 +++--- ottr-1.5.1/ottr/man/check.Rd | 54 - ottr-1.5.1/ottr/man/collector_env.Rd | 36 - ottr-1.5.1/ottr/man/collector_varname.Rd | 32 ottr-1.5.1/ottr/man/execute_script.Rd | 50 - ottr-1.5.1/ottr/man/export.Rd | 82 +- ottr-1.5.1/ottr/man/get_collector.Rd | 22 ottr-1.5.1/ottr/man/grade_script.Rd | 46 - ottr-1.5.1/ottr/man/initialize_collector.Rd | 22 ottr-1.5.1/ottr/man/load_test_cases.Rd | 36 - ottr-1.5.1/ottr/man/run_autograder.Rd | 54 - ottr-1.5.1/ottr/man/running_on_jupyter.Rd | 40 - ottr-1.5.1/ottr/man/save_notebook.Rd | 54 - ottr-1.5.1/ottr/man/update_ast_check_calls.Rd | 46 - ottr-1.5.1/ottr/man/valid_syntax.Rd | 110 +-- ottr-1.5.1/ottr/tests/testthat.R | 24 ottr-1.5.1/ottr/tests/testthat/files/example_test_file.R | 78 +- ottr-1.5.1/ottr/tests/testthat/files/integration_expected_results/fails_2_hidden.json | 186 ++--- ottr-1.5.1/ottr/tests/testthat/files/integration_expected_results/fails_3.json | 186 ++--- ottr-1.5.1/ottr/tests/testthat/files/integration_expected_results/passes_all.json | 186 ++--- ottr-1.5.1/ottr/tests/testthat/files/integration_expected_results_rounding |only ottr-1.5.1/ottr/tests/testthat/files/integration_test_cases/q1.R | 38 - ottr-1.5.1/ottr/tests/testthat/files/integration_test_cases/q2.R | 44 - ottr-1.5.1/ottr/tests/testthat/files/integration_test_cases/q3.R | 42 - ottr-1.5.1/ottr/tests/testthat/helper_make_test_cases.R | 92 +- ottr-1.5.1/ottr/tests/testthat/helper_make_test_file_results.R | 72 +- ottr-1.5.1/ottr/tests/testthat/helper_make_test_file_results_list.R | 12 ottr-1.5.1/ottr/tests/testthat/test_GradingResults.R | 52 - ottr-1.5.1/ottr/tests/testthat/test_TestCase.R | 162 ++-- ottr-1.5.1/ottr/tests/testthat/test_TestCaseResult.R | 152 ++-- ottr-1.5.1/ottr/tests/testthat/test_TestFileResult.R | 214 +++--- ottr-1.5.1/ottr/tests/testthat/test_check.R | 112 +-- ottr-1.5.1/ottr/tests/testthat/test_check_collector.R | 50 - ottr-1.5.1/ottr/tests/testthat/test_execute_script.R | 90 +- ottr-1.5.1/ottr/tests/testthat/test_export.R | 356 +++++----- ottr-1.5.1/ottr/tests/testthat/test_grade_script.R | 76 +- ottr-1.5.1/ottr/tests/testthat/test_integration.R | 89 +- ottr-1.5.1/ottr/tests/testthat/test_load_test_cases.R | 64 - ottr-1.5.1/ottr/tests/testthat/test_run_autograder.R | 34 ottr-1.5.1/ottr/tests/testthat/test_running_on_jupyter.R | 20 ottr-1.5.1/ottr/tests/testthat/test_save_notebook.R | 88 +- ottr-1.5.1/ottr/tests/testthat/test_update_ast_check_calls.R | 54 - ottr-1.5.1/ottr/tests/testthat/test_valid_syntax.R | 34 68 files changed, 3154 insertions(+), 3131 deletions(-)
Title: Chinese Leaflet Map Relate Operation
Description: Provides 'sf' data for Chinese provinces and cities,
methods for plotting shape maps of Chinese provinces and cities,
Convert Coordinates Between Different Systems,
and a layer for 'leaflet' with Gaode tiles.
It is designed to facilitate geographical data visualization in China.
Author: Damonsoul [aut, cre]
Maintainer: Damonsoul <chenmaowei96@gmail.com>
Diff between leafletZH versions 0.1.0 dated 2024-10-25 and 0.1.1 dated 2024-11-10
leafletZH-0.1.0/leafletZH/man/addcityShape.Rd |only leafletZH-0.1.1/leafletZH/DESCRIPTION | 20 ++- leafletZH-0.1.1/leafletZH/MD5 | 40 ++++-- leafletZH-0.1.1/leafletZH/NAMESPACE | 10 + leafletZH-0.1.1/leafletZH/NEWS.md | 12 + leafletZH-0.1.1/leafletZH/R/RcppExports.R |only leafletZH-0.1.1/leafletZH/R/addAreaPolygons.R |only leafletZH-0.1.1/leafletZH/R/addCityShape.R | 4 leafletZH-0.1.1/leafletZH/R/areaCalculator.R |only leafletZH-0.1.1/leafletZH/R/cppFun.R |only leafletZH-0.1.1/leafletZH/R/data.R | 40 ++++-- leafletZH-0.1.1/leafletZH/R/leafletZH-package.R | 17 +- leafletZH-0.1.1/leafletZH/README.md | 127 ++++---------------- leafletZH-0.1.1/leafletZH/build |only leafletZH-0.1.1/leafletZH/inst |only leafletZH-0.1.1/leafletZH/man/addAreaPolygons.Rd |only leafletZH-0.1.1/leafletZH/man/addCityShape.Rd |only leafletZH-0.1.1/leafletZH/man/areaCalculator.Rd |only leafletZH-0.1.1/leafletZH/man/china_city.Rd | 27 ++-- leafletZH-0.1.1/leafletZH/man/china_province.Rd | 27 ++-- leafletZH-0.1.1/leafletZH/man/convertCoordinates.Rd |only leafletZH-0.1.1/leafletZH/man/leafletZH-package.Rd | 37 +++-- leafletZH-0.1.1/leafletZH/src |only leafletZH-0.1.1/leafletZH/tests |only leafletZH-0.1.1/leafletZH/vignettes |only 25 files changed, 187 insertions(+), 174 deletions(-)
Title: Analyze Multi-Threading Performance for 'data.table' Functions
Description: Assists in finding the most suitable thread count for the various
'data.table' routines that support parallel processing.
Author: Anirban Chetia [aut, cre]
Maintainer: Anirban Chetia <ac4743@nau.edu>
Diff between data.table.threads versions 1.0.0 dated 2024-10-11 and 1.0.1 dated 2024-11-10
data.table.threads-1.0.0/data.table.threads/R/setThreadCount.R |only data.table.threads-1.0.1/data.table.threads/DESCRIPTION | 6 - data.table.threads-1.0.1/data.table.threads/MD5 | 18 +-- data.table.threads-1.0.1/data.table.threads/NAMESPACE | 1 data.table.threads-1.0.1/data.table.threads/NEWS.md | 7 - data.table.threads-1.0.1/data.table.threads/R/addRecommendedEfficiency.R |only data.table.threads-1.0.1/data.table.threads/R/findOptimalThreadCount.R | 30 ++++- data.table.threads-1.0.1/data.table.threads/R/plot.data_table_threads_benchmark.R | 44 +------ data.table.threads-1.0.1/data.table.threads/R/setThreadCount.r |only data.table.threads-1.0.1/data.table.threads/README.md | 60 +++++----- data.table.threads-1.0.1/data.table.threads/man/addRecommendedEfficiency.Rd |only data.table.threads-1.0.1/data.table.threads/man/setThreadCount.Rd | 2 12 files changed, 90 insertions(+), 78 deletions(-)
More information about data.table.threads at CRAN
Permanent link
Title: Draw Geographical Maps
Description: Display of maps. Projection code and larger maps are in
separate packages ('mapproj' and 'mapdata').
Author: Original S code by Richard A. Becker and Allan R. Wilks.
R version by Ray Brownrigg.
Enhancements by Thomas P Minka and Alex Deckmyn.
Maintainer: Alex Deckmyn <alex.deckmyn@meteo.be>
Diff between maps versions 3.4.2 dated 2023-12-15 and 3.4.2.1 dated 2024-11-10
DESCRIPTION | 6 +++--- MD5 | 4 ++-- src/mapget.c | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-)