No articles match
Modules in R4 years ago
Installation | Introduction | Scoping of modules | Imports | Importing modules | Exports | Example: Modules as Parallel Process | Related Projects
Performance Checks6 years ago
The price we pay | S4 vs. data.table
Tools for Data Manipulation6 years ago
Installation | From GitHub | From CRAN | Why should you care? | Tools for data manipulation | Select rows | Select cols | Operations on columns | A link to S4 | Working with vectors
Modules: Organizing R Source Code8 years ago
Introduction | Example | Pseudo-code example | Documentation | Best practices
Modules as R Objects8 years ago
Introduction | Modules as first class citizen in R | Nested Modules | Modules as objects | Dependency injection | Modules to model mutable state | Module composition | Unit tests for modules | Modules in Packages
Programming with Templates in R8 years ago
Programming with Templates | Installation | From GitHub | From CRAN | Some examples | MySQL Queries: | Functions: | Expressions: | Character:
Simulation Tools for Small Area Estimation9 years ago
An initial Example | Naming and structure | Exploring the setup | sim_gen | Semi-custom data | Contaminated data | sim_comp | Add custom computation functions | sim_sample
Performance benchmarks9 years ago
Definitions | Results
referenceClasses9 years ago
Reference Classes
Notes on the fixed point framework10 years ago
Square Root | Square root solved with Newton-Raphson
Introduction11 years ago
Object Oriented Programming with aoos11 years ago
S4 Generics and Methods | S4 Types | S4 Type Unions | Class Definitions with retList | Inheritance | Polymorphic Methods
retListClasses11 years ago
retList classes | Basics | Inheritance
aoosClasses11 years ago
aoos classes | Basics | Predefined methods | Inheritance | Inheritance across packages