httpuv - HTTP and WebSocket Server Library
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
Last updated
libuv1cpp
8.74 score 2.2k dependents 835k downloadsRtinycc - Builds the 'TinyCC' Command-Line Interface and Library for 'C' Scripting in 'R'
Builds the 'TinyCC' (Tiny 'C' Compiler) command-line interface and library for package use in 'R'. The package compiles 'TinyCC' from source and provides R functions to interact with the compiler. 'TinyCC' can be used for header preprocessing, just-in-time compilation of 'C' code in 'R', and lightweight 'C' scripting workflows.
Last updated
4.69 score 1 dependents 33 scripts 402 downloadsRsimdDispatch - Runtime 'SIMD' Dispatch Templates for 'C' Code in 'R' Packages
Provides templates and a working example for runtime Single Instruction Multiple Data ('SIMD') dispatch in 'C' code used by 'R' packages. Packages can stage scalar and architecture-specific kernel objects during configuration, then select compiled and CPU-supported implementations at runtime through guarded operation tables. The package also vendors the header-only 'SIMDe' library for downstream packages through the 'LinkingTo' field.
Last updated
3.78 score 1 dependents 6 scripts 366 downloadss7contract - 'Go'-Like Interfaces and 'Rust'-Like Traits with 'S7'
Contract helpers built with 'S7' for expressing runtime protocols around ordinary 'S7' dispatch. Structural interfaces describe small sets of required 'S7' generics, while explicit traits record registered implementations with optional default methods and associated metadata. Optional runtime checks can validate argument and return specifications in contract-scoped evaluation.
Last updated
3.56 score 1 dependents 12 scripts 161 downloads
