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

Found 117 packages in 0.01 seconds

git2r — by Stefan Widgren, a month ago

Provides Access to Git Repositories

Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.

tinkr — by Zhian N. Kamvar, 2 years ago

Cast '(R)Markdown' Files to 'XML' and Back Again

Parsing '(R)Markdown' files with numerous regular expressions can be fraught with peril, but it does not have to be this way. Converting '(R)Markdown' files to 'XML' using the 'commonmark' package allows in-memory editing via of 'markdown' elements via 'XPath' through the extensible 'R6' class called 'yarn'. These modified 'XML' representations can be written to '(R)Markdown' documents via an 'xslt' stylesheet which implements an extended version of 'GitHub'-flavoured 'markdown' so that you can tinker to your hearts content.

phylocomr — by Luna Luisa Sanchez Reyes, 2 years ago

Interface to 'Phylocom'

Interface to 'Phylocom' (< https://phylodiversity.net/phylocom/>), a library for analysis of 'phylogenetic' community structure and character evolution. Includes low level methods for interacting with the three executables, as well as higher level interfaces for methods like 'aot', 'ecovolve', 'bladj', 'phylomatic', and more.

EBcoBART — by Jeroen M. Goedhart, 2 months ago

Co-Data Learning for Bayesian Additive Regression Trees

Estimate prior variable weights for Bayesian Additive Regression Trees (BART). These weights correspond to the probabilities of the variables being selected in the splitting rules of the sum-of-trees. Weights are estimated using empirical Bayes and external information on the explanatory variables (co-data). BART models are fitted using the 'dbarts' 'R' package. See Goedhart and others (2023) for details.

codemeta — by Carl Boettiger, 3 years ago

A Smaller 'codemetar' Package

The 'Codemeta' Project defines a 'JSON-LD' format for describing software metadata, as detailed at < https://codemeta.github.io>. This package provides core utilities to generate this metadata with a minimum of dependencies.

arrow — by Jonathan Keane, 3 months ago

Integration to 'Apache' 'Arrow'

'Apache' 'Arrow' < https://arrow.apache.org/> is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. This package provides an interface to the 'Arrow C++' library.

rgee — by Cesar Aybar, a year ago

R Bindings for Calling the 'Earth Engine' API

Earth Engine < https://earthengine.google.com/> client library for R. All of the 'Earth Engine' API classes, modules, and functions are made available. Additional functions implemented include importing (exporting) of Earth Engine spatial objects, extraction of time series, interactive map display, assets management interface, and metadata display. See < https://r-spatial.github.io/rgee/> for further details.

image.textlinedetector — by Jan Wijffels, a year ago

Segment Images in Text Lines and Words

Find text lines in scanned images and segment the lines into words. Includes implementations of the paper 'Novel A* Path Planning Algorithm for Line Segmentation of Handwritten Documents' by Surinta O. et al (2014) available at < https://github.com/smeucci/LineSegm>, an implementation of 'A Statistical approach to line segmentation in handwritten documents' by Arivazhagan M. et al (2007) , and a wrapper for an image segmentation technique to detect words in text lines as described in the paper 'Scale Space Technique for Word Segmentation in Handwritten Documents' by Manmatha R. and Srimal N. (1999) paper at , wrapper for code available at < https://github.com/arthurflor23/text-segmentation>. Provides as well functionality to put cursive text in images upright using the approach defined in the paper 'A new normalization technique for cursive handwritten words' by Vinciarelli A. and Luettin J. (2001) .

vapour — by Michael Sumner, 6 months ago

Access to the 'Geospatial Data Abstraction Library' ('GDAL')

Provides low-level access to 'GDAL' functionality. 'GDAL' is the 'Geospatial Data Abstraction Library' a translator for raster and vector geospatial data formats that presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats < https://gdal.org/>. This package is focussed on providing exactly and only what GDAL does, to enable developing further tools.

sf — by Edzer Pebesma, a month ago

Simple Features for R

Support for simple features, a standardized way to encode spatial vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS' for geometrical operations, and to 'PROJ' for projection conversions and datum transformations. Uses by default the 's2' package for spherical geometry operations on ellipsoidal (long/lat) coordinates.