Skip to contents

Export options

Usage

options_report(show = NULL, exclude = NULL)

Arguments

show

Character vector of options to show.

exclude

Character vector of options variables to hide.

Value

A list with the options

Examples

options_report()
#> $CBoundsCheck
#> [1] FALSE
#> 
#> $HTTPUserAgent
#> [1] "R/4.4.3 R (4.4.3 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions"
#> 
#> $Ncpus
#> [1] 1
#> 
#> $OutDec
#> [1] "."
#> 
#> $PCRE_limit_recursion
#> [1] NA
#> 
#> $PCRE_study
#> [1] FALSE
#> 
#> $PCRE_use_JIT
#> [1] TRUE
#> 
#> $add.smooth
#> [1] TRUE
#> 
#> $bitmapType
#> [1] "cairo"
#> 
#> $browser
#> [1] "xdg-open"
#> 
#> $browserNLdisabled
#> [1] FALSE
#> 
#> $callr.condition_handler_cli_message
#> function (msg) 
#> {
#>     custom_handler <- getOption("cli.default_handler")
#>     if (is.function(custom_handler)) {
#>         custom_handler(msg)
#>     }
#>     else {
#>         cli_server_default(msg)
#>     }
#> }
#> <bytecode: 0x56449e5bc020>
#> <environment: namespace:cli>
#> 
#> $catch.script.errors
#> [1] FALSE
#> 
#> $check.bounds
#> [1] FALSE
#> 
#> $citation.bibtex.max
#> [1] 1
#> 
#> $cli.dynamic
#> [1] FALSE
#> 
#> $cli.num_colors
#> [1] 256
#> 
#> $continue
#> [1] "+ "
#> 
#> $contrasts
#>         unordered           ordered 
#> "contr.treatment"      "contr.poly" 
#> 
#> $defaultPackages
#> [1] "datasets"  "utils"     "grDevices" "graphics"  "stats"     "methods"  
#> 
#> $demo.ask
#> [1] "default"
#> 
#> $deparse.cutoff
#> [1] 60
#> 
#> $device
#> function (...) 
#> ragg::agg_png(..., bg = bg)
#> <bytecode: 0x56449f555ad0>
#> <environment: 0x5644a0eeae10>
#> 
#> $device.ask.default
#> [1] FALSE
#> 
#> $digits
#> [1] 7
#> 
#> $downlit.article_index
#> riskmetric_scores.html
#> 
#> $downlit.article_path
#> [1] "../articles/"
#> 
#> $downlit.attached
#> [1] "riskreports"
#> 
#> $downlit.package
#> [1] "riskreports"
#> 
#> $downlit.rdname
#> [1] "options_report"
#> 
#> $downlit.topic_index
#>            assessment        check_reporter        environ_report 
#>          "assessment"      "check_reporter"      "environ_report" 
#>        options_report        package_report           riskreports 
#>      "options_report"      "package_report" "riskreports-package" 
#>   riskreports-package 
#> "riskreports-package" 
#> 
#> $downlit.topic_path
#> [1] "../reference/"
#> 
#> $dvipscmd
#> [1] "dvips"
#> 
#> $echo
#> [1] FALSE
#> 
#> $editor
#> [1] "vi"
#> 
#> $encoding
#> [1] "native.enc"
#> 
#> $example.ask
#> [1] "default"
#> 
#> $expressions
#> [1] 5000
#> 
#> $help.search.types
#> [1] "vignette" "demo"     "help"    
#> 
#> $help.try.all.packages
#> [1] FALSE
#> 
#> $internet.info
#> [1] 2
#> 
#> $keep.parse.data
#> [1] TRUE
#> 
#> $keep.parse.data.pkgs
#> [1] FALSE
#> 
#> $keep.source
#> [1] FALSE
#> 
#> $keep.source.pkgs
#> [1] FALSE
#> 
#> $locatorBell
#> [1] TRUE
#> 
#> $mailer
#> [1] "mailto"
#> 
#> $matprod
#> [1] "default"
#> 
#> $max.contour.segments
#> [1] 25000
#> 
#> $max.print
#> [1] 99999
#> 
#> $menu.graphics
#> [1] TRUE
#> 
#> $na.action
#> [1] "na.omit"
#> 
#> $nwarnings
#> [1] 50
#> 
#> $pager
#> [1] "/opt/R/4.4.3/lib/R/bin/pager"
#> 
#> $papersize
#> [1] "a4"
#> 
#> $pdfviewer
#> [1] "/usr/bin/xdg-open"
#> 
#> $pkgType
#> [1] "source"
#> 
#> $printcmd
#> [1] "/usr/bin/lpr"
#> 
#> $prompt
#> [1] "> "
#> 
#> $repos
#>                                                          RSPM 
#> "https://packagemanager.posit.co/cran/__linux__/noble/latest" 
#>                                                          CRAN 
#>                                    "https://cran.rstudio.com" 
#> 
#> $rl_word_breaks
#> [1] " \t\n\"\\'`><=%;,|&{()}"
#> 
#> $rlang_interactive
#> [1] FALSE
#> 
#> $rlang_trace_top_env
#> <environment: 0x56449fb56938>
#> 
#> $scipen
#> [1] 0
#> 
#> $show.coef.Pvalues
#> [1] TRUE
#> 
#> $show.error.messages
#> [1] TRUE
#> 
#> $show.signif.stars
#> [1] TRUE
#> 
#> $showErrorCalls
#> [1] TRUE
#> 
#> $showNCalls
#> [1] 50
#> 
#> $showWarnCalls
#> [1] FALSE
#> 
#> $str
#> $str$strict.width
#> [1] "no"
#> 
#> $str$digits.d
#> [1] 3
#> 
#> $str$vec.len
#> [1] 4
#> 
#> $str$list.len
#> [1] 99
#> 
#> $str$deparse.lines
#> NULL
#> 
#> $str$drop.deparse.attr
#> [1] TRUE
#> 
#> $str$formatNum
#> function (x, ...) 
#> format(x, trim = TRUE, drop0trailing = TRUE, ...)
#> <environment: 0x56449c93fbe0>
#> 
#> 
#> $str.dendrogram.last
#> [1] "`"
#> 
#> $texi2dvi
#> [1] "/usr/bin/texi2dvi"
#> 
#> $timeout
#> [1] 60
#> 
#> $try.outFile
#> A connection with                    
#> description ""      
#> class       "file"  
#> mode        "w+b"   
#> text        "binary"
#> opened      "opened"
#> can read    "yes"   
#> can write   "yes"   
#> 
#> $ts.S.compat
#> [1] FALSE
#> 
#> $ts.eps
#> [1] 1e-05
#> 
#> $unzip
#> [1] "/usr/bin/unzip"
#> 
#> $useFancyQuotes
#> [1] TRUE
#> 
#> $verbose
#> [1] FALSE
#> 
#> $warn
#> [1] 0
#> 
#> $warnPartialMatchArgs
#> [1] FALSE
#> 
#> $warnPartialMatchAttr
#> [1] FALSE
#> 
#> $warnPartialMatchDollar
#> [1] FALSE
#> 
#> $warning.length
#> [1] 1000
#> 
#> $width
#> [1] 80
#>