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

Found 123 packages in 0.01 seconds

gpg — by Jeroen Ooms, a year ago

GNU Privacy Guard for R

Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. Includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system. On Windows this package can be used together with 'GPG4Win' which provides a GUI for managing keys and entering passphrases.

git2r — by Stefan Widgren, 9 months 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.

bcrypt — by Jeroen Ooms, a year ago

'Blowfish' Key Derivation and Password Hashing

Bindings to the 'blowfish' password hashing algorithm < https://www.openbsd.org/papers/bcrypt-paper.pdf> derived from the 'OpenBSD' implementation.

antiword — by Jeroen Ooms, a year ago

Extract Text from Microsoft Word Documents

Wraps the 'AntiWord' utility to extract text from Microsoft Word documents. The utility only supports the old 'doc' format, not the new xml based 'docx' format. Use the 'xml2' package to read the latter.

RMariaDB — by Kirill Müller, 10 months ago

Database Interface and MariaDB Driver

Implements a DBI-compliant interface to MariaDB (< https://mariadb.org/>) and MySQL (< https://www.mysql.com/>) databases.

rjade — by Jeroen Ooms, 5 years ago

A Clean, Whitespace-Sensitive Template Language for Writing HTML

Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node and browsers.

evaluate — by Hadley Wickham, 4 months ago

Parsing and Evaluation Tools that Provide More Details than the Default

Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.

opencv — by Jeroen Ooms, 9 months ago

Bindings to 'OpenCV' Computer Vision Library

Exposes some of the available 'OpenCV' < https://opencv.org/> algorithms, such as a QR code scanner, and edge, body or face detection. These can either be applied to analyze static images, or to filter live video footage from a camera device.

toml — by Jeroen Ooms, 2 months ago

Read, Write, and Modify TOML Files

Simple toolkit for working with TOML text. Based on tomledit which allows for modifying TOML while preserving order, comments,and whitespace.

cld3 — by Jeroen Ooms, a year ago

Google's Compact Language Detector 3

Google's Compact Language Detector 3 is a neural network model for language identification and the successor of 'cld2' (available from CRAN). The algorithm is still experimental and takes a novel approach to language detection with different properties and outcomes. It can be useful to combine this with the Bayesian classifier results from 'cld2'. See < https://github.com/google/cld3#readme> for more information.