Title: Bayesian Model to Estimate Population Trends from Counts Series
Description: Infers the trends of one or several animal populations over time
from series of counts. It does so by accounting for count precision
(provided or inferred based on expert knowledge, e.g. guesstimates),
smoothing the population rate of increase over time, and accounting for the
maximum demographic potential of species. Inference is carried out in a
Bayesian framework. This work is part of the FRB-CESAB working group
AfroBioDrivers
<https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/afrobiodrivers/>.
Author: Nicolas Casajus [aut, cre, cph] ,
Roger Pradel [aut]
Maintainer: Nicolas Casajus <nicolas.casajus@fondationbiodiversite.fr>
Diff between popbayes versions 1.2.0 dated 2023-06-15 and 1.3 dated 2026-04-20
popbayes-1.2.0/popbayes/man/figures/hexsticker.png |only popbayes-1.3/popbayes/DESCRIPTION | 16 +++--- popbayes-1.3/popbayes/MD5 | 28 +++++------ popbayes-1.3/popbayes/NEWS.md | 6 +- popbayes-1.3/popbayes/R/bugs-funs.R | 14 ++--- popbayes-1.3/popbayes/R/format-funs.R | 53 +++++++++++---------- popbayes-1.3/popbayes/R/series-funs.R | 43 +++++++++-------- popbayes-1.3/popbayes/README.md | 10 +-- popbayes-1.3/popbayes/build/vignette.rds |binary popbayes-1.3/popbayes/inst/CITATION | 4 - popbayes-1.3/popbayes/inst/doc/generate_data.R | 2 popbayes-1.3/popbayes/inst/doc/generate_data.html | 1 popbayes-1.3/popbayes/inst/doc/popbayes.R | 24 ++++----- popbayes-1.3/popbayes/inst/doc/popbayes.html | 11 ++-- popbayes-1.3/popbayes/man/figures/logo.png |only popbayes-1.3/popbayes/man/popbayes-package.Rd | 2 16 files changed, 115 insertions(+), 99 deletions(-)
Title: Thematic Maps
Description: Thematic maps are geographical maps in which spatial data
distributions are visualized. This package offers a flexible,
layer-based, and easy to use approach to create thematic maps, such as
choropleths and bubble maps.
Author: Martijn Tennekes [aut, cre],
Jakub Nowosad [ctb],
Joel Gombin [ctb],
Sebastian Jeworutzki [ctb],
Kent Russell [ctb],
Richard Zijdeman [ctb],
John Clouse [ctb],
Robin Lovelace [ctb],
Jannes Muenchow [ctb],
Olivier Roy [ctb],
Edzer Pebesma [ctb],
Hugh [...truncated...]
Maintainer: Martijn Tennekes <mtennekes@gmail.com>
Diff between tmap versions 4.2 dated 2025-09-10 and 4.3 dated 2026-04-20
tmap-4.2/tmap/man/tm_scale_bar.Rd |only tmap-4.3/tmap/DESCRIPTION | 8 tmap-4.3/tmap/MD5 | 167 +++++------ tmap-4.3/tmap/NAMESPACE | 6 tmap-4.3/tmap/NEWS.md | 9 tmap-4.3/tmap/R/global-variables.R | 3 tmap-4.3/tmap/R/misc_comp.R | 2 tmap-4.3/tmap/R/misc_crs.R | 33 ++ tmap-4.3/tmap/R/print.R | 2 tmap-4.3/tmap/R/process_breaks.R | 18 + tmap-4.3/tmap/R/process_meta.R | 28 + tmap-4.3/tmap/R/shapeTM.R | 2 tmap-4.3/tmap/R/spatial_non_supported.R | 4 tmap-4.3/tmap/R/spatial_raster.R | 4 tmap-4.3/tmap/R/spatial_sf.R | 21 - tmap-4.3/tmap/R/spatial_sp.R | 4 tmap-4.3/tmap/R/spatial_stars.R | 10 tmap-4.3/tmap/R/spatial_terra.R | 18 - tmap-4.3/tmap/R/step1_helper_facets.R | 44 ++- tmap-4.3/tmap/R/step1_rearrange.R | 39 +- tmap-4.3/tmap/R/step2_data.R | 59 +++- tmap-4.3/tmap/R/step2_helper_data.R | 99 +++++- tmap-4.3/tmap/R/step2_skipping.R |only tmap-4.3/tmap/R/step3_trans.R | 12 tmap-4.3/tmap/R/step4_plot.R | 83 +++-- tmap-4.3/tmap/R/tm_animate.R | 3 tmap-4.3/tmap/R/tm_component_functions.R | 12 tmap-4.3/tmap/R/tm_crs.R | 5 tmap-4.3/tmap/R/tm_facets.R | 4 tmap-4.3/tmap/R/tm_layers_lines.R | 31 ++ tmap-4.3/tmap/R/tm_layers_polygons.R | 22 + tmap-4.3/tmap/R/tm_layers_symbols.R | 11 tmap-4.3/tmap/R/tm_layers_text.R | 68 ++++ tmap-4.3/tmap/R/tm_layout.R | 9 tmap-4.3/tmap/R/tm_pos.R | 6 tmap-4.3/tmap/R/tm_shape.R | 22 + tmap-4.3/tmap/R/tmapGridAux_grid.R | 2 tmap-4.3/tmap/R/tmapGridAux_tiles.R | 16 - tmap-4.3/tmap/R/tmapGridComp.R | 23 + tmap-4.3/tmap/R/tmapGridComp_funs.R | 52 ++- tmap-4.3/tmap/R/tmapGridComp_leg_landscape.R | 9 tmap-4.3/tmap/R/tmapGridComp_leg_portrait.R | 13 tmap-4.3/tmap/R/tmapGridDataPlot.R | 4 tmap-4.3/tmap/R/tmapGridDataPlot_lines.R | 4 tmap-4.3/tmap/R/tmapGridDataPlot_polygons.R | 15 - tmap-4.3/tmap/R/tmapGridDataPlot_raster.R | 4 tmap-4.3/tmap/R/tmapGridDataPlot_symbols.R | 10 tmap-4.3/tmap/R/tmapGridDataPlot_text.R | 70 ++++ tmap-4.3/tmap/R/tmapLeaflet.R | 35 +- tmap-4.3/tmap/R/tmapLeafletComp.R | 9 tmap-4.3/tmap/R/tmapLeafletDataPlot_lines.R | 183 +++++++++++- tmap-4.3/tmap/R/tmapLeafletDataPlot_polygons.R | 30 +- tmap-4.3/tmap/R/tmapLeafletDataPlot_raster.R | 4 tmap-4.3/tmap/R/tmapLeafletDataPlot_symbols.R | 36 +- tmap-4.3/tmap/R/tmapLeafletDataPlot_text.R | 134 ++++++++- tmap-4.3/tmap/R/tmapLeafletInit.R | 45 +-- tmap-4.3/tmap/R/tmapLeafletRun.R | 21 + tmap-4.3/tmap/R/tmapLeaflet_layers.R | 37 ++ tmap-4.3/tmap/R/tmapScaleAsIs.R | 5 tmap-4.3/tmap/R/tmapScaleCategorical.R | 7 tmap-4.3/tmap/R/tmapScaleContinuous.R | 11 tmap-4.3/tmap/R/tmapShape.R | 18 + tmap-4.3/tmap/R/tmapTrans.R | 359 ++++++++++++------------- tmap-4.3/tmap/R/tmap_icons.R | 3 tmap-4.3/tmap/R/tmap_mode.R | 8 tmap-4.3/tmap/R/tmap_options_defaults.R | 11 tmap-4.3/tmap/R/tmap_save.R | 6 tmap-4.3/tmap/R/view_format_popups.R | 5 tmap-4.3/tmap/build/partial.rdb |binary tmap-4.3/tmap/man/tm_animate.Rd | 6 tmap-4.3/tmap/man/tm_facets.Rd | 286 ++++++++++--------- tmap-4.3/tmap/man/tm_lines.Rd | 48 +++ tmap-4.3/tmap/man/tm_logo.Rd | 4 tmap-4.3/tmap/man/tm_polygons.Rd | 18 + tmap-4.3/tmap/man/tm_raster.Rd | 18 + tmap-4.3/tmap/man/tm_sf.Rd | 18 + tmap-4.3/tmap/man/tm_shape.Rd | 24 + tmap-4.3/tmap/man/tm_symbols.Rd | 8 tmap-4.3/tmap/man/tm_text.Rd | 66 ++++ tmap-4.3/tmap/man/tmapGetShapeMeta1.Rd | 4 tmap-4.3/tmap/man/tmapGridLeaflet.Rd | 41 ++ tmap-4.3/tmap/man/tmapReproject.Rd |only tmap-4.3/tmap/man/tmapShape.Rd | 14 tmap-4.3/tmap/man/tmap_last.Rd | 38 +- tmap-4.3/tmap/man/tmap_mode.Rd | 4 tmap-4.3/tmap/man/tmap_save.Rd | 20 - 86 files changed, 1879 insertions(+), 795 deletions(-)
Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Description: A compilation of extra 'ggplot2' themes, scales and utilities, including a
spell check function for plot label fields and an overall emphasis on typography.
A copy of the 'Google' font 'Roboto Condensed' is also included.
Author: Bob Rudis [aut, cre] ,
Patrick Kennedy [ctb],
Philipp Reiner [ctb],
Dan Wilson [ctb] ,
Xavier Adam [ctb],
Google [cph] ,
IBM [cph] ,
Goldman Sachs [cph] ,
Impallari Type [cph] ,
Jacob Barnett [ctb],
Thomas J. Leeper [ctb] ,
Joris Meys [ctb],
Steph An [...truncated...]
Maintainer: Bob Rudis <bob@rud.is>
This is a re-admission after prior archival of version 0.8.7 dated 2024-03-03
Diff between hrbrthemes versions 0.8.7 dated 2024-03-03 and 0.9.3 dated 2026-04-20
hrbrthemes-0.8.7/hrbrthemes/tests/testthat/_snaps |only hrbrthemes-0.9.3/hrbrthemes/DESCRIPTION | 34 +-- hrbrthemes-0.9.3/hrbrthemes/MD5 | 105 ++++++---- hrbrthemes-0.9.3/hrbrthemes/NAMESPACE | 33 ++- hrbrthemes-0.9.3/hrbrthemes/R/bit12.R |only hrbrthemes-0.9.3/hrbrthemes/R/check.r | 6 hrbrthemes-0.9.3/hrbrthemes/R/econ-sans.R | 2 hrbrthemes-0.9.3/hrbrthemes/R/flexoki.R |only hrbrthemes-0.9.3/hrbrthemes/R/ft.R | 49 ++-- hrbrthemes-0.9.3/hrbrthemes/R/goldmansans.R | 2 hrbrthemes-0.9.3/hrbrthemes/R/hrbrthemes-package.R | 3 hrbrthemes-0.9.3/hrbrthemes/R/inter.R | 2 hrbrthemes-0.9.3/hrbrthemes/R/plexsans.R | 2 hrbrthemes-0.9.3/hrbrthemes/R/public-sans.R | 2 hrbrthemes-0.9.3/hrbrthemes/R/roboto-condensed.r | 2 hrbrthemes-0.9.3/hrbrthemes/R/scales.r | 2 hrbrthemes-0.9.3/hrbrthemes/R/theme-ipsum.r | 2 hrbrthemes-0.9.3/hrbrthemes/R/utils-colors.R |only hrbrthemes-0.9.3/hrbrthemes/man/bit12.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/bit12_extended.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/bit12_scale.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/create_continuous_scale.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-an-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-ax1-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-ax2-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-ax3-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-bit12-01-1.png |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-bit12-02-1.png |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-flexoki-03-1.png |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-flexoki1-1.png |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-flexoki2-1.png |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-flexoki3-1.png |only hrbrthemes-0.9.3/hrbrthemes/man/figures/README-ft-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-ps-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-rc-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-sc-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/figures/README-sp-1.png |binary hrbrthemes-0.9.3/hrbrthemes/man/flexoki.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/flexoki_dark.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/flexoki_extended.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/flexoki_light.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/hrbrthemes.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_continuous.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_dark.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_dark_distiller.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_dark_spectrum.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_light.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_light_distiller.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_color_flexoki_light_spectrum.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_continuous.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_dark.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_dark_distiller.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_dark_spectrum.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_light.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_light_distiller.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_fill_flexoki_light_spectrum.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/scale_ft.Rd | 20 + hrbrthemes-0.9.3/hrbrthemes/man/scale_ipsum.Rd | 20 + hrbrthemes-0.9.3/hrbrthemes/man/scale_x_percent.Rd | 6 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum_es.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum_gs.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum_inter.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum_ps.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum_pub.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/theme_ipsum_rc.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/update_geom_font_defaults.Rd | 2 hrbrthemes-0.9.3/hrbrthemes/man/validate_direction.Rd |only hrbrthemes-0.9.3/hrbrthemes/man/validate_palette.Rd |only hrbrthemes-0.9.3/hrbrthemes/tests/testthat/fontconfig-helper.R | 5 70 files changed, 205 insertions(+), 110 deletions(-)
Title: German Election Database (GERDA)
Description: Provides tools to download datasets of German elections
covering local, state, federal, mayoral, European Parliament, and county
(Kreistag) elections, with federal county-level coverage from 1953 and
other families extending through 2025. The package supplies turnout, vote
shares, and derived indicators at the municipal and county level, including
geographically harmonized datasets that account for changes in municipal
boundaries over time and incorporate mail-in voting districts. Bundled data
includes county-level INKAR covariates (1995-2022) and municipality-level
Zensus 2022 indicators. Data is sourced from
<https://github.com/awiedem/german_election_data>.
Author: Hanno Hilbig [aut, cre]
Maintainer: Hanno Hilbig <hhilbig@ucdavis.edu>
Diff between gerda versions 0.5.0 dated 2026-01-31 and 0.6.0 dated 2026-04-20
gerda-0.5.0/gerda/tests/testthat/test-load_gerda_web.R |only gerda-0.6.0/gerda/DESCRIPTION | 29 gerda-0.6.0/gerda/MD5 | 40 - gerda-0.6.0/gerda/NEWS.md | 43 + gerda-0.6.0/gerda/R/gerda_covariates.R | 12 gerda-0.6.0/gerda/R/gerda_data_list.R | 38 + gerda-0.6.0/gerda/R/load_gerda_web.R | 322 +++++++--- gerda-0.6.0/gerda/R/party_crosswalk.R | 24 gerda-0.6.0/gerda/README.md | 152 +--- gerda-0.6.0/gerda/inst/doc/gerda.Rmd | 25 gerda-0.6.0/gerda/inst/doc/gerda.html | 223 +++++- gerda-0.6.0/gerda/man/add_gerda_covariates.Rd | 6 gerda-0.6.0/gerda/man/gerda_covariates.Rd | 6 gerda-0.6.0/gerda/man/load_gerda_web.Rd | 22 gerda-0.6.0/gerda/man/party_crosswalk.Rd | 17 gerda-0.6.0/gerda/tests/testthat/test-gerda_data_list.R | 6 gerda-0.6.0/gerda/tests/testthat/test-integration.R | 22 gerda-0.6.0/gerda/tests/testthat/test-load_gerda_web-catalog.R |only gerda-0.6.0/gerda/tests/testthat/test-load_gerda_web-extensions.R |only gerda-0.6.0/gerda/tests/testthat/test-load_gerda_web-fuzzy.R |only gerda-0.6.0/gerda/tests/testthat/test-load_gerda_web-schema.R |only gerda-0.6.0/gerda/tests/testthat/test-load_gerda_web-validation.R |only gerda-0.6.0/gerda/tests/testthat/test-party_crosswalk.R | 20 gerda-0.6.0/gerda/vignettes/gerda.Rmd | 25 24 files changed, 728 insertions(+), 304 deletions(-)
Title: Data Quality Assessment Tools
Description: In the context of data quality assessment, this package provides a number of functions for evaluating data quality across various dimensions, including completeness, plausibility, concordance, conformance, currency, timeliness, and correctness. It has been developed based on two well-known frameworks—Michael G. Kahn (2016) <doi:10.13063/2327-9214.1244> and Nicole G. Weiskopf (2017) <doi:10.5334/egems.218>—for data quality assessment. Using this package, users can evaluate the quality of their datasets, provided that corresponding metadata are available.
Author: Hamed Tabesh [aut],
Elham Hosseinzadeh [aut, cre],
Marziyeh Afkanpour [aut]
Maintainer: Elham Hosseinzadeh <elham.hh2012@gmail.com>
Diff between DQA versions 0.1.0 dated 2025-12-18 and 0.1.1 dated 2026-04-20
DESCRIPTION | 13 +++++++------ MD5 | 10 +++++----- NEWS.md | 9 +++++++++ R/check-missing.R | 6 +++--- inst/extdata/rule_definitions.R | 25 ++++++++++++++++++++++--- man/check_missing_itemwise.Rd | 2 +- 6 files changed, 47 insertions(+), 18 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2025-10-29 0.2
2024-05-15 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-12-20 0.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-03-31 0.1.2