mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
Basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level. WWW: https://cran.r-project.org/web/packages/kit/
4 lines
266 B
Text
4 lines
266 B
Text
Basic functions, implemented in C, for large data manipulation. Fast
|
|
vectorised ifelse()/nested if()/switch() functions, psum()/pprod()
|
|
functions equivalent to pmin()/pmax() plus others which are missing from
|
|
base R. Most of these functions are callable at C level.
|