Package: quickr 0.3.0.9000

quickr: Compiler for R
Compile R functions annotated with type and shape declarations for extremely fast performance and robust runtime type checking. Supports both just-in-time (JIT) and ahead-of-time (AOT) compilation. Compilation is performed by lowering R code to Fortran.
Authors:
quickr_0.3.0.9000.tar.gz
quickr_0.3.0.9000.zip(r-4.7)quickr_0.3.0.9000.zip(r-4.6)quickr_0.3.0.9000.zip(r-4.5)
quickr_0.3.0.9000.tgz(r-4.6-any)quickr_0.3.0.9000.tgz(r-4.5-any)
quickr_0.3.0.9000.tar.gz(r-4.7-any)quickr_0.3.0.9000.tar.gz(r-4.6-any)
quickr_0.3.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
quickr/json (API)
NEWS
| # Install 'quickr' in R: |
| install.packages('quickr', repos = c('https://t-kalinowski.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/t-kalinowski/quickr/issues
Last updated from:836b3f9fd4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 125 | ||
| source / vignettes | OK | 168 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 99 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 93 | ||
| wasm-release | OK | 87 |
Exports:compile_packagequick
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compile all 'quick()' functions in a package. | compile_package |
| Compile a Quick Function | quick |
