opts_FRK function

FRK options

FRK options

The main options list for the FRK package. data

Format

List of 2

  • $: set:function(opt,value)
  • $: get:function(opt)
opts_FRK

Details

opts_FRK is a list containing two functions, set and get, which can be used to set options and retrieve options, respectively. Currently FRK uses three options:

  • "progress":: a flag indicating whether progress bars should be displayed or not
  • "verbose":: a flag indicating whether certain progress messages should be shown or not. Currently this is the only option applicable to method = "TMB"
  • "parallel":: an integer indicating the number of cores to use. A number 0 or 1 indicates no parallelism

Examples

opts_FRK$set("progress",1L) opts_FRK$get("parallel")
  • Maintainer: Andrew Zammit-Mangion
  • License: GPL (>= 2)
  • Last published: 2024-07-16