Found 2043 packages in 0.02 seconds
Spatial Data of Road Precariousness in Brazil
Fornece acesso eficiente à malha espacial de precariedade
viária brasileira. O pacote realiza o download em cache e a
leitura otimizada (via Apache Arrow) de arquivos Parquet
particionados, contendo o cruzamento de variáveis de
infraestrutura do Entorno do Censo Demográfico 2022 (IBGE)
com a malha viária aberta do Overture Maps.
[English] Provides efficient access to the spatial network of
road precariousness in Brazil. The package performs cached
downloads and optimized reading (via Apache Arrow) of partitioned
Parquet files. These files contain the intersection of infrastructure
variables from the 2022 Demographic Census (IBGE) with the open
street network from Overture Maps. Methodology and datasets are
detailed in Passos (2026)
Fast Access to Brazilian Public Health Data from 'DATASUS'
Provides fast, in-memory reading of 'DATASUS' 'DBC' files using native 'C' code, along with a catalog of public health data sources, 'FTP' file discovery, caching downloads, and a high-level datasus_fetch() function that lists, downloads, and reads files in a single call. Bundles the 'blast' decompressor from 'zlib' contrib/blast to decode 'PKWare DCL' compressed 'DBC' files and parses 'DBF' records directly for efficient import into tibbles. See the 'DATASUS' file transfer site < https://datasus.saude.gov.br> and Adler (2003) < https://github.com/madler/zlib/tree/master/contrib/blast> for details on the underlying data and compression format.
Tools for Spell Checking in R
Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities to automate checking of documentation and vignettes as a unit test during 'R CMD check'. Both British and American English are supported out of the box and other languages can be added. In addition, packages may define a 'wordlist' to allow custom terminology without having to abuse punctuation.
Cache R Objects with Automatic Pruning
Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.
Download Datasets from the Swiss National Science Foundation (SNF, FNS, SNSF)
Download and read datasets from the Swiss National Science Foundation (SNF, FNS, SNSF; < https://snf.ch>). The package is lightweight and without dependencies. Downloaded data can optionally be cached, to avoid repeated downloads of the same files. There are also utilities for comparing different versions of datasets, i.e. to report added, removed and changed entries.
Download Contact Surveys for Use in Infectious Disease Modelling
Download, cache, and manage social contact survey data from
the social contact data community on Zenodo
(< https://zenodo.org/communities/social_contact_data>) for use in
infectious disease modelling. Provides functions to list available
surveys, download survey files with automatic caching, and retrieve
citations. Contact survey data describe who contacts whom in a population
and are used to parameterise age-structured transmission models, for
example via the 'socialmixr' package. The surveys available include those
from the POLYMOD study (Mossong et al. (2008)
Tidy Access to Brazilian Federal Highway Police ('PRF') Data
Download and read Brazilian Federal Highway Police ('PRF') open data on traffic accidents by person, by occurrence, and traffic violations < https://www.gov.br/prf/pt-br/acesso-a-informacao/dados-abertos/dados-abertos-da-prf>. Data are retrieved on demand as 'Parquet' files distributed via 'GitHub' releases and cached locally for reuse.
Download Data from the Swiss National Bank (SNB)
Download data (tables and datasets) from the Swiss National Bank (SNB; < https://www.snb.ch/en>), the Swiss central bank. The package is lightweight and comes with few dependencies; suggested packages are used only if data is to be transformed into particular data structures, for instance into 'zoo' objects. Downloaded data can optionally be cached, to avoid repeated downloads of the same files.
C++ Header Files for Stan
The C++ header files of the Stan project are provided by this package, but it contains little R code or documentation. The main reference is the vignette. There is a shared object containing part of the 'CVODES' library, but its functionality is not accessible from R. 'StanHeaders' is primarily useful for developers who want to utilize the 'LinkingTo' directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full or approximate Bayesian statistical inference via Markov Chain Monte Carlo or 'variational' methods and implements (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, 'templated' statistical and linear algebra functions that can handle the automatically 'differentiable' scalar types (and doubles, 'ints', etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models.
Web Application Framework for R
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.