Skip to content

Commit

Permalink
Add template files
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 13, 2023
1 parent de60861 commit 5ee272e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions inst/template/default.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This is an orderly script - edit it to suit your needs. You might include
#
# * orderly2::orderly_parameters():
# declare parameters that your report accepts
# * orderly2::orderly_description():
# describe your report with friendly names, descriptions and metadata
# * orderly2::orderly_resource():
# declare files in your source tree that are inputs
# * orderly2::orderly_shared_resource():
# use files from the root directory's 'shared/' directory
# * orderly2::orderly_dependency():
# use files from a previously-run packet
# * orderly2::orderly_artefact():
# declare files that you promise to produce, and describe them
# * orderly2::orderly_strict_mode():
# enable some optional checks
#
# See the docs for more information:
# https://mrc-ide.github.io/orderly2/reference/
#
# To generate templates without this header, pass template = FALSE to
# orderly_new(); this header can be safely deleted if you don't need it.

0 comments on commit 5ee272e

Please sign in to comment.