SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

R-RcppAlgos rpm build for : openSUSE Tumbleweed. For other distributions click R-RcppAlgos.

Name : R-RcppAlgos
Version : 2.8.5 Vendor : obs://build_opensuse_org/devel:languages:R
Release : 1.2 Date : 2024-10-11 22:01:03
Group : Development/Libraries/Other Source RPM : R-RcppAlgos-2.8.5-1.2.src.rpm
Size : 3.10 MB
Packager : (none)
Summary : High Performance Tools for Combinatorics and Computational Mathematics
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ás
Oliveira. Finally, there is a prime counting function that implements
Legendre\'s formula based on the work of Kim Walisch.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/R:/autoCRAN/openSUSE_Tumbleweed/x86_64

Content of RPM  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
R-RcppAlgos
R-RcppAlgos(x86-64)

Requires :
R-RcppAlgos-devel
R-base
R-cpp11
R-gmp
libR.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.11)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libgcc_s.so.1()(64bit)
libgcc_s.so.1(GCC_3.0)(64bit)
libgcc_s.so.1(GCC_3.3.1)(64bit)
libgmp.so.10()(64bit)
libgmp10
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libm.so.6(GLIBC_2.29)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.5)(64bit)
libstdc++.so.6(CXXABI_1.3.8)(64bit)
libstdc++.so.6(CXXABI_1.3.9)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
libstdc++.so.6(GLIBCXX_3.4.17)(64bit)
libstdc++.so.6(GLIBCXX_3.4.18)(64bit)
libstdc++.so.6(GLIBCXX_3.4.19)(64bit)
libstdc++.so.6(GLIBCXX_3.4.21)(64bit)
libstdc++.so.6(GLIBCXX_3.4.22)(64bit)
libstdc++.so.6(GLIBCXX_3.4.29)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib64/R/library/RcppAlgos
/usr/lib64/R/library/RcppAlgos/DESCRIPTION
/usr/lib64/R/library/RcppAlgos/INDEX
/usr/lib64/R/library/RcppAlgos/INSTALL.md
/usr/lib64/R/library/RcppAlgos/Meta
/usr/lib64/R/library/RcppAlgos/Meta/Rd.rds
/usr/lib64/R/library/RcppAlgos/Meta/features.rds
/usr/lib64/R/library/RcppAlgos/Meta/hsearch.rds
/usr/lib64/R/library/RcppAlgos/Meta/links.rds
/usr/lib64/R/library/RcppAlgos/Meta/nsInfo.rds
/usr/lib64/R/library/RcppAlgos/Meta/package.rds
/usr/lib64/R/library/RcppAlgos/Meta/vignette.rds
/usr/lib64/R/library/RcppAlgos/NAMESPACE
/usr/lib64/R/library/RcppAlgos/NEWS.Rd
/usr/lib64/R/library/RcppAlgos/NEWS.md
/usr/lib64/R/library/RcppAlgos/R
/usr/lib64/R/library/RcppAlgos/R/RcppAlgos
/usr/lib64/R/library/RcppAlgos/R/RcppAlgos.rdb
/usr/lib64/R/library/RcppAlgos/R/RcppAlgos.rdx
/usr/lib64/R/library/RcppAlgos/doc
/usr/lib64/R/library/RcppAlgos/doc/CombPermConstraints.Rmd
/usr/lib64/R/library/RcppAlgos/doc/CombPermConstraints.html
/usr/lib64/R/library/RcppAlgos/doc/CombinatorialSampling.Rmd
/usr/lib64/R/library/RcppAlgos/doc/CombinatorialSampling.html
/usr/lib64/R/library/RcppAlgos/doc/CombinatoricsIterators.Rmd
/usr/lib64/R/library/RcppAlgos/doc/CombinatoricsIterators.html
/usr/lib64/R/library/RcppAlgos/doc/ComputationalMathematics.Rmd
/usr/lib64/R/library/RcppAlgos/doc/ComputationalMathematics.html
/usr/lib64/R/library/RcppAlgos/doc/GeneralCombinatorics.Rmd
/usr/lib64/R/library/RcppAlgos/doc/GeneralCombinatorics.html
There is 20 files more in these RPM.

 
ICM