Rcpp - Seamless R and C++ Integration
The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details.
Last updated 18 days ago
c-plus-plusc-plus-plus-11c-plus-plus-14c-plus-plus-17c-plus-plus-20rcpp
22.41 score 742 stars 12k packages 9.3k scripts 1.3M downloadsdigest - Create Compact Hash Digests of R Objects
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
Last updated 2 months ago
hash-digest
19.72 score 111 stars 6.6k packages 11k scripts 1.1M downloadsRcppArmadillo - 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Last updated 3 days ago
armadilloc-plus-plusrcpprcpparmadillo
18.75 score 193 stars 3.3k packages 1.7k scripts 449k downloadsRcppEigen - 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library. Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Last updated 3 months ago
algorithmc-plus-pluseigeneigen-library
15.87 score 110 stars 3.6k packages 332 scripts 520k downloadsanytime - Anything to 'POSIXct' or 'Date' Converter
Convert input in any one of character, integer, numeric, factor, or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of predefined formats, and relying on Boost facilities for date and time parsing.
Last updated 4 months ago
boostc-plus-plus-11conversionscpp11datedatetimeposixctrcpp
13.91 score 162 stars 101 packages 1.6k scripts 105k downloadsinline - Functions to Inline C, C++, Fortran Function Calls from R
Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.
Last updated 11 days ago
fortranrcpp
12.84 score 41 stars 307 packages 580 scripts 46k downloadsRcppTOML - 'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"
The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect to the 'toml++' parser written by Mark Gillard to R.
Last updated 30 days ago
c-plus-plus-11tomltoml-parsertoml-parsing
12.16 score 36 stars 415 packages 116 scripts 308k downloadsRcppAnnoy - 'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors
'Annoy' is a small C++ library for Approximate Nearest Neighbors written for efficient memory usage as well an ability to load from / save to disk. This package provides an R interface by relying on the 'Rcpp' package, exposing the same interface as the original Python wrapper to 'Annoy'. See <https://github.com/spotify/annoy> for more on 'Annoy'. 'Annoy' is released under Version 2.0 of the Apache License. Also included is a small Windows port of 'mmap' which is released under the MIT license.
Last updated 3 months ago
annoynearestnearest-neighbors
11.93 score 72 stars 138 packages 57 scripts 29k downloadsdrat - 'Drat' R Archive Template
Creation and use of R Repositories via helper functions to insert packages into a repository, and to add repository information to the current R session. Two primary types of repositories are support: gh-pages at GitHub, as well as local repositories on either the same machine or a local network. Drat is a recursive acronym: Drat R Archive Template.
Last updated 1 months ago
repositoryrepository-tools
11.84 score 152 stars 11 packages 104 scripts 3.5k downloadsRcppGSL - 'Rcpp' Integration for 'GNU GSL' Vectors and Matrices
'Rcpp' integration for 'GNU GSL' vectors and matrices The 'GNU Scientific Library' (or 'GSL') is a collection of numerical routines for scientific computing. It is particularly useful for C and C++ programs as it provides a standard C interface to a wide range of mathematical routines. There are over 1000 functions in total with an extensive test suite. The 'RcppGSL' package provides an easy-to-use interface between 'GSL' data structures and R using concepts from 'Rcpp' which is itself a package that eases the interfaces between R and C++. This package also serves as a prime example of how to build a package that uses 'Rcpp' to connect to another third-party library. The 'autoconf' script, 'inline' plugin and example package can all be used as a stanza to write a similar package against another library.
Last updated 1 months ago
c-plus-plusgnu-gslhacktoberfestrcpp
11.44 score 31 stars 199 packages 89 scripts 17k downloadsRProtoBuf - R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal 'RPC' protocols and file formats. Additional documentation is available in two included vignettes one of which corresponds to our 'JSS' paper (2016, <doi:10.18637/jss.v071.i02>. A sufficiently recent version of 'Protocol Buffers' library is required; currently version 3.3.0 from 2017 is the stated minimum.
Last updated 9 days ago
c-plus-plusprotocol-buffers
11.32 score 71 stars 20 packages 125 scripts 1.7k downloadsnanotime - Nanosecond-Resolution Time Support for R
Full 64-bit resolution date and time functionality with nanosecond granularity is provided, with easy transition to and from the standard 'POSIXct' type. Three additional classes offer interval, period and duration functionality for nanosecond-resolution timestamps.
Last updated 21 days ago
datetimedatetimesnanosecond-resolutionnanoseconds
10.80 score 53 stars 16 packages 127 scripts 7.0k downloadsRcppZiggurat - 'Rcpp' Integration of Different "Ziggurat" Normal RNG Implementations
The Ziggurat generator for normally distributed random numbers, originally proposed by Marsaglia and Tsang (2000, <doi:10.18637/jss.v005.i08>) has been improved upon a few times starting with Leong et al (2005, <doi:10.18637/jss.v012.i07>). This package provides an aggregation in order to compare different implementations in order to provide an 'faster but good enough' alternative for use with R and C++ code.
Last updated 28 days ago
random-number-generatorsrcppziggurat
10.12 score 12 stars 157 packages 64 scripts 12k downloadsRPushbullet - R Interface to the Pushbullet Messaging Service
An R interface to the Pushbullet messaging service which provides fast and efficient notifications (and file transfer) between computers, phones and tablets. An account has to be registered at the site <https://www.pushbullet.com> site to obtain a (free) API key.
Last updated 6 months ago
jsonmessagingpushbullet
9.93 score 94 stars 46 packages 102 scripts 7.2k downloadstint - 'tint' is not 'Tufte'
A 'tufte'-alike style for 'rmarkdown'. A modern take on the 'Tufte' design for pdf and html vignettes, building on the 'tufte' package with additional contributions from the 'knitr' and 'ggtufte' package, and also acknowledging the key influence of 'envisioned css'.
Last updated 23 hours ago
markdownvignette
9.70 score 261 stars 1 packages 320 scripts 396 downloadslittler - R at the Command-Line via 'r'
A scripting and command-line front-end is provided by 'r' (aka 'littler') as a lightweight binary wrapper around the GNU R language and environment for statistical computing and graphics. While R can be used in batch mode, the r binary adds full support for both 'shebang'-style scripting (i.e. using a hash-mark-exclamation-path expression as the first line in scripts) as well as command-line use in standard Unix pipelines. In other words, r provides the R language without the environment.
Last updated 20 days ago
embeddedexampleslittler
9.59 score 311 stars 17 scripts 2.1k downloadsrandom - True Random Numbers using RANDOM.ORG
The true random number service provided by the RANDOM.ORG website created by Mads Haahr samples atmospheric noise via radio tuned to an unused broadcasting frequency together with a skew correction algorithm due to John von Neumann. More background is available in the included vignette based on an essay by Mads Haahr. In its current form, the package offers functions to retrieve random integers, randomized sequences and random strings.
Last updated 3 months ago
random-number-generators
9.35 score 9 stars 2 packages 1.4k scripts 811 downloadsRblpapi - R Interface to 'Bloomberg'
An R Interface to 'Bloomberg' is provided via the 'Blp API'.
Last updated 2 months ago
bloombergbloomberg-apircpp
9.20 score 167 stars 102 scripts 1.4k downloadsRcppSimdJson - 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing
The 'JSON' format is ubiquitous for data interchange, and the 'simdjson' library written by Daniel Lemire (and many contributors) provides a high-performance parser for these files which by relying on parallel 'SIMD' instruction manages to parse these files as faster than disk speed. See the <doi:10.48550/arXiv.1902.08318> paper for more details about 'simdjson'. This package parses 'JSON' from string, file, or remote URLs under a variety of settings.
Last updated 1 months ago
jsonsimdjson
9.01 score 117 stars 18 packages 44 scripts 5.2k downloadsRcppDE - Global Optimization by Differential Evolution in C++
An efficient C++ based implementation of the 'DEoptim' function which performs global optimization by differential evolution. Its creation was motivated by trying to see if the old approximation "easier, shorter, faster: pick any two" could in fact be extended to achieving all three goals while moving the code from plain old C to modern C++. The initial version did in fact do so, but a good part of the gain was due to an implicit code review which eliminated a few inefficiencies which have since been eliminated in 'DEoptim'.
Last updated 2 months ago
8.56 score 14 stars 21 packages 45 scripts 1.1k downloadsRQuantLib - R Interface to the 'QuantLib' Library
The 'RQuantLib' package makes parts of 'QuantLib' accessible from R The 'QuantLib' project aims to provide a comprehensive software framework for quantitative finance. The goal is to provide a standard open source library for quantitative analysis, modeling, trading, and risk management of financial assets.
Last updated 4 months ago
cppquantlib
8.54 score 119 stars 178 scripts 2.0k downloadsbinb - 'binb' is not 'Beamer'
A collection of 'LaTeX' styles using 'Beamer' customization for pdf-based presentation slides in 'RMarkdown'. At present it contains 'RMarkdown' adaptations of the LaTeX themes 'Metropolis' (formerly 'mtheme') theme by Matthias Vogelgesang and others (now included in 'TeXLive'), the 'IQSS' them by Ista Zahn (which is included here), and the 'Monash' theme by Rob J Hyndman. Additional (free) fonts may be needed: 'Metropolis' prefers 'Fira', and 'IQSS' requires 'Libertinus'.
Last updated 4 months ago
beamerbeamer-presentationbeamer-thememarkdownpdfrmarkdownrmarkdown-beamer
8.38 score 189 stars 2 packages 2 scripts 374 downloadsRcppCNPy - Read-Write Support for 'NumPy' Files via 'Rcpp'
The 'cnpy' library written by Carl Rogers provides read and write facilities for files created with (or for) the 'NumPy' extension for 'Python'. Vectors and matrices of numeric types can be read or written to and from files as well as compressed files. Support for integer files is available if the package has been built with as C++11 which should be the default on all platforms since the release of R 3.3.0.
Last updated 3 months ago
c-plus-plusnumpy
8.37 score 26 stars 448 scripts 636 downloadsRcppSpdlog - R and C++ Interfaces to 'spdlog' C++ Header Library for Logging
The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides many desirable features. This package bundles these header files for easy use by R packages from both their R and C or C++ code. Explicit use via 'LinkingTo:' is also supported. Also see the 'spdl' package which enhanced this package with a consistent R and C++ interface.
Last updated 10 days ago
logging-libraryrcppspdlog
8.11 score 15 stars 10 packages 6 scripts 2.6k downloadsRcppCCTZ - 'Rcpp' Bindings for the 'CCTZ' Library
'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is a C++ library for translating between absolute and civil times using the rules of a time zone. The 'CCTZ' source code, released under the Apache 2.0 License, is included in this package. See <https://github.com/google/cctz> for more details.
Last updated 2 months ago
c-plus-plus-11cctzdatetimedatetimesrcpptimezonetimezones
8.01 score 22 stars 17 packages 17 scripts 5.9k downloadslinl - 'linl' is not 'Letter'
A 'LaTeX' Letter class for 'rmarkdown', using the 'pandoc-letter' template adapted for use with 'markdown'.
Last updated 3 months ago
lettermarkdownpandoc
7.90 score 111 stars 2 packages 2 scripts 222 downloadsRApiSerialize - R API Serialization
Access to the internal R serialization code is provided for use by other packages at the C function level by using the registration of native function mechanism. Client packages simply include a single header file RApiSerializeAPI.h provided by this package. This packages builds on the Rhpc package by Ei-ji Nakama and Junji Nakano which also includes a (partial) copy of the file src/main/serialize.c from R itself. The R Core group is the original author of the serialization code made available by this package.
Last updated 2 months ago
serialization
7.86 score 11 stars 49 packages 6 scripts 15k downloadsx13binary - Provide the 'x13ashtml' Seasonal Adjustment Binary
The US Census Bureau provides a seasonal adjustment program now called 'X-13ARIMA-SEATS' building on both earlier programs called X-11 and X-12 as well as the SEATS program by the Bank of Spain. The US Census Bureau offers both source and binary versions -- which this package integrates for use by other R packages.
Last updated 4 months ago
7.85 score 10 stars 10 packages 16 scripts 8.4k downloadsRcppRedis - 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Connection to the 'Redis' key/value store using the C-language client library 'hiredis' (included as a fallback) with 'MsgPack' encoding provided via 'RcppMsgPack' headers. It now also includes the pub/sub functions from the 'rredis' package.
Last updated 1 months ago
c-plus-plushiredisrcppredisredis-client
7.83 score 52 stars 41 scripts 366 downloadsAsioHeaders - 'Asio' C++ Header Files
'Asio' is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and released under the 'Boost Software License', Version 1.0.
Last updated 4 months ago
7.73 score 11 stars 52 packages 1 scripts 31k downloadspinp - 'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Sciences of the United States of America' ('PNAS', see <https://www.pnas.org>) 'LaTeX' style, and adapted for use with 'markdown' and 'pandoc'.
Last updated 2 months ago
markdownvignette
7.64 score 147 stars 1 packages 3 scripts 799 downloadspkgKitten - Create Simple Packages Which Do not Upset R Package Checks
Provides a function kitten() which creates cute little packages which pass R package checks. This sets it apart from package.skeleton() which it calls, and which leaves imperfect files behind. As this is not exactly helpful for beginners, kitten() offers an alternative. Unit test support can be added via the 'tinytest' package (if present), and documentation-creation support can be added via 'roxygen2' (if present).
Last updated 3 months ago
skeleton
6.98 score 34 stars 1 packages 3 scripts 4.6k downloadstidyCpp - Tidy C++ Header-Only Definitions for Parts of the C API of R
Core parts of the C API of R are wrapped in a C++ namespace via a set of inline functions giving a tidier representation of the underlying data structures and functionality using a header-only implementation without additional dependencies.
Last updated 4 days ago
cpp
6.77 score 39 stars 2 packages 307 downloadsRcppMsgPack - 'MsgPack' C++ Header Files and Interface Functions for R
'MsgPack' header files are provided for use by R packages, along with the ability to access, create and alter 'MsgPack' objects directly from R. 'MsgPack' is an efficient binary serialization format. It lets you exchange data among multiple languages like 'JSON' but it is faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. This package provides headers from the 'msgpack-c' implementation for C and C++(11) for use by R, particularly 'Rcpp'. The included 'msgpack-c' headers are licensed under the Boost Software License (Version 1.0); the code added by this package as well the R integration are licensed under the GPL (>= 2). See the files 'COPYRIGHTS' and 'AUTHORS' for a full list of copyright holders and contributors to 'msgpack-c'.
Last updated 1 months ago
messagepackmsgpackmsgpack-headers
6.23 score 19 stars 1 packages 15 scripts 242 downloadsRcppInt64 - 'Rcpp'-Based Helper Functions to Pass 'Int64' and 'nanotime' Values Between 'R' and 'C++'
'Int64' values can be created and accessed via the 'bit64' package and its 'integer64' class which package the 'int64' representation cleverly into a 'double'. The 'nanotime' packages builds on this to support nanosecond-resolution timestamps. This packages helps conversions between 'R' and 'C++' via several helper functions provided via a single header file. A complete example client package is included as an illustration.
Last updated 7 months ago
5.66 score 5 stars 8 packages 3 scripts 2.6k downloadsRcppExamples - Examples using 'Rcpp' to Interface R and C++
Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site <https://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.
Last updated 2 months ago
cppcpp11examplesrcpp
5.45 score 47 stars 7 scripts 264 downloadsRDieHarder - R Interface to the 'DieHarder' RNG Test Suite
The 'RDieHarder' package provides an R interface to the 'DieHarder' suite of random number generators and tests that was developed by Robert G. Brown and David Bauer, extending earlier work by George Marsaglia and others. The 'DieHarder' library code is included.
Last updated 25 days ago
5.35 score 9 stars 8 scripts 438 downloadstd - Access to the 'twelvedata' Financial Data API
The 'twelvedata' REST service offers access to current and historical data on stocks, standard as well as digital 'crypto' currencies, and other financial assets covering a wide variety of course and time spans. See <https://twelvedata.com/> for details, to create an account, and to request an API key for free-but-capped access to the data.
Last updated 4 days ago
5.32 score 15 stars 69 scripts 249 downloadsRcppAPT - 'Rcpp' Interface to the APT Package Manager
The 'APT Package Management System' provides Debian and Debian-derived Linux systems with a powerful system to resolve package dependencies. This package offers access directly from R. This can only work on a system with a suitable 'libapt-pkg-dev' installation so functionality is curtailed if such a library is not found.
Last updated 3 months ago
aptlibapt-pkg
5.31 score 9 stars 15 scripts 263 downloadsrfoaas - R Interface to 'FOAAS'
R access to the 'FOAAS' (F... Off As A Service) web service is provided.
Last updated 24 days ago
5.23 score 28 stars 6 scripts 238 downloadsRcppSMC - Rcpp Bindings for Sequential Monte Carlo
R access to the Sequential Monte Carlo Template Classes by Johansen <doi:10.18637/jss.v030.i06> is provided. At present, four additional examples have been added, and the first example from the JSS paper has been extended. Further integration and extensions are planned.
Last updated 29 days ago
particle-filterrcppsequantial-monte-carlo
5.18 score 25 stars 7 scripts 297 downloadsgunsales - Statistical Analysis of Monthly Background Checks of Gun Purchases
Statistical analysis of monthly background checks of gun purchases for the New York Times story "What Drives Gun Sales: Terrorism, Obama and Calls for Restrictions" at <http://www.nytimes.com/interactive/2015/12/10/us/gun-sales-terrorism-obama-restrictions.html?> is provided.
Last updated 7 years ago
5.09 score 130 stars 19 scripts 225 downloadsprrd - Parallel Runs of Reverse Depends
Reverse depends for a given package are queued such that multiple workers can run the reverse-dependency tests in parallel.
Last updated 3 months ago
hacktoberfestreverse-dependencies
4.95 score 12 stars 2 scripts 257 downloadscorels - R Binding for the 'Certifiably Optimal RulE ListS (Corels)' Learner
The 'Certifiably Optimal RulE ListS (Corels)' learner by Angelino et al described in <arXiv:1704.01701> provides interpretable decision rules with an optimality guarantee, and is made available to R with this package. See the file 'AUTHORS' for a list of copyright holders and contributors.
Last updated 4 months ago
4.94 score 45 stars 13 scripts 192 downloadsdtts - 'data.table' Time-Series
High-frequency time-series support via 'nanotime' and 'data.table'.
Last updated 3 months ago
4.92 score 14 stars 3 scripts 401 downloadsRcppFastFloat - 'Rcpp' Bindings for the 'fast_float' Header-Only Library for Number Parsing
Converting ascii text into (floating-point) numeric values is a very common problem. The 'fast_float' header-only C++ library by Daniel Lemire does it very well and very fast at up to or over to 1 gigabyte per second as described in more detail in <doi:10.48550/arXiv2101.11408>. 'fast_float' is licensed under the Apache 2.0 license and provided here for use by other R packages via a simple 'LinkingTo:' statement.
Last updated 1 months ago
rcpp
4.88 score 19 stars 6 scripts 244 downloadsqlcal - R Bindings to the Calendaring Functionality of 'QuantLib'
'QuantLib' bindings are provided for R using 'Rcpp' via an evolved version of the initial header-only 'Quantuccia' project offering an subset of 'QuantLib' (now maintained separately just for the calendaring subset). See the included file 'AUTHORS' for a full list of contributors to 'QuantLib' (and hence also 'Quantuccia').
Last updated 1 months ago
4.88 score 6 stars 23 scripts 517 downloadstinythemes - Lightweight Repackaging of 'Themes' for 'ggplot2'
Themes for 'ggplot2' are a convenient way to style plots. The 'hrbrthemes' package contains a particularly nice one, but brings along a significant tail of dependencies. So this (currently experimental) package brings along just the 'theme_ipsum_rc' theme using the 'Roboto' 'Condensed' font. Should the font not be installed on your system, see the help in the package 'hrbrthemes' on how to install 'Roboto Condensed'.
Last updated 6 months ago
4.83 score 27 stars 1 scripts 157 downloadsttdo - Extend 'tinytest' with 'diffobj'
The 'tinytest' package offers a light-weight zero-dependency unit-testing framework to which this package adds support of the 'diffobj' package for 'diff'-style comparison of R objects.
Last updated 5 months ago
diffunit-testing
4.80 score 21 stars 2 scripts 329 downloadsRcppQuantuccia - R Bindings to the Calendaring Functionality of 'QuantLib'
'QuantLib' bindings are provided for R using 'Rcpp' via an updated variant of the header-only 'Quantuccia' project (put together initially by Peter Caspers) offering an essential subset of 'QuantLib' (and now maintained separately for the calendaring subset). See the included file 'AUTHORS' for a full list of contributors to both 'QuantLib' and 'Quantuccia'.
Last updated 7 days ago
cpp11quantlib
4.78 score 12 stars 25 scripts 304 downloadsRcppClassic - Deprecated 'classic' 'Rcpp' 'API'
The 'RcppClassic' package provides a deprecated C++ library which facilitates the integration of R and C++. New projects should use the new 'Rcpp' 'API' in the 'Rcpp' package.
Last updated 1 months ago
4.78 score 1 stars 1 packages 794 downloadsspdl - Easier Use of 'RcppSpdlog' Functions via Wrapper
Logging functions in 'RcppSpdlog' provide access to the logging functionality from the 'spdlog' 'C++' library. This package offers shorter convenience wrappers for the 'R' functions which match the 'C++' functions, namely via, say, 'spdl::debug()' at the debug level. The actual formatting is done by the 'fmt::format()' function from the 'fmtlib' library (that is also 'std::format()' in 'C++20' or later).
Last updated 6 months ago
4.71 score 2 stars 5 packages 1 scripts 1.7k downloadsRcppBDT - 'Rcpp' Bindings for the Boost Date_Time Library
Access to Boost Date_Time functionality for dates, durations (both for days and date time objects), time zones, and posix time ('ptime') is provided by using 'Rcpp modules'. The posix time implementation can support high-resolution of up to nano-second precision by using 96 bits (instead of 64 with R) to present a 'ptime' object (but this needs recompilation with a #define set).
Last updated 2 months ago
4.71 score 17 stars 1 packages 7 scripts 721 downloadsrmsfact - Amazing Random Facts About the World's Greatest Hacker
Display a randomly selected quote about Richard M. Stallman based on the collection in the 'GNU Octave' function 'fact()' which was aggregated by Jordi Gutiérrez Hermoso based on the (now defunct) site stallmanfacts.com (which is accessible only via <http://archive.org>).
Last updated 7 days ago
4.66 score 4 stars 1 packages 4 scripts 1.9k downloadsdang - 'Dang' Associated New Goodies
A collection of utility functions.
Last updated 3 months ago
4.59 score 11 stars 5 scripts 310 downloadsRcppStreams - 'Rcpp' Integration of the 'Streamulus' 'DSEL' for Stream Processing
The 'Streamulus' (template, header-only) library by Irit Katriel (at <https://github.com/iritkatriel/streamulus>) provides a very powerful yet convenient framework for stream processing. This package connects 'Streamulus' to R by providing both the header files and all examples.
Last updated 25 days ago
4.51 score 16 stars 4 scripts 151 downloadsRcppFastAD - 'Rcpp' Bindings to 'FastAD' Auto-Differentiation
The header-only 'C++' template library 'FastAD' for automatic differentiation <https://github.com/JamesYang007/FastAD> is provided by this package, along with a few illustrative examples that can all be called from R.
Last updated 2 months ago
4.30 score 8 stars 4 scripts 303 downloadsRcppNLoptExample - 'Rcpp' Package Illustrating Header-Only Access to 'NLopt'
An example package which shows use of 'NLopt' functionality from C++ via 'Rcpp' without requiring linking, and relying just on 'nloptr' thanks to the exporting API added there by Jelmer Ypma. This package is a fully functioning, updated, and expanded version of the initial example by Julien Chiquet at <https://github.com/jchiquet/RcppArmadilloNLoptExample> also containing a large earlier pull request of mine.
Last updated 1 months ago
4.29 score 13 stars 2 scripts 159 downloadsRApiDatetime - R API for 'Date' and 'Datetime'
Access to the C-level R date and 'datetime' code is provided for C-level API use by other packages via registration of native functions. Client packages simply include a single header 'RApiDatetime.h' provided by this package, and also 'import' it. The R Core group is the original author of the code made available with slight modifications by this package.
Last updated 3 months ago
datedate-time
4.22 score 11 stars 10 scripts 328 downloadsRcppXts - Interface the 'xts' API via 'Rcpp'
Access to some of the C level functions of the 'xts' package. In its current state, the package is mostly a proof-of-concept to support adding useful functions, and does not yet add any of its own.
Last updated 28 days ago
4.13 score 9 stars 3 scripts 159 downloadsgaussfacts - The Greatest Mathematician Since Antiquity
Display a random fact about Carl Friedrich Gauss based the on collection curated by Mike Cavers via the <https://web.archive.org/web/*/gaussfacts.com> site.
Last updated 3 months ago
3.78 score 4 stars 4 scripts 119 downloadscrc32c - Cyclic Redundancy Check with CPU-Specific Acceleration
Hardware-based support for 'CRC32C' cyclic redundancy checksum function is made available for 'x86_64' systems with 'SSE2' support as well as for 'arm64', and detected at build-time via 'cmake' with a software-based fallback. This functionality is exported at the 'C'-language level for use by other packages. 'CRC32C' is described in 'RFC 3270' at <https://datatracker.ietf.org/doc/html/rfc3720> and is based on 'Castagnoli et al' <doi:10.1109/26.231911>.
Last updated 5 months ago
3.78 score 3 stars 1 scripts 177 downloadsRcppFarmHash - Interface to the Google 'FarmHash' Family of Hash Functions
The Google 'FarmHash' family of hash functions is used by the Google 'BigQuery' data warehouse via the 'FARM_FINGERPRINT' function. This package permits to calculate these hash digest fingerprints directly from R, and uses the included 'FarmHash' files written by G. Pike and copyrighted by Google, Inc.
Last updated 2 months ago
farmhash
3.48 score 2 stars 2 scripts 184 downloadsciw - Watch the CRAN Incoming Directories
Directory reads and summaries are provided for one or more of the subdirectories of the <https://cran.r-project.org/incoming/> directory, and a compact summary object is returned. The package name is a contraption of 'CRAN Incoming Watcher'.
Last updated 5 months ago
3.48 score 4 scripts 228 downloadsRcppGetconf - 'Rcpp' Interface for Querying System Configuration Variables
The 'getconf' command-line tool provided by 'libc' allows querying of a large number of system variables. This package provides similar functionality.
Last updated 1 months ago
3.40 score 1 stars 2 scripts 112 downloadsRcppMagicEnum - 'Rcpp' Bindings to 'Magic Enum' 'C++' 'Enum' Support
The header-only modern 'C++' template library 'Magic Enum' for static reflection of 'enums' (to string, from string, iteration) is provided by this package. More information about the underlying library can be found at its repository at <https://github.com/Neargye/magic_enum>.
Last updated 3 months ago
3.30 score 1 stars 1 scripts 118 downloadsRcppKalman - 'RcppArmadillo'-Based Kalman Filtering
An 'RcppArmadillo'-based port of the Kalman filtering code in the 'EKF/UKF Toolbox for Matlab' by Simo Särkkä, Jouni Hartikainen, and Arno Solin is provided. . Note that this package is at this point still incomplete, but contains two demo functions replicating demos in 'EKF/UKF'.
Last updated 4 years ago
3.24 score 35 stars 9 scriptsgettz - Get the Timezone Information
A function to retrieve the system timezone on Unix systems which has been found to find an answer when 'Sys.timezone()' has failed. It is based on an answer by Duane McCully posted on 'StackOverflow', and adapted to be callable from R. The package also builds on Windows, but just returns NULL.
Last updated 3 months ago
3.18 score 1 stars 1 scripts 431 downloadsminm - 'minm' is not meta
One way to get hold of several 'RMarkdown'-using packages for 'Beamer' slides, letters, vignettes / short papers, and Tufte-alike handouts / write-ups.
Last updated 3 months ago
2.70 score 10 starsearthmovdist - Wrapper to the 'Emd-L1' Library by Haibin Ling and Kazunori Okada
The 'Emd-L1' distance metric from the paper by H. Ling and K. Okada, An Efficient Earth Mover's Distance Algorithm for Robust Histogram Comparison, IEEE Transaction on Pattern Analysis and Machine Intelligence (PAMI), 29(5):840-853, 2007, is provided for use by R. It is based on code downloaded from the URL <http://www.ist.temple.edu/~hbling/code/EmdL1_v3.zip>.
Last updated 7 years ago
2.60 score 8 stars 5 scriptswinsorize - Winsorize Data
Remove outliers by means of winsorization, ie shrinking outlying observations to the border of the main part of the data. This package started from the excellent robustHD package by Andreas Alfons in order to reduce the number dependent package being pulled in. We expect to update the code over time.
Last updated 4 months ago
2.48 score 3 stars 3 scriptsldlasb - Lies, Damned Lies, and Selective Benchmarks
Correcting two very selectively chosen benchmarks in order to set a record straight.
Last updated 3 years ago
benchmarkingperformancercpp
2.48 score 6 stars 3 scriptssafy - Show the Global Environment Some Appreciation
In times as trying as these, some extra care is sorely needed for the treatment of one's global variables. A constructive suggestion was made in <https://twitter.com/Obsidiandy/status/1256667469852393474>, and this package aims to pblige.
Last updated 5 years ago
2.40 score 5 stars 1 scriptsccptm - Cook Country Property Tax Model
We use Cook County, IL, property tax data to model the property taxes a function of available data on properties. This analysis is an R implementation of the work described in the excellent original blog post (and associate Python notebook) by Tanya Schlusser at <http://tanyaschlusser.github.io/posts/property-tax-cook-county/>.
Last updated 5 years ago
2.30 score 4 stars 1 scriptsRcppGeiger - 'Rcpp' Bindings for 'Geiger' Header-Only Micro-Benchmark Framework
The 'Geiger' Header-Only C++11 Micro-Benchmarks Framework, written by David Grosss and released under the MIT license, is provided for use by R packages through lightweight integration with 'Rcpp'.
Last updated 8 months ago
benchmark-frameworkbenchmarkingc-plus-plusc-plus-plus-14
2.18 score 3 starsRcppNarrow - First Steps Around 'narrow'
Leaning on the 'narrow' package for C-level access to 'Arrow' without requiring the full weight of that package.
Last updated 2 years ago
2.18 score 3 stars 1 scriptscurse - Cursing Words and Phrases
Release some tension when coding by casting some curse words at your screen, not personally intended of course.
Last updated 4 years ago
2.18 score 3 starsRcppAsioExample - A Simple Example of Using 'Asio' from 'R' via 'Rcpp'
The 'AsioHeader' packages brings the 'Asio' library in a header-only format to R. This package illustrates its use via a simple example, and be used as a test whether all relevant packages are correctly setup to allow compilation.
Last updated 2 months ago
1.70 score 1 stars 1 scriptsRcppLongLong - Simple test package for long long interactions
Simple tests to tickle long long conversions
Last updated 2 years ago
1.70 scoreplr - Utility Functions for 'PrairieLearn' and R
'PrairieLearn' is an online problem-driven learning system for creating homeworks and tests. This package adds some helper functions for using it along with R as we are currently doing for <https://stat430.com>.
Last updated 3 years ago
1.70 score 1 stars 2 scriptschshli - Check Shared Libraries
R packages can be downloaded from a repository for the 'RStudio Package Manager' or 'RSPM' which provides prebuilt binaries for several Linux distributions easing installing considerably. However, these packages do not have system level support for their run-time dependencies. This packages aims to address this shortcoming with a first application for Ubuntu 18.04 aka 'bionic'.
Last updated 4 years ago
1.70 score 1 stars 1 scriptsapollo13 - Houston, We Have a Problem
Import a number of helper functions without exposing any evil underscores.
Last updated 10 years ago
1.00 score 1 stars 3 scripts