LRutil: LRutil: useful utilities by Leo Razoumov

Description Coding conventions

Description

This package is a collection of useful utilities and wrappers that helps me in developing of R code.

Coding conventions

Naming functions: fread.dtb is a simple "free-standing" function. The suffix .dtb has no special significance. On the other hand foo.Dtb is a S3-method dispatched to an instance of Dtb class.

Naming S3 classes: Start with capital (upper-case) letter like Dtb, Shadow_price, RBT, MIMO.


slonik-az/LRutil documentation built on May 7, 2019, 3:17 p.m.