# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.