Skip to content

Commit

Permalink
Update options_export.R
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
DanChaltiel authored Mar 19, 2024
1 parent 3f2828e commit 8bb479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/options_export.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export_options = function(models=c("best fit", "all"),
f("Export aapc", export_aapc, missing(export_aapc)),
f("Export ftest", export_ftest, missing(export_ftest)),
f("Export pairwise", export_pairwise, missing(export_pairwise)),
f("Export jump_cr", export_jump_cr, missing(export_jump_cr)),
f("Export jump_cr", export_jump_cr, missing(export_jump_cr))
)
txt
}

0 comments on commit 8bb479e

Please sign in to comment.