Package: wyz.code.offensiveProgramming
Type: Package
Title: Wizardry Code Offensive Programming
Version: 1.1.6
Author: Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
Description: Allows to change R coding from defensive programming (i.e. many input
    parameter checks implementation required) to offensive
    programming (none/reduced number of parameter checks required). Provides code 
    instrumentation to ease this change. Should reduce
    the code size as many controls and type checks have no more reason to exist.
Encoding: UTF-8
LazyData: true
License: GPL-3
Depends: R (>= 3.5)
Imports: methods, data.table (>= 1.11.8), tidyr, lubridate (>= 1.7.4)
Suggests: testthat, knitr, rmarkdown, DT (>= 0.5)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-16 17:42:01 UTC; fgelineau
Repository: CRAN
Date/Publication: 2019-07-18 12:00:02 UTC
