The following guidelines are designed for contributors to the CAR-LASSO R package.
For reporting a bug or a failed function or requesting a new feature, you can simply open an issue in the issue tracker. If you are reporting a bug, please also include a minimal code example or all relevant information for us to replicate the issue.
To make contributions to CAR-LASSO R package, you need to set up your GitHub account if you do not have and sign in, and request your change(s) or contribution(s) via a pull request against the dev
branch of the CAR-LASSO repository.
Please use the following steps:
$ git clone https://github.com/your-username/CAR-LASSO.git
master
(or development
) branch of your cloned forkYour contribution will be checked and merged into the original repository. You will be contacted if there is any problem in your contribution.
Make sure to include the following information in your pull request:
Code which you are contributing to this package
Documentation of this code if it provides new functionality. This should be a description of new functionality added to the vignettes
folder and documentations directly in the R
folder written in Roxygen
.
Tests of this code to make sure that the previously failed function or the new functionality now works properly
These Contributing Guidelines have been adapted from the Contributing Guidelines of The Turing Way! (License: MIT)