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

Found 119 packages in 0.01 seconds

cpp11qpdf — by Mauricio Vargas Sepulveda, 5 months ago

Split, Combine and Compress PDF Files

Bindings to 'qpdf': 'qpdf' (< https://qpdf.sourceforge.io/>) is a an open-source PDF rendering library that allows to conduct content-preserving transformations of PDF files such as split, combine, and compress PDF files.

cpp11tesseract — by Mauricio Vargas Sepulveda, 2 months ago

Open Source OCR Engine

Bindings to 'tesseract': 'tesseract' (< https://github.com/tesseract-ocr/tesseract>) is a powerful optical character recognition (OCR) engine that supports over 100 languages. The engine is highly configurable in order to tune the detection algorithms and obtain the best possible results.

openmpt — by Pepijn de Vries, 4 months ago

Open 'ModPlug' Tracker Port

Tracker music uses audio samples and pattern tables to organise musical compositions. Such music is stored in module files. This package reads, renders and plays module files using the 'libopenmpt' library < https://lib.openmpt.org/>.

RcppCWB — by Andreas Blaette, a month ago

'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')

'Rcpp' Bindings for the C code of the 'Corpus Workbench' ('CWB'), an indexing and query engine to efficiently analyze large corpora (< https://cwb.sourceforge.io>). 'RcppCWB' is licensed under the GNU GPL-3, in line with the GPL-3 license of the 'CWB' (< https://www.r-project.org/Licenses/GPL-3>). The 'CWB' relies on 'pcre2' (BSD license, see < https://github.com/PCRE2Project/pcre2/blob/master/LICENCE.md>) and 'GLib' (LGPL license, see < https://www.gnu.org/licenses/lgpl-3.0.en.html>). See the file LICENSE.note for further information. The package includes modified code of the 'rcqp' package (GPL-2, see < https://cran.r-project.org/package=rcqp>). The original work of the authors of the 'rcqp' package is acknowledged with great respect, and they are listed as authors of this package. To achieve cross-platform portability (including Windows), using 'Rcpp' for wrapper code is the approach used by 'RcppCWB'.

PROJ — by Michael D. Sumner, a month ago

Generic Coordinate System Transformations Using 'PROJ'

A wrapper around the generic coordinate transformation software 'PROJ' that transforms coordinates from one coordinate reference system ('CRS') to another. This includes cartographic projections as well as geodetic transformations. The intention is for this package to be used by user-packages such as 'reproj', and that the older 'PROJ.4' and version 5 pathways be provided by the 'proj4' package.

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.

IsoCorr — by Jeroen D.M. Schreel, 5 years ago

Correcting Drift and Carry-over in Continuous Isotopic Measurements

A series of functions that allow an easy and fast correction for drift and carry-over in continuous isotopic measurements. This implementation provides queries allowing users to perform the implemented corrections according to their needs. These functions further enable the processing of large datasets and can provides apt visualizations of the corrections performed.

EBcoBART — by Jeroen M. Goedhart, 4 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.

tinkr — by Zhian N. Kamvar, 6 days 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.

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.