Title: Multiple Testing for Hypotheses with Hierarchical or Group
Structure
Description: Performs multiple testing corrections that take specific structure
of hypotheses into account, as described in Sankaran & Holmes (2014)
<doi:10.18637/jss.v059.i13>.
Author: Kris Sankaran [aut, cre]
Maintainer: Kris Sankaran <ksankaran@wisc.edu>
Diff between structSSI versions 1.2.0 dated 2025-09-27 and 1.2.1 dated 2025-10-12
DESCRIPTION | 6 +++--- MD5 | 4 ++-- tests/testthat/test_gbh.R | 20 +++++++++++--------- 3 files changed, 16 insertions(+), 14 deletions(-)
Title: Access Colombian Data via APIs and Curated Datasets
Description: Provides a comprehensive interface to access diverse public data about
Colombia through multiple APIs and curated datasets. The package integrates
four different APIs: 'API-Colombia' for Colombian-specific data including
geography, culture, tourism, and government information; 'World Bank API'
for economic and demographic indicators; 'Nager.Date' for public holidays;
and 'REST Countries API' for general country information. The package enables
users to explore various aspects of Colombia such as geographic locations,
cultural attractions, economic indicators, demographic data, and public
holidays. Additionally, 'ColombiAPI' includes curated datasets covering
Bogota air stations, business and holiday dates, public schools, Colombian
coffee exports, cannabis licenses, Medellin rainfall, malls in Bogota, as
well as datasets on indigenous languages, student admissions and school
statistics, forest liana mortality, municipal and regional data, connectivity
and digital infrastructure, progra [...truncated...]
Author: Renzo Caceres Rossi [aut, cre]
Maintainer: Renzo Caceres Rossi <arenzocaceresrossi@gmail.com>
Diff between ColombiAPI versions 0.3.0 dated 2025-09-29 and 0.3.1 dated 2025-10-12
DESCRIPTION | 6 MD5 | 148 +++++++++--------- NAMESPACE | 1 NEWS.md | 14 + R/colombiapi-package.R | 2 R/data-documentation.R | 2 R/get_colombia_airports.R | 2 R/get_colombia_attractions.R | 2 R/get_colombia_child_mortality.R | 2 R/get_colombia_cities.R | 2 R/get_colombia_cpi.R | 2 R/get_colombia_departments.R | 2 R/get_colombia_energy_use.R | 2 R/get_colombia_gdp.R | 2 R/get_colombia_holidays.R | 2 R/get_colombia_hospital_beds.R | 2 R/get_colombia_invasive_species.R | 2 R/get_colombia_life_expectancy.R | 68 ++++++-- R/get_colombia_literacy_rate.R | 2 R/get_colombia_native_communities.R | 2 R/get_colombia_natural_areas.R | 2 R/get_colombia_population.R | 2 R/get_colombia_presidents.R | 2 R/get_colombia_radios.R | 2 R/get_colombia_regions.R | 2 R/get_colombia_typical_dishes.R | 2 R/get_colombia_unemployment.R | 2 R/get_country_info_co.R | 2 R/utils.R | 2 R/view_datasets_ColombiAPI.R | 2 inst/CITATION | 2 man/get_colombia_life_expectancy.Rd | 10 - tests/testthat/test-Bogota_airstations_df.R | 2 tests/testthat/test-Bogota_business_Date.R | 2 tests/testthat/test-Bogota_holidays_Date.R | 2 tests/testthat/test-Bogota_malls_tbl_df.R | 2 tests/testthat/test-Bucaramanga_wifi_tbl_df.R | 2 tests/testthat/test-Cannabis_Licenses_tbl_df.R | 2 tests/testthat/test-Cartagena_wifi_tbl_df.R | 2 tests/testthat/test-Colombia_coffee_tbl_df.R | 2 tests/testthat/test-Medellin_rain_tbl_df.R | 2 tests/testthat/test-Tulua_Public_Schools_tbl_df.R | 2 tests/testthat/test-admitted_students_df.R | 2 tests/testthat/test-dead_lianas_df.R | 2 tests/testthat/test-digital_centers_tbl_df.R | 2 tests/testthat/test-digital_graduates_tbl_df.R | 2 tests/testthat/test-foreign_visitors_tbl_df.R | 2 tests/testthat/test-gdp_departments_tbl_df.R | 2 tests/testthat/test-get_colombia_airports.R | 2 tests/testthat/test-get_colombia_attractions.R | 2 tests/testthat/test-get_colombia_child_mortality.R | 2 tests/testthat/test-get_colombia_cities.R | 2 tests/testthat/test-get_colombia_cpi.R | 2 tests/testthat/test-get_colombia_departments.R | 2 tests/testthat/test-get_colombia_energy_use.R | 2 tests/testthat/test-get_colombia_gdp.R | 2 tests/testthat/test-get_colombia_holidays.R | 2 tests/testthat/test-get_colombia_hospital_beds.R | 2 tests/testthat/test-get_colombia_invasive_species.R | 2 tests/testthat/test-get_colombia_life_expectancy.R | 94 +++++++---- tests/testthat/test-get_colombia_literacy_rate.R | 83 ++++++---- tests/testthat/test-get_colombia_native_communities.R | 2 tests/testthat/test-get_colombia_natural_areas.R | 2 tests/testthat/test-get_colombia_population.R | 2 tests/testthat/test-get_colombia_presidents.R | 2 tests/testthat/test-get_colombia_radios.R | 2 tests/testthat/test-get_colombia_regions.R | 2 tests/testthat/test-get_colombia_typical_dishes.R | 2 tests/testthat/test-get_colombia_unemployment.R | 2 tests/testthat/test-get_country_info_co.R | 2 tests/testthat/test-indigenous_vocabulary_df.R | 2 tests/testthat/test-municipalities_tbl_df.R | 2 tests/testthat/test-school_levels_df.R | 2 tests/testthat/test-vehicle_count_tbl_df.R | 2 tests/testthat/test-view_datasets_ColombiAPI.R | 2 75 files changed, 336 insertions(+), 222 deletions(-)
Title: High Performance Remote File System, Database and 'Geospatial'
Access Using 'duckdb'
Description: Provides friendly wrappers for creating 'duckdb'-backed connections
to tabular datasets ('csv', parquet, etc) on local or remote file systems.
This mimics the behaviour of "open_dataset" in the 'arrow' package,
but in addition to 'S3' file system also generalizes to any list of 'http' URLs.
Author: Carl Boettiger [aut, cre] ,
Michael D. Sumner [ctb]
Maintainer: Carl Boettiger <cboettig@gmail.com>
Diff between duckdbfs versions 0.1.1 dated 2025-07-17 and 0.1.2 dated 2025-10-12
DESCRIPTION | 8 +- MD5 | 52 +++++++------- NEWS.md | 6 + R/cached_connection.R | 60 +++++++--------- R/duckdb_config.R | 167 ++++++++++++++++++++++++----------------------- R/h3.R | 18 ++--- R/to_geojson.R |only R/write_dataset.R | 127 ++++++----------------------------- R/write_geo.R |only README.md | 2 inst/WORDLIST | 11 +++ man/as_view.Rd | 2 man/cached_connection.Rd | 8 +- man/close_connection.Rd | 2 man/duckdb_config.Rd | 4 - man/duckdb_extensions.Rd | 2 man/duckdb_get_config.Rd | 2 man/duckdb_reset.Rd | 2 man/duckdb_s3_config.Rd | 2 man/load_h3.Rd | 9 +- man/open_dataset.Rd | 2 man/spatial_join.Rd | 2 man/st_read_meta.Rd | 2 man/to_geojson.Rd | 7 + man/to_h3j.Rd | 2 man/to_sf.Rd | 2 man/write_dataset.Rd | 4 - man/write_geo.Rd | 15 +++- 28 files changed, 239 insertions(+), 281 deletions(-)
Title: R and C++ Interfaces to 'spdlog' C++ Header Library for Logging
Description: The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides
many desirable features. This package bundles these header files for easy use by R packages
from both their R and C or C++ code. Explicit use via 'LinkingTo:' is also supported. Also
see the 'spdl' package which enhanced this package with a consistent R and C++ interface.
Author: Dirk Eddelbuettel [aut, cre] ,
Gabi Melman [aut] ,
Victor Zverovic [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppSpdlog versions 0.0.22 dated 2025-05-09 and 0.0.23 dated 2025-10-12
ChangeLog | 14 DESCRIPTION | 9 MD5 | 71 +- README.md | 2 build/partial.rdb |binary build/vignette.rds |binary inst/CITATION |only inst/NEWS.Rd | 9 inst/doc/introduction.html | 2 inst/include/spdlog/cfg/helpers-inl.h | 13 inst/include/spdlog/details/file_helper-inl.h | 2 inst/include/spdlog/details/os-inl.h | 21 inst/include/spdlog/details/registry-inl.h | 2 inst/include/spdlog/details/tcp_client-windows.h | 94 ++ inst/include/spdlog/details/tcp_client.h | 81 ++ inst/include/spdlog/details/thread_pool-inl.h | 5 inst/include/spdlog/fmt/bundled/args.h | 4 inst/include/spdlog/fmt/bundled/base.h | 179 ++--- inst/include/spdlog/fmt/bundled/chrono.h | 113 --- inst/include/spdlog/fmt/bundled/color.h | 36 - inst/include/spdlog/fmt/bundled/compile.h | 198 +++-- inst/include/spdlog/fmt/bundled/format-inl.h | 125 +-- inst/include/spdlog/fmt/bundled/format.h | 795 +++++++++++++---------- inst/include/spdlog/fmt/bundled/os.h | 3 inst/include/spdlog/fmt/bundled/ostream.h | 4 inst/include/spdlog/fmt/bundled/printf.h | 59 - inst/include/spdlog/fmt/bundled/ranges.h | 48 - inst/include/spdlog/fmt/bundled/std.h | 423 +++++------- inst/include/spdlog/fmt/bundled/xchar.h | 73 -- inst/include/spdlog/fmt/fmt.h | 4 inst/include/spdlog/logger-inl.h | 6 inst/include/spdlog/logger.h | 6 inst/include/spdlog/sinks/ansicolor_sink.h | 2 inst/include/spdlog/sinks/ringbuffer_sink.h | 6 inst/include/spdlog/sinks/tcp_sink.h | 18 inst/include/spdlog/sinks/wincolor_sink.h | 8 inst/include/spdlog/version.h | 4 37 files changed, 1347 insertions(+), 1092 deletions(-)