Package: kit 0.0.21
kit: Data Manipulation Functions Implemented in C
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.
Authors:
kit_0.0.21.tar.gz
kit_0.0.21.zip(r-4.7)kit_0.0.21.zip(r-4.6)kit_0.0.21.zip(r-4.5)
kit_0.0.21.tgz(r-4.6-x86_64)kit_0.0.21.tgz(r-4.6-arm64)kit_0.0.21.tgz(r-4.5-x86_64)kit_0.0.21.tgz(r-4.5-arm64)
kit_0.0.21.tar.gz(r-4.7-arm64)kit_0.0.21.tar.gz(r-4.7-x86_64)kit_0.0.21.tar.gz(r-4.6-arm64)kit_0.0.21.tar.gz(r-4.6-x86_64)
kit_0.0.21.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
kit/json (API)
NEWS
| # Install 'kit' in R: |
| install.packages('kit', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fastverse/kit/issues
Pkgdown/docs site:https://fastverse.org
Last updated from:c9ea915eb7. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 159 | ||
| linux-release-arm64 | OK | 110 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 83 | ||
| macos-release-x86_64 | OK | 242 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| macos-oldrel-x86_64 | OK | 222 | ||
| windows-devel | OK | 110 | ||
| windows-release | OK | 101 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 90 |
Exports:charToFactclearDatacountcountNAcountOccurfduplicatedfpmaxfpminfposfuniquegetDataiifnifnswitchpallpallNApallvpanypanyNApanyvpcountpcountNApfirstplastpmeanpprodprangepsortpsumsetlevelsshareDatatopnuniqLenvswitch
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert Character Vector to Factor | charToFact |
| count, countNA and countOccur | count countNA countOccur |
| Fast duplicated and unique | fduplicated funique uniqLen |
| Find a matrix position inside a larger matrix | fpos |
| Fast if else | iif |
| Nested if else | nif |
| Parallel (Statistical) Functions | fpmax fpmin pall pallNA pallv pany panyNA panyv pcount pcountNA pfirst plast pmean pprod prange psum |
| Parallel Sort | psort |
| Set levels of a factor object | setlevels |
| Share Data between R Sessions | clearData getData shareData |
| Top N values index | topn |
| Vectorised switch | nswitch vswitch |
