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.5)r2c_0.3.0.zip(r-4.4)r2c_0.3.0.zip(r-4.3)
r2c_0.3.0.tgz(r-4.4-x86_64)r2c_0.3.0.tgz(r-4.4-arm64)r2c_0.3.0.tgz(r-4.3-x86_64)r2c_0.3.0.tgz(r-4.3-arm64)
r2c_0.3.0.tar.gz(r-4.5-noble)r2c_0.3.0.tar.gz(r-4.4-noble)
r2c_0.3.0.tgz(r-4.4-emscripten)r2c_0.3.0.tgz(r-4.3-emscripten)
r2c.pdf |r2c.html✨
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 9 months agofrom:aaa39300a5. Checks:OK: 7 ERROR: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win-x86_64 | ERROR | Nov 20 2024 |
R-4.5-linux-x86_64 | ERROR | Nov 20 2024 |
R-4.4-win-x86_64 | OK | Nov 20 2024 |
R-4.4-mac-x86_64 | OK | Nov 20 2024 |
R-4.4-mac-aarch64 | OK | Nov 20 2024 |
R-4.3-win-x86_64 | OK | Nov 20 2024 |
R-4.3-mac-x86_64 | OK | Nov 20 2024 |
R-4.3-mac-aarch64 | OK | Nov 20 2024 |
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 |