Found 417 packages in 0.01 seconds
Determination of Intervals Using Georeferenced Survey Simulation
Simulation tool to estimate the rate of success that surveys possessing user-specific characteristics have in identifying archaeological sites (or any groups of clouds of objects), given specific parameters of survey area, survey methods, and site properties. The survey approach used is largely based on the work of Kintigh (1988)
R Scripts in the Google Cloud via Cloud Run, Cloud Build and Cloud Scheduler
Tools to easily enable R scripts in the Google Cloud Platform. Utilise cloud services such as Cloud Run < https://cloud.google.com/run/> for R over HTTP, Cloud Build < https://cloud.google.com/build> for Continuous Delivery and Integration services and Cloud Scheduler < https://cloud.google.com/scheduler/> for scheduled scripts.
Send Data from R to the Measurement Protocol
Send server-side tracking data from R. The Measurement Protocol version 2 < https://developers.google.com/analytics/devguides/collection/protocol/ga4> allows sending HTTP tracking events from R code.
Hash R Objects to Integers Fast
Apply an adaptation of the SuperFastHash algorithm to any R object. Hash whole R objects or, for vectors or lists, hash R objects to obtain a set of hash values that is stored in a structure equivalent to the input. See < http://www.azillionmonkeys.com/qed/hash.html> for a description of the hash algorithm.
Polygon Clipping
R port of Angus Johnson's open source library 'Clipper'. Performs polygon clipping operations (intersection, union, set minus, set difference) for polygonal regions of arbitrary complexity, including holes. Computes offset polygons (spatial buffer zones, morphological dilations, Minkowski dilations) for polygonal regions and polygonal lines. Computes Minkowski Sum of general polygons. There is a function for removing self-intersections from polygon data.
R Bindings to the 'Fstlib' Library
The 'fstlib' library provides multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows for random access of stored data and compression with the 'LZ4' and 'ZSTD' compressors.
Respondent-Driven Sampling
Provides functionality for carrying out estimation
with data collected using Respondent-Driven Sampling. This includes
Heckathorn's RDS-I and RDS-II estimators as well as Gile's Sequential
Sampling estimator. The package is part of the "RDS Analyst" suite of
packages for the analysis of respondent-driven sampling data.
See Gile and Handcock (2010)
'AWS S3' Client Package
A simple client package for the Amazon Web Services ('AWS') Simple Storage Service ('S3') 'REST' 'API' < https://aws.amazon.com/s3/>.
A Genetic Algorithm for Fixed-Size Subset Selection
Provides a function that uses a genetic algorithm to search for a subset of size k from the integers 1:n, such that a user-supplied objective function is minimized at that subset. The selection step is done by tournament selection based on ranks, and elitism may be used to retain a portion of the best solutions from one generation to the next. Population objective function values may optionally be evaluated in parallel.
Split-Apply-Combine with Dynamic Groups
Estimate group aggregates, where one can set user-defined conditions
that each group of records must satisfy to be suitable for aggregation. If
a group of records is not suitable, it is expanded using a collapsing scheme
defined by the user. A paper on this package was published in the Journal
of Statistical Software