SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : R-decorators
Version : 0.3.0 Vendor : obs://build_opensuse_org/devel:languages:R
Release : lp153.3.7 Date : 2024-06-14 11:16:49
Group : Development/Libraries/Other Source RPM : R-decorators-0.3.0-lp153.3.7.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Extend the Behaviour of a Function without Explicitly Modifying it
Description :
A decorator is a function that receives a function, extends its
behaviour, and returned the altered function. Any caller that uses the
decorated function uses the same interface as it were the original,
undecorated function. Decorators serve two primary uses: (1) Enhancing
the response of a function as it sends data to a second component; (2)
Supporting multiple optional behaviours. An example of the first use is
a timer decorator that runs a function, outputs its execution time on
the console, and returns the original function\'s result. An example of
the second use is input type validation decorator that during running
time tests whether the caller has passed input arguments of a
particular class. Decorators can reduce execution time, say by
memoization, or reduce bugs by adding defensive programming routines.

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-decorators-0.3.0-lp153.3.7.x86_64.rpm
     

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

Requires :
R-base
R-cli
R-glue
R-lifecycle
R-magrittr
R-purrr
R-rlang
R-vctrs
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/decorators
/usr/lib64/R/library/decorators/CITATION
/usr/lib64/R/library/decorators/DESCRIPTION
/usr/lib64/R/library/decorators/INDEX
/usr/lib64/R/library/decorators/LICENSE
/usr/lib64/R/library/decorators/Meta
/usr/lib64/R/library/decorators/Meta/Rd.rds
/usr/lib64/R/library/decorators/Meta/features.rds
/usr/lib64/R/library/decorators/Meta/hsearch.rds
/usr/lib64/R/library/decorators/Meta/links.rds
/usr/lib64/R/library/decorators/Meta/nsInfo.rds
/usr/lib64/R/library/decorators/Meta/package.rds
/usr/lib64/R/library/decorators/NAMESPACE
/usr/lib64/R/library/decorators/NEWS.md
/usr/lib64/R/library/decorators/R
/usr/lib64/R/library/decorators/R/decorators
/usr/lib64/R/library/decorators/R/decorators.rdb
/usr/lib64/R/library/decorators/R/decorators.rdx
/usr/lib64/R/library/decorators/REFERENCES.bib
/usr/lib64/R/library/decorators/help
/usr/lib64/R/library/decorators/help/AnIndex
/usr/lib64/R/library/decorators/help/aliases.rds
/usr/lib64/R/library/decorators/help/decorators.rdb
/usr/lib64/R/library/decorators/help/decorators.rdx
/usr/lib64/R/library/decorators/help/paths.rds
/usr/lib64/R/library/decorators/html
/usr/lib64/R/library/decorators/html/00Index.html
/usr/lib64/R/library/decorators/html/R.css

 
ICM