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

Found 237 packages in 0.02 seconds

assertive.strings — by Richard Cotton, 10 years ago

Assertions to Check Properties of Strings

A set of predicates and assertions for checking the properties of strings. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.

checkstring — by Maximilian Mücke, 2 months ago

Common String Format Validation

Validates common string formats including financial identifiers (ISIN, CUSIP, SEDOL, FIGI, IBAN, LEI), publication identifiers (ISBN, ISSN, DOI, ORCID), and general formats (email, UUID, URL, semver), with check digit verification where applicable.

uaparserjs — by Greg Hunt, a month ago

Parse 'User-Agent' Strings

Despite there being a section in RFC 7231 < https://datatracker.ietf.org/doc/html/rfc7231#section-5.5.3> defining a suggested structure for 'User-Agent' headers this data is notoriously difficult to parse consistently. Tools are provided that will take in user agent strings and return structured R objects. This is a 'V8'-backed package based on the 'ua-parser' project < https://github.com/ua-parser>.

makeunique — by Sam El-Kamand, 4 years ago

Make Character Strings Unique

Make all elements of a character vector unique. Differs from 'make.unique' by starting at 1 and allowing users to customise suffix format.

stringstatic — by Alexander Rossell Hayes, 3 years ago

Dependency-Free String Operations

Provides drop-in replacements for functions from the 'stringr' package, with the same user interface. These functions have no external dependencies and can be copied directly into your package code using the 'staticimports' package.

assertive.data.us — by Richard Cotton, 8 years ago

Assertions to Check Properties of Strings

A set of predicates and assertions for checking the properties of US-specific complex data types. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.

assertive.data.uk — by Richard Cotton, 8 years ago

Assertions to Check Properties of Strings

A set of predicates and assertions for checking the properties of UK-specific complex data types. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.

lzstring — by Sam Parmar, a year ago

Wrapper for 'lz-string' 'C++' Library

Provide access to the 'lz-string' < http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for Lempel-Ziv (LZ) based compression and decompression of strings.

uniqtag — by Shaun Jackman, 4 years ago

Abbreviate Strings to Short, Unique Identifiers

For each string in a set of strings, determine a unique tag that is a substring of fixed size k unique to that string, if it has one. If no such unique substring exists, the least frequent substring is used. If multiple unique substrings exist, the lexicographically smallest substring is used. This lexicographically smallest substring of size k is called the "UniqTag" of that string.

sitools — by Jonas Stein, 14 years ago

Format a number to a string with SI prefix

Format a number (or a list of numbers) to a string (or a list of strings) with SI prefix. Use SI prefixes as constants like (4 * milli)^2