Contributions to fst are welcome from anyone and are best sent as pull requests on the GitHub repository. This page provides some instructions to potential contributors about how to add to the package.
-
Contributions can be submitted as a pull request on GitHub by forking or cloning the fst repository, making changes and submitting the pull request.
-
Pull requests should involve only one commit per substantive change. This means if you change multiple files (e.g., code and documentation), these changes should be committed together. If you don't know how to do this (e.g., you are making changes in the GitHub web interface) just submit anyway and the maintainer will clean things up.
-
Pull requests that involve code in the 3rd party libraries
LZ4,ZSTDorfstlib(located undersrc/fstcore) will not be accepted. These libraries are used as-is and any issues can be reported at their respective GitHub repositories. -
All contributions must be submitted consistent with the package license (AGPL-3).
-
Contributions in the code (not documentation) that consist of more than 1000 characters (excluding spaces) need to be noted in the
Authors@Rfield in theDESCRIPTIONfile. Just follow the format of the existing entries to add your name (and, optionally, email address). -
This package uses
royxgencode and documentation markup, so changes should be made toroxygencomments in the source code.Rfiles. If changes are made,roxygenneeds to be run. The easiest way to do this is a command line call to:Rscript -e devtools::document(). Please resolve anyroxygenerrors before submitting a pull request. -
Please run
R CMD BUILD fstandR CMD CHECK fst_VERSION.tar.gzbefore submitting the pull request to check for any errors. -
Changes requiring a new package dependency should be discussed on the GitHub issues page before submitting a pull request.
Any questions you have can be opened as GitHub issues or directed to markklik (at) gmail.com.