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

Found 128 packages in 0.06 seconds

RMariaDB — by Kirill Müller, 7 months ago

Database Interface and MariaDB Driver

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

brotli — by Jeroen Ooms, 2 years ago

A Compression Format Optimized for the Web

A lossless compressed data format that uses a combination of the LZ77 algorithm and Huffman coding < https://www.rfc-editor.org/rfc/rfc7932>. Brotli is similar in speed to deflate (gzip) but offers more dense compression.

curl — by Jeroen Ooms, 24 days ago

A Modern and Flexible Web Client for R

Bindings to 'libcurl' < https://curl.se/libcurl/> for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.

evaluate — by Hadley Wickham, a year 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.

opencpu — by Jeroen Ooms, 4 months ago

Producing and Reproducing Results

A system for embedded scientific computing and reproducible research with R as described in . The OpenCPU server exposes a simple but powerful HTTP api for RPC and data interchange with R. This provides a reliable and scalable foundation for statistical services or building R web applications. The OpenCPU server runs either as a single-user development server within the interactive R session, or as a multi-user Linux stack based on Apache2. The entire system is fully open source and permissively licensed. The OpenCPU website has detailed documentation and example apps.

antiword — by Jeroen Ooms, 7 months 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.

toml — by Jeroen Ooms, 5 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.

bcrypt — by Jeroen Ooms, 7 months 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.

prismjs — by Jeroen Ooms, 2 years ago

Server-Side Syntax Highlighting

Prism < https://prismjs.com/> is a lightweight, extensible syntax highlighter, built with modern web standards in mind. This package provides server-side rendering in R using 'V8' such that no JavaScript library is required in the resulting HTML documents. Over 400 languages are supported.

graphql — by Jeroen Ooms, 2 years ago

A GraphQL Query Parser

Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL < https://graphql.org> syntax and exports the AST in JSON format.