Skip to content

Commit

Permalink
Save profile options for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Nov 12, 2024
1 parent 6596853 commit a45bddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
source("renv/activate.R")
options(shiny.autoload.r=FALSE)
options(
list(
ordinalsimr.default_iterations = 20,
ordinalsimr.default_size_min = 30,
ordinalsimr.default_size_max = 35,
ordinalsimr.default_ratio = "50:50",
ordinalsimr.default_distributions = data.frame(c(0.4,0.3,0.3), c(0.8,0.1,0.1))
)
)

0 comments on commit a45bddd

Please sign in to comment.