_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-rcppredis 0.2.5
Propagated dependencies: r-rcpp@1.0.13-1 r-rapiserialize@0.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppredis
Licenses: GPL 2+
Synopsis: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Description:

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.

r-rcppeigen 0.3.4.0.2
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: http://eigen.tuxfamily.org
Licenses: GPL 2+
Synopsis: Rcpp integration for the Eigen templated linear algebra library
Description:

This package provides an integration of Eigen in R using 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.

r-rcppxsimd 7.1.6
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcppXsimd
Licenses: Modified BSD
Synopsis: Xsimd C++ Header-Only Library Files
Description:

This header-only library provides modern, portable C++ wrappers for SIMD intrinsics and parallelized, optimized math implementations (SSE, AVX, NEON, AVX512). By placing this library in this package, we offer an efficient distribution system for Xsimd <https://github.com/xtensor-stack/xsimd> for R packages using CRAN.

r-rcppmecab 0.0.1.2
Propagated dependencies: r-rcppparallel@5.1.9 r-rcpp@1.0.13-1 r-bh@1.84.0-0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcppMeCab
Licenses: GPL 2+ GPL 3+
Synopsis: 'rcpp' Wrapper for 'mecab' Library
Description:

R package based on Rcpp for MeCab': Yet Another Part-of-Speech and Morphological Analyzer. The purpose of this package is providing a seamless developing and analyzing environment for CJK texts. This package utilizes parallel programming for providing highly efficient text preprocessing posParallel() function. For installation, please refer to README.md file.

r-rcpparray 0.3.0
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jonclayden/RcppArray
Licenses: GPL 2
Synopsis: 'Rcpp' Meets 'C++' Arrays
Description:

Interoperability between Rcpp and the C++11 array and tuple types. Linking to this package allows fixed-length std::array objects to be converted to and from equivalent R vectors, and std::tuple objects converted to lists, via the as() and wrap() functions. There is also experimental support for std::span from C++20'.

r-rcppint64 0.0.5
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/rcppint64
Licenses: GPL 2+
Synopsis: Rcpp-based helper functions to pass Int64 values between R and C++
Description:

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 package builds on this to support nanosecond-resolution timestamps. This package 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.

r-rcppplanc 2.0.3
Dependencies: patch@2.7.6-0.f144b35 hwloc@2.12.0 hdf5@1.14.3 git@2.49.0
Propagated dependencies: r-rcppprogress@0.4.2 r-rcpparmadillo@14.0.2-1 r-rcpp@1.0.13-1 r-matrix@1.7-1 r-hdf5r-extra@0.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcppPlanc
Licenses: GPL 2+
Synopsis: Parallel Low-Rank Approximation with Nonnegativity Constraints
Description:

Rcpp bindings for PLANC', a highly parallel and extensible NMF/NTF (Non-negative Matrix/Tensor Factorization) library. Wraps algorithms described in Kannan et. al (2018) <doi:10.1109/TKDE.2017.2767592> and Eswar et. al (2021) <doi:10.1145/3432185>. Implements algorithms described in Welch et al. (2019) <doi:10.1016/j.cell.2019.05.006>, Gao et al. (2021) <doi:10.1038/s41587-021-00867-x>, and Kriebel & Welch (2022) <doi:10.1038/s41467-022-28431-4>.

r-rcpptimer 1.2.1
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rcpptimer.berrisch.biz
Licenses: GPL 3+
Synopsis: 'Rcpp' Tic-Toc Timer with 'OpenMP' Support
Description:

This package provides Rcpp bindings for cpptimer', a simple tic-toc timer class for benchmarking C++ code <https://github.com/BerriJ/cpptimer>. It's not just simple, it's blazing fast! This sleek tic-toc timer class supports overlapping timers as well as OpenMP parallelism <https://www.openmp.org/>. It boasts a nanosecond-level time resolution. We did not find any overhead of the timer itself at this resolution. Results (with summary statistics) are automatically passed back to R as a data frame.

r-rcppblaze 1.0.1
Propagated dependencies: r-rcpp@1.0.13-1 r-matrix@1.7-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/Chingchuan-chen/RcppBlaze
Licenses: Modified BSD
Synopsis: 'Rcpp' Integration for the 'Blaze' High-Performance 'C++' Math Library
Description:

Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic. With its state-of-the-art Smart Expression Template implementation Blaze combines the elegance and ease of use of a domain-specific language with HPC-grade performance, making it one of the most intuitive and fastest C++ math libraries available. The RcppBlaze package includes the header files from the Blaze library with disabling some functionalities related to link to the thread and system libraries which make RcppBlaze be a header-only library. Therefore, users do not need to install Blaze'.

r-rcppalgos 2.8.5
Dependencies: gmp@6.3.0
Propagated dependencies: r-cpp11@0.5.0 r-gmp@0.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jwood000/RcppAlgos
Licenses: GPL 2+
Synopsis: High performance tools for combinatorics and computational mathematics
Description:

This package provides optimized functions and flexible combinatorial iterators implemented in C++ for solving problems in combinatorics and computational mathematics. It utilizes the RMatrix class from RcppParallel for thread safety. There are combination/permutation functions with constraint parameters that allow for generation of all results of a vector meeting specific criteria. It is capable of generating specific combinations/permutations which sets up nicely for parallelization as well as random sampling. Gmp support permits exploration where the total number of results is large. Additionally, there are several high performance number theoretic functions that are useful for problems common in computational mathematics.

r-rcppthread 2.1.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tnagler/RcppThread
Licenses: Expat
Synopsis: R threading in C++
Description:

This package provides a C++11-style thread class and thread pool that can safely be interrupted from R.

r-rcppfastad 0.0.4
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppfastad
Licenses: GPL 2+
Synopsis: 'Rcpp' Bindings to 'FastAD' Auto-Differentiation
Description:

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.

r-rcppbessel 1.0.0
Propagated dependencies: r-rdpack@2.6.1 r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/alexiosg/RcppBessel
Licenses: GPL 2+
Synopsis: Bessel Functions Rcpp Interface
Description:

Exports an Rcpp interface for the Bessel functions in the Bessel package, which can then be called from the C++ code of other packages. For the original Fortran implementation of these functions see Amos (1995) <doi:10.1145/212066.212078>.

r-rcppcolors 0.6.0
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/stla/RcppColors
Licenses: GPL 3
Synopsis: Color Mappings and 'C++' Header Files for Color Conversion
Description:

This package provides C++ header files to deal with color conversion from some color spaces to hexadecimal with Rcpp', and exports some color mapping functions for usage in R. Also exports functions to convert colors from the HSLuv color space for usage in R. HSLuv is a human-friendly alternative to HSL.

r-rcppjagger 0.0.2
Propagated dependencies: r-rlang@1.1.4 r-rcpp@1.0.13-1 r-purrr@1.0.2 r-cli@3.6.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://shusei-e.github.io/RcppJagger/
Licenses: GPL 2
Synopsis: An R Wrapper for Jagger
Description:

This package provides a wrapper for Jagger, a morphological analyzer proposed in Yoshinaga (2023) <arXiv:2305.19045>. Jagger uses patterns derived from morphological dictionaries and training data sets and applies them from the beginning of the input. This simultaneous and deterministic process enables it to effectively perform tokenization, POS tagging, and lemmatization.

r-rcppspdlog 0.0.19
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/rcppspdlog
Licenses: GPL 2+
Synopsis: R and C++ interfaces to spdlog C++ header library for logging
Description:

The spdlog library is a widely-used and very capable header-only C++ library for logging. This package includes its headers as an R package to permit other R packages to deploy it via a simple LinkingTo: RcppSpdlog. As of version 0.0.9, it also provides both simple R logging functions and compiled functions callable by other packages.

r-rcppgetconf 0.0.4
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppgetconf
Licenses: GPL 2+
Synopsis: 'Rcpp' Interface for Querying System Configuration Variables
Description:

The getconf command-line tool provided by libc allows querying of a large number of system variables. This package provides similar functionality.

r-rcppdynprog 0.2.1
Propagated dependencies: r-wrapr@2.1.0 r-rcpparmadillo@14.0.2-1 r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/WinVector/RcppDynProg/
Licenses: GPL 2 GPL 3
Synopsis: 'Rcpp' Dynamic Programming
Description:

Dynamic Programming implemented in Rcpp'. Includes example partition and out of sample fitting applications. Also supplies additional custom coders for the vtreat package.

r-rcppclassic 0.9.13
Propagated dependencies: r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppclassic
Licenses: GPL 2+
Synopsis: Deprecated 'classic' 'Rcpp' 'API'
Description:

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.

r-rcppstreams 0.1.4
Propagated dependencies: r-rcpp@1.0.13-1 r-bh@1.84.0-0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://dirk.eddelbuettel.com/code/rcpp.streams.html
Licenses: GPL 3+
Synopsis: 'Rcpp' Integration of the 'Streamulus' 'DSEL' for Stream Processing
Description:

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.

r-rcppmsgpack 0.2.4
Propagated dependencies: r-rcpp@1.0.13-1 r-bh@1.84.0-0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppmsgpack
Licenses: GPL 2+
Synopsis: 'MsgPack' C++ Header Files and Interface Functions for R
Description:

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'.

r-rcppml-devel 0.5.6-1.e685b3b
Propagated dependencies: r-matrix@1.7-1 r-rcpp@1.0.13-1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/zdebruine/RcppML
Licenses: GPL 3+
Synopsis: Rcpp machine learning Library
Description:

This package provides fast machine learning algorithms including matrix factorization and divisive clustering for large sparse and dense matrices.

r-rcppprogress 0.4.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/kforner/rcpp_progress
Licenses: GPL 3+
Synopsis: Interruptible progress bar for C++ in R packages
Description:

This package displays a progress bar in the R console for long running computations taking place in C++ code, and support for interrupting those computations even in multithreaded code, typically using OpenMP.

r-rcppparallel 5.1.9
Dependencies: tbb@2020.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rcppcore.github.io/RcppParallel/
Licenses: GPL 2
Synopsis: Parallel programming tools for Rcpp
Description:

This package provides high level functions for parallel programming with Rcpp. For example, the parallelFor() function can be used to convert the work of a standard serial for loop into a parallel one and the parallelReduce() function can be used for accumulating aggregates or other values.

Page: 123
Total results: 67