Skip to content

Commit

Permalink
Fixing mod_yaml references in preload yamls.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Dec 23, 2024
1 parent f7e0384 commit f0cdcc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions inst/preload/CTS_preload.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CTS:
fm_yaml: 'system.file(package="formods", "templates", "formods.yaml")'
#mod_yaml: 'system.file(package="ruminate", "templates", "CTS.yaml")'
mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/CTS.yaml"
mod_yaml: 'system.file(package="ruminate", "templates", "CTS.yaml")'
#mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/CTS.yaml"
# The remainder is the free form for your module. If your module has the
# format of elements and components you can use the skeleton below to get
# started
Expand Down Expand Up @@ -73,7 +73,7 @@ CTS:
cts_config_nsteps: 50
cts_config_preamble: |-
my_func = function(id=NULL){
NULL}
model_source:
id: "MB" # Module ID
Expand Down
4 changes: 2 additions & 2 deletions inst/preload/CTS_preload_minimal.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CTS:
fm_yaml: 'system.file(package="formods", "templates", "formods.yaml")'
#mod_yaml: 'system.file(package="ruminate", "templates", "CTS.yaml")'
mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/CTS.yaml"
mod_yaml: 'system.file(package="ruminate", "templates", "CTS.yaml")'
#mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/CTS.yaml"
# The remainder is the free form for your module. If your module has the
# format of elements and components you can use the skeleton below to get
# started
Expand Down
4 changes: 2 additions & 2 deletions inst/preload/MB_preload.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MB:
fm_yaml: 'system.file(package="formods", "templates", "formods.yaml")'
#mod_yaml: 'system.file(package="ruminate", "templates", "MB.yaml")'
mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/MB.yaml"
mod_yaml: 'system.file(package="ruminate", "templates", "MB.yaml")'
#mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/MB.yaml"
elements:
# Each element is a specific model
- element:
Expand Down
4 changes: 2 additions & 2 deletions inst/preload/NCA_preload.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NCA:
fm_yaml: 'system.file(package="formods", "templates", "formods.yaml")'
#mod_yaml: 'system.file(package="ruminate", "templates", "NCA.yaml")'
mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/NCA.yaml"
mod_yaml: 'system.file(package="ruminate", "templates", "NCA.yaml")'
#mod_yaml: "/Users/jmh/projects/ruminate/github/ruminate/inst/templates/NCA.yaml"
elements:
# Each element is a specific analysis
- element:
Expand Down

0 comments on commit f0cdcc6

Please sign in to comment.