bayer/guide-to-create-code.R

# general: install packages lintr and styler to style and lint code
#  this avoid failed checks at the github repository
# Create the class
# Add checks that validates the slots of the class in the validity file (e.g. Rules-validity.R)
# Create function for the user that construct the class
# Create the method related to the class
# Create example(s) for the class
# Create example(s) for the method
# Create unit tests for everything, i.e. for class, method and validity
# Add new functions to the yaml file
# add new used R function (e.g. mad) to the list of function in crmPack
# add new classes to the documentation of the virtual class
0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.