:+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.
https://github.com/YOUR-GITHUB-USERNAME/rict
. - replace YOUR-GITHUB-USERNAME
or navigate to the forked repo you on your profile and copy paste URL.install.packages("devtools")
then devtools::install_dev_deps()
then enter 1
to install latest versions.browser()
to the line above where you wish to add a breakpoint in the code/function.rict(observed_demo_values)
- this will run most functions in the package.browser()
and you can investigate the values and see what needs changing etc.pkgdown::build_site()
in the console, this will update package website when your changes are merged: https://aquametrics.github.io/rict/.git config --global user.email "your.email@address.co.uk"
git config --global user.name "YOUR_GITHUB_USERNAME"
(changing the email and username to match your own)Github actions will automatically update and deploy all changes to the package, docs and web app as long as automated tests pass:
devtools::check()
.devtools::test()
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.