Pinned Repositories
ddd
Domain-driven Design (DDD) in R. Put domain experts and developers on a level playing field, which produces software that makes perfect sense to the business, not just the coders.
decorators
Extend the behaviour of a function without explicitly modifying it
exceptions
Raising exceptions is an alternative for returning error codes. Exceptions are events, which occurs during the execution of a program that disrupts the normal flow of the program's instructions.
microservices
Breakdown a Monolithic Application to a Suite of Services
R6P
Leverage the power of R design patterns to solve real-world problems in software architecture and design
S3
A cross-platform, uniform interface to file system operations on Amazon S3.
template.dashboard
Boilerplate for 'tidylab' Dashboards
template.package
Boilerplate for 'tidylab' Packages
tidylab
Easily install and load packages from the tidylab collection
usethat
usethat is a workflow project: it automates repetitive tasks that arise during analytic project setup and development.
tidylab's Repositories
tidylab/microservices
Breakdown a Monolithic Application to a Suite of Services
tidylab/decorators
Extend the behaviour of a function without explicitly modifying it
tidylab/usethat
usethat is a workflow project: it automates repetitive tasks that arise during analytic project setup and development.
tidylab/ddd
Domain-driven Design (DDD) in R. Put domain experts and developers on a level playing field, which produces software that makes perfect sense to the business, not just the coders.
tidylab/R6P
Leverage the power of R design patterns to solve real-world problems in software architecture and design
tidylab/S3
A cross-platform, uniform interface to file system operations on Amazon S3.
tidylab/exceptions
Raising exceptions is an alternative for returning error codes. Exceptions are events, which occurs during the execution of a program that disrupts the normal flow of the program's instructions.
tidylab/template.dashboard
Boilerplate for 'tidylab' Dashboards
tidylab/template.package
Boilerplate for 'tidylab' Packages
tidylab/tidylab
Easily install and load packages from the tidylab collection
tidylab/typing
Runtime Support for Types in R