SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

R-dequer rpm build for : openSUSE Leap 15. For other distributions click R-dequer.

Name : R-dequer
Version : 2.0.2 Vendor : obs://build_opensuse_org/devel:languages:R
Release : lp153.1.10 Date : 2024-06-14 11:05:47
Group : Development/Libraries/Other Source RPM : R-dequer-2.0.2-lp153.1.10.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Stacks, Queues, and \'Deques\' for R
Description :
Queues, stacks, and \'deques\' are list-like, abstract data types. These
are meant to be very cheap to \"grow\", or insert new objects into. A
typical use case involves storing data in a list in a streaming
fashion, when you do not necessarily know how may elements need to be
stored. Unlike R\'s lists, the new data structures provided here are not
necessarily stored contiguously, making insertions and deletions at the
front/end of the structure much faster. The underlying implementation
is new and uses a head/tail doubly linked list; thus, we do not rely on
R\'s environments or hashing. To avoid unnecessary data copying, most
operations on these data structures are performed via side-effects.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  R-dequer-2.0.2-lp153.1.10.x86_64.rpm
     

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

Requires :
R-base
libR.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/R/library/dequer
/usr/lib64/R/library/dequer/CITATION
/usr/lib64/R/library/dequer/DESCRIPTION
/usr/lib64/R/library/dequer/INDEX
/usr/lib64/R/library/dequer/LICENSE
/usr/lib64/R/library/dequer/Meta
/usr/lib64/R/library/dequer/Meta/Rd.rds
/usr/lib64/R/library/dequer/Meta/features.rds
/usr/lib64/R/library/dequer/Meta/hsearch.rds
/usr/lib64/R/library/dequer/Meta/links.rds
/usr/lib64/R/library/dequer/Meta/nsInfo.rds
/usr/lib64/R/library/dequer/Meta/package.rds
/usr/lib64/R/library/dequer/NAMESPACE
/usr/lib64/R/library/dequer/R
/usr/lib64/R/library/dequer/R/dequer
/usr/lib64/R/library/dequer/R/dequer.rdb
/usr/lib64/R/library/dequer/R/dequer.rdx
/usr/lib64/R/library/dequer/benchmarks
/usr/lib64/R/library/dequer/benchmarks/insert.r
/usr/lib64/R/library/dequer/help
/usr/lib64/R/library/dequer/help/AnIndex
/usr/lib64/R/library/dequer/help/aliases.rds
/usr/lib64/R/library/dequer/help/dequer.rdb
/usr/lib64/R/library/dequer/help/dequer.rdx
/usr/lib64/R/library/dequer/help/paths.rds
/usr/lib64/R/library/dequer/html
/usr/lib64/R/library/dequer/html/00Index.html
/usr/lib64/R/library/dequer/html/R.css
/usr/lib64/R/library/dequer/libs
/usr/lib64/R/library/dequer/libs/dequer.so

 
ICM