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. Should also speed up processing as many checks will be reduced to single check.
Package details |
|
|---|---|
| Author | Fabien Gelineau <neonira@gmail.com> |
| Maintainer | Fabien Gelineau <neonira@gmail.com> |
| License | GPL-3 |
| Version | 1.1.17 |
| Package repository | View on GitHub |
| Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.