FastR Developer Documentation
January 27, 2022 ยท View on GitHub
- Introduction
- Implementation of R concepts
- R FFI Implementation: implementation of the native R extensions API
- Vector sharing implementation of value semantics which avoids copying if possible
- R Graphics subsystem: implementation of R graphics subsystem
- Internal implementation details
- Build Process Documentation
- Testing: unit tests and R package tests
- Debugging: Debugging of FastR processes and package installations
- Cast pipelines: fluent API for configuration of coercion of builtins arguments
- Function calls
- Notes on upgrading R version
- ALTREP: Implementation of ALTREP