Found 445 packages in 0.01 seconds
'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/>.
Interface to 'LANDFIRE Product Service' API
Provides access to a suite of geospatial data layers for wildfire management, fuel modeling, ecology, natural resource management, climate, conservation, etc., via the 'LANDFIRE' (< https://www.landfire.gov/>) Product Service ('LFPS') API.
Google Search Console R Client
Provides an interface with the Google Search Console, formally called Google Webmaster Tools.
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)
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.
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.
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.
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)
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.
A Simple, Opinionated Logging Utility
A very lightweight package that writes out log messages in an opinionated way. Simpler and lighter than other logging packages, 'rlog' provides a compact feature set that focuses on getting the job done in a Unix-like way.