R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
RcppAlgos
View on CRAN: Click
here
Download and install RcppAlgos package within the R console
Install from CRAN:
install.packages("RcppAlgos")
Install from Github:
library("remotes")
install_github("cran/RcppAlgos")
Install by package version:
library("remotes")
install_version("RcppAlgos", "2.9.3")
Attach the package and use:
library("RcppAlgos")
Maintained by
Joseph Wood
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
10.32614/CRAN.package.RcppAlgos . https://github.com/jwood000/RcppAlgos/issues . https://github.com/jwood000/RcppAlgos . RcppAlgos results . RcppAlgos.pdf . Combinatorial Iterators in RcppAlgos . RcppAlgos_2.9.3.tar.gz . RcppAlgos_2.9.3.zip . RcppAlgos_2.9.3.zip . RcppAlgos_2.9.3.zip . RcppAlgos_2.9.3.tgz . RcppAlgos_2.9.3.tgz . RcppAlgos_2.9.3.tgz . RcppAlgos_2.9.3.tgz . RcppAlgos archive . https://CRAN.R-project.org/package=RcppAlgos .
First Published: 2017-10-26
Latest Update: 2023-12-10
Description:
Provides optimized functions and flexible combinatorial iterators
implemented in C++ for solving problems in combinatorics and
computational mathematics. 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 (e.g. generating integer partitions/compositions
or finding all combinations such that the sum is between two bounds).
Capable of generating specific combinations/permutations (e.g. retrieve
only the nth lexicographical result) which sets up nicely for
parallelization as well as random sampling. Gmp support permits exploration
where the total number of results is large (e.g. comboSample(10000, 500,
n = 4)). Additionally, there are several high performance number theoretic
functions that are useful for problems common in computational mathematics.
Some of these functions make use of the fast integer division library
'libdivide'. The primeSieve function is based on the segmented sieve of
Eratosthenes implementation by Kim Walisch. It is also efficient for large
numbers by using the cache friendly improvements originally developed by
Tom
How to cite:
Joseph Wood (2017). RcppAlgos: High Performance Tools for Combinatorics and Computational Mathematics. R package version 2.9.3, https://cran.r-project.org/web/packages/RcppAlgos. Accessed 19 Apr. 2025.
Previous versions and publish date:
0.1.0 (2017-10-26 19:19), 0.1.1 (2017-11-03 05:28), 0.1.2 (2017-11-03 05:32), 0.2.0 (2017-11-28 23:04), 0.2.1 (2017-11-30 00:42), 0.2.2 (2017-12-15 06:17), 0.2.4 (2017-12-18 13:00), 0.2.5 (2018-01-04 15:47), 1.0.0 (2018-03-07 22:16), 1.0.1 (2018-03-10 18:01), 2.0.1 (2018-06-10 18:43), 2.0.2 (2018-06-14 16:00), 2.0.3 (2018-06-30 19:04), 2.1.0 (2018-09-11 10:10), 2.2.0 (2018-09-15 00:22), 2.3.0 (2019-03-17 11:13), 2.3.1 (2019-03-21 11:43), 2.3.2 (2019-04-14 12:32), 2.3.3 (2019-06-30 07:11), 2.3.4 (2019-07-03 10:00), 2.3.5 (2020-01-26 07:40), 2.3.6 (2020-01-29 16:10), 2.4.1 (2020-03-24 08:10), 2.4.3 (2021-05-30 21:40), 2.5.0 (2022-03-16 23:20), 2.5.3 (2022-03-31 09:50), 2.6.0 (2022-08-15 12:50), 2.7.1 (2023-02-06 09:12), 2.7.2 (2023-02-11 14:40), 2.8.0 (2023-07-11 01:40), 2.8.1 (2023-08-14 16:30), 2.8.2 (2023-10-03 01:50), 2.8.3 (2023-12-10 02:10), 2.8.5 (2024-10-11 07:10), 2.9.1 (2025-01-27 10:10)
Other packages that cited RcppAlgos R package
View RcppAlgos citation profile
Other R packages that RcppAlgos depends,
imports, suggests or enhances
Complete documentation for RcppAlgos
Functions, R codes and Examples using
the RcppAlgos R package
Some associated functions: Combo-Class . Constraints-Class . Partitions-Class . RcppAlgos-package . combinatoricsCount . combinatoricsGeneral . combinatoricsIterator . combinatoricsRank . combinatoricsSample . comboGrid . comboGroups . comboGroupsCount . comboGroupsSample . divisorsRcpp . divisorsSieve . eulerPhiSieve . isPrimeRcpp . numDivisorSieve . partitionsCount . partitionsGeneral . partitionsIterator . partitionsRank . partitionsSample . primeCount . primeFactorize . primeFactorizeSieve . primeSieve . stdThreadMax .
Some associated R codes: Combinations.R . ComboGrid.R . ComboGroups.R . Compositions.R . NumberTheory.R . Partitions.R . Permutations.R . S4Classes.R . Utility.R . zzz.R . Full RcppAlgos package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
quickcode
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
MScombine
Find common entities detected in both positive and negative
ionization mode, delete this entity in ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Monica Calderon-Santiago (view profile)
PCGSE
Contains logic for computing the statistical association of variable groups, i.e., gene sets, with r ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: H. Robert Frost (view profile)
arsenal
An Arsenal of 'R' functions for large-scale statistical summaries,
which are streamlined to work wi ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Ethan Heinzen (view profile)
SDT
Functions for self-determination motivation theory (SDT) to compute
measures of motivation internal ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Ali Uenlue (view profile)
signibox
Add significance marks to any R Boxplot, including a given significance niveau. ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Louis-Marvin Sander (view profile)
24,012
R Packages
207,311
Dependencies
65,069
Author Associations
24,013
Publication Badges
