Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 417 packages in 0.02 seconds

digest — by Dirk Eddelbuettel, 10 months ago

Create Compact Hash Digests of R Objects

Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.

C50 — by Max Kuhn, 3 months ago

C5.0 Decision Trees and Rule-Based Models

C5.0 decision trees and rule-based models for pattern recognition that extend the work of Quinlan (1993, ISBN:1-55860-238-0).

spData — by Jakub Nowosad, 6 months ago

Datasets for Spatial Analysis

Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored in a range of file formats including GeoJSON and GeoPackage, but from version 2.3.4, no longer ESRI Shapefile - use GeoPackage instead. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate point pattern analysis techniques.

googleLanguageR — by Mark Edmondson, 5 years ago

Call Google's 'Natural Language' API, 'Cloud Translation' API, 'Cloud Speech' API and 'Cloud Text-to-Speech' API

Call 'Google Cloud' machine learning APIs for text and speech tasks. Call the 'Cloud Translation' API < https://cloud.google.com/translate/> for detection and translation of text, the 'Natural Language' API < https://cloud.google.com/natural-language/> to analyse text for sentiment, entities or syntax, the 'Cloud Speech' API < https://cloud.google.com/speech/> to transcribe sound files to text and the 'Cloud Text-to-Speech' API < https://cloud.google.com/text-to-speech/> to turn text into sound files.

extremevalues — by Mark van der Loo, 7 months ago

Univariate Outlier Detection

Detect outliers in one-dimensional data.

RcppTOML — by Dirk Eddelbuettel, 4 months ago

'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"

The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at < https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect to the 'toml++' parser written by Mark Gillard to R.

officer — by David Gohel, a month ago

Manipulation of Microsoft Word and PowerPoint Documents

Access and manipulate 'Microsoft Word', 'RTF' and 'Microsoft PowerPoint' documents from R. The package focuses on tabular and graphical reporting from R; it also provides two functions that let users get document content into data objects. A set of functions lets add and remove images, tables and paragraphs of text in new or existing documents. The package does not require any installation of Microsoft products to be able to write Microsoft files.

lumberjack — by Mark van der Loo, 2 years ago

Track Changes in Data

A framework that allows for easy logging of changes in data. Main features: start tracking changes by adding a single line of code to an existing script. Track changes in multiple datasets, using multiple loggers. Add custom-built loggers or use loggers offered by other packages. .

bsicons — by Carson Sievert, 2 years ago

Easily Work with 'Bootstrap' Icons

Easily use 'Bootstrap' icons inside 'Shiny' apps and 'R Markdown' documents. More generally, icons can be inserted in any 'htmltools' document through inline 'SVG'.

Waypoint — by Mark Eisler, a month ago

Convert, Validate, Format and Print Geographic Coordinates and Waypoints

Convert, validate, format and elegantly print geographic coordinates and waypoints (paired latitude and longitude values) in decimal degrees, degrees and minutes, and degrees, minutes and seconds using high performance C++ code to enable rapid conversion and formatting of large coordinate and waypoint datasets.