Skip to content

Commit

Permalink
Merge pull request #1190 from metrumresearchgroup/feature/transport
Browse files Browse the repository at this point in the history
mrgsolve model transport format
  • Loading branch information
kylebaron authored Jul 23, 2024
2 parents 44019da + 6d66bd4 commit 205b04f
Show file tree
Hide file tree
Showing 14 changed files with 1,825 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inst/project/.*[.]so$
inst/models/.*[.]o$
inst/models/.*[.]so$
inst/models/.*[.]check$
inst/maintenance
inst/maintenance
src/.*[.]tar.gz$
.*[.]tar.gz$
img
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Encoding: UTF-8
Language: en-US
LazyLoad: yes
NeedsCompilation: yes
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Collate:
'RcppExports.R'
'utils.R'
Expand Down Expand Up @@ -108,6 +108,7 @@ Collate:
'mrgsim_q.R'
'mrgsims.R'
'mrgsolve.R'
'mwrite.R'
'nm-mode.R'
'nmxml.R'
'param.R'
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export(modlib)
export(mread)
export(mread_cache)
export(mread_file)
export(mread_yaml)
export(mrgsim)
export(mrgsim_0)
export(mrgsim_d)
Expand All @@ -149,6 +150,8 @@ export(mrgsim_i)
export(mrgsim_q)
export(mutate_sims)
export(mvgauss)
export(mwrite_cpp)
export(mwrite_yaml)
export(numerics_only)
export(obsaug)
export(obsonly)
Expand Down Expand Up @@ -177,6 +180,7 @@ export(valid_data_set)
export(valid_data_set.matrix)
export(valid_idata_set)
export(wf_sweep)
export(yaml_to_cpp)
export(zero_re)
exportClasses(ev)
exportClasses(mrgmod)
Expand Down
Loading

0 comments on commit 205b04f

Please sign in to comment.