brodieg. To fix this you can add URL: https://fastverse.r-universe.dev/r2c to the package DESCRIPTION file. See also theR-universe documentation.Package: r2c 0.3.0
r2c: Fast Iterated Statistic Computation in R
Compiles a subset of R into machine code so that expressions composed with that subset can be applied repeatedly on varying data without interpreter overhead.
Authors:
r2c_0.3.0.tar.gz
r2c_0.3.0.zip(r-4.7)r2c_0.3.0.zip(r-4.6)r2c_0.3.0.zip(r-4.5)
r2c_0.3.0.tgz(r-4.6-x86_64)r2c_0.3.0.tgz(r-4.6-arm64)r2c_0.3.0.tgz(r-4.5-x86_64)r2c_0.3.0.tgz(r-4.5-arm64)
r2c_0.3.0.tar.gz(r-4.7-arm64)r2c_0.3.0.tar.gz(r-4.7-x86_64)r2c_0.3.0.tar.gz(r-4.6-arm64)r2c_0.3.0.tar.gz(r-4.6-x86_64)
r2c_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
r2c/json (API)
NEWS
| # Install 'r2c' in R: |
| install.packages('r2c', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/brodieg/r2c/issues
Last updated from:aaa39300a5. Checks:11 ERROR, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 148 | ||
| linux-devel-x86_64 | ERROR | 137 | ||
| source / vignettes | OK | 156 | ||
| linux-release-arm64 | ERROR | 142 | ||
| linux-release-x86_64 | ERROR | 145 | ||
| macos-release-arm64 | ERROR | 171 | ||
| macos-release-x86_64 | ERROR | 253 | ||
| macos-oldrel-arm64 | ERROR | 197 | ||
| macos-oldrel-x86_64 | ERROR | 362 | ||
| windows-devel | ERROR | 237 | ||
| windows-release | ERROR | 227 | ||
| windows-oldrel | ERROR | 234 | ||
| wasm-release | OK | 97 |
Exports:bsacfirst_vecfor_0for_initfor_iterfor_nget_c_codeget_compile_outget_r_codeget_so_locgroup_execif_falseif_testif_truelcopylcurryloaded_r2c_dynlibslsetmean1numeric_alongnumeric_alongnprocess_groupsr2c_forr2c_ifr2cfr2clr2cqrecreuse_callsrollat_execrollbw_execrollby_execrolli_execshow_c_codesquaresubassignuminusunload_r2c_dynlibsuplusvcopy
Dependencies:vetr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fast Iterated Statistic Computation in R | r2c-package r2c |
| Basic Split Apply Combine | bsac |
| Retrieve First Vector from Data | first_vec |
| Execute r2c Function Iteratively on Groups in Data | group_exec |
| Pre-Set Function Parameters | lcurry |
| Manage 'r2c' Dynamic Libraries | loaded_r2c_dynlibs unload_r2c_dynlibs |
| Single Pass Mean Calculation | mean1 |
| Initialize a Numeric Vector Sized to Match Input | numeric_along numeric_alongn |
| Compute Group Meta Data | process_groups |
| Compile Eligible R Calls Into Native Instructions | r2c-compile r2cf r2cl r2cq |
| Extract Data from "r2c_fun" Objects | get_compile_out get_c_code get_r_code get_so_loc r2c-inspect show_c_code |
| Identify Repeated Calls and Reuse First Instance | reuse_calls |
| Compute on Sequential Windows on Data | rollat_exec rollbw_exec rollby_exec |
| Compute on Sequential Regular Windows on Equidistant Data | rolli_exec |
| Raise a Vector to the Power of Two | square |
