Skip to content
Snippets Groups Projects
user avatar
Bock authored
f5cc906a
History

hyfabric

lorem ipsum

Contributing

  1. Add your function to a new or suitable existing source file in R.
  2. Use Roxygen tags to document your function following needs_layer() as an example.
  3. Build the package with ctrl + shift + b and fix any errors returned in the build panel.
  4. Verify that the function does what you expect.
  5. Move code required to verify code function into a file names test_{sourcefile}.R using tests/testthat/test_utils.R as an example.
  6. Ensure that basic functionality is tested by running tests with ctrl + shift + t.