:+1::tada: Hello and a warm welcome to guidelines for contributing code! :tada::+1:
Thanks for taking the time to read these guidelines. This helps keep this code repository easy to maintain and the code easy to follow. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
If you have admin/contributor rights on aquaMetrics team, you can create a new branch there. Click 'Branch: ...' button on the main repository page. Then clone the repository to your local machine:
git clone https://github.com/aquaMetrics/fcs2
cd fcs2/
git checkout -b issue-??
(Replacing ??
with the issue number found on Github)
The first two lines above will clone the repository and open the directory where the files have been copied to. The last line will 'checkout' and create new branch called issue-...so you can now start work editing your new branch.
Or using RStudio, use open > new project > version control > paste url:
https://github.com/aquaMetrics/fcs2
devtools::test()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.