In order to utilize the functions, the repository should be setup to be an R package, nuclearff.
For reference, refer to the R Packages (2e) literature.
DESIGN
Setup initial documents and directories for R package
Include DESCRIPTION and NAMESPACE
Add first few functions in the R/ directory
IMPACT
This will add the ability of installing the package and using different functions.
It is a necessary step to expand the development of this repository.
REASON
In order to utilize the functions, the repository should be setup to be an R package,
nuclearff
. For reference, refer to the R Packages (2e) literature.DESIGN
DESCRIPTION
andNAMESPACE
R/
directoryIMPACT
This will add the ability of installing the package and using different functions. It is a necessary step to expand the development of this repository.
ROADMAP