modules - Self Contained Units of Source Code
Provides modules as an organizational unit for source code. Modules enforce to be more rigorous when defining dependencies and have a local search path. They can be used as a sub unit within packages or in scripts.
Last updated 1 years ago
functional-programmingmodule
9.51 score 82 stars 7 dependents 206 scripts 6.1k downloadsdat - Tools for Data Manipulation
An implementation of common higher order functions with syntactic sugar for anonymous function. Provides also a link to 'dplyr' and 'data.table' for common transformations on data frames to work around non standard evaluation by default.
Last updated 4 years ago
6.66 score 16 stars 1 dependents 32 scripts 392 downloadsaoos - Another Object Orientation System
Another implementation of object-orientation in R. It provides syntactic sugar for the S4 class system and two alternative new implementations. One is an experimental version built around S4 and the other one makes it more convenient to work with lists as objects.
Last updated 8 years ago
6.66 score 5 stars 6 dependents 17 scripts 548 downloadssaeSim - Simulation Tools for Small Area Estimation
Tools for the simulation of data in the context of small area estimation. Combine all steps of your simulation - from data generation over drawing samples to model fitting - in one object. This enables easy modification and combination of different scenarios. You can store your results in a folder or start the simulation in parallel.
Last updated 3 years ago
4.72 score 3 stars 35 scripts 257 downloadssaeRobust - Robust Small Area Estimation
Methods to fit robust alternatives to commonly used models used in Small Area Estimation. The methods here used are based on best linear unbiased predictions and linear mixed models. At this time available models include area level models incorporating spatial and temporal correlation in the random effects.
Last updated 11 months ago
openblascpp
4.03 score 1 stars 3 dependents 12 scripts 264 downloadstemplates - A System for Working with Templates
Provides tools to work with template code and text in R. It aims to provide a simple substitution mechanism for R-expressions inside these templates. Templates can be written in other languages like 'SQL', can simply be represented by characters in R, or can themselves be R-expressions or functions.
Last updated 11 months ago
3.68 score 4 stars 12 scripts 168 downloadsREPLesentR - Presentations in the REPL
Create presentations and display them inside the R 'REPL' (Read-Eval-Print loop), aka the R console. Presentations can be written in 'RMarkdown' or any other text format. A set of convenient navigation options as well as code evaluation during a presentation is provided. It is great for tech talks with live coding examples and tutorials. While this is not a replacement for standard presentation formats, it's old-school looks might just be what sets it apart. This project has been inspired by the 'REPLesent' project for presentations in the 'Scala' 'REPL'.
Last updated 5 years ago
3.30 score 4 stars 2 scripts 279 downloads