-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from mrc-ide/mrc-4643
Basic orderly_new implementation
- Loading branch information
Showing
7 changed files
with
198 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: orderly2 | ||
Title: Orderly Next Generation | ||
Version: 1.99.7 | ||
Version: 1.99.8 | ||
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Robert", "Ashton", role = "aut"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters