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

Found 6568 packages in 0.13 seconds

bibtex — by James Joseph Balamuta, a year ago

Bibtex Parser

Utility to parse a bibtex file.

gistr — by Scott Chamberlain, 4 years ago

Work with 'GitHub' 'Gists'

Work with 'GitHub' 'gists' from 'R' (e.g., < https://en.wikipedia.org/wiki/GitHub#Gist>, < https://docs.github.com/en/github/writing-on-github/creating-gists/>). A 'gist' is simply one or more files with code/text/images/etc. This package allows the user to create new 'gists', update 'gists' with new files, rename files, delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists', open a 'gist' in your default browser, get embed code for a 'gist', list 'gist' 'commits', and get rate limit information when 'authenticated'. Some requests require authentication and some do not. 'Gists' website: < https://gist.github.com/>.

citecorp — by Scott Chamberlain, 4 years ago

Client for the Open Citations Corpus

Client for the Open Citations Corpus (< http://opencitations.net/>). Includes a set of functions for getting one identifier type from another, as well as getting references and citations for a given identifier.

elastic — by Scott Chamberlain, 3 years ago

General Purpose Interface to 'Elasticsearch'

Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java' Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' API (< https://www.elastic.co/elasticsearch/>), including functions for setting connection details to 'Elasticsearch' instances, loading bulk data, searching for documents with both 'HTTP' query variables and 'JSON' based body requests. In addition, 'elastic' provides functions for interacting with API's for 'indices', documents, nodes, clusters, an interface to the cat API, and more.

finch — by Scott Chamberlain, 4 years ago

Parse Darwin Core Files

Parse and create Darwin Core (< http://rs.tdwg.org/dwc/>) Simple and Archives. Functionality includes reading and parsing all the files in a Darwin Core Archive, including the datasets and metadata; read and parse simple Darwin Core files; and validation of Darwin Core Archives.

httpcode — by Scott Chamberlain, 4 years ago

'HTTP' Status Code Helper

Find and explain the meaning of 'HTTP' status codes. Functions included for searching for codes by full or partial number, by message, and get appropriate dog and cat images for many status codes.

fauxpas — by Scott Chamberlain, a year ago

HTTP Error Helpers

HTTP error helpers. Methods included for general purpose HTTP error handling, as well as individual methods for every HTTP status code, both via status code numbers as well as their descriptive names. Supports ability to adjust behavior to stop, message or warning. Includes ability to use custom whisker template to have any configuration of status code, short description, and verbose message. Currently supports integration with 'crul', 'curl', and 'httr'.

mapr — by Scott Chamberlain, 4 years ago

Visualize Species Occurrence Data

Utilities for visualizing species occurrence data. Includes functions to visualize occurrence data from 'spocc', 'rgbif', and other packages. Mapping options included for base R plots, 'ggplot2', 'leaflet' and 'GitHub' 'gists'.

rcitoid — by Scott Chamberlain, 5 years ago

Client for 'Citoid'

Client for 'Citoid' (< https://www.mediawiki.org/wiki/Citoid>), an API for getting citations for various scholarly work identifiers found on 'Wikipedia'.

conditionz — by Scott Chamberlain, 5 years ago

Control How Many Times Conditions are Thrown

Provides ability to control how many times in function calls conditions are thrown (shown to the user). Includes control of warnings and messages.