set_cppo: Defunct function to set the compiler optimization level

View source: R/misc.R

set_cppoR Documentation

Defunct function to set the compiler optimization level

Description

This function returns nothing and does nothing except throw a warning. See https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Customizing-package-compilation for information on customizing the compiler options, but doing so should be unnecessary for normal useage.

Usage

  set_cppo(...)

Arguments

...

Any input is ignored

Value

An invisible NULL


stanette documentation built on May 11, 2022, 5:11 p.m.

Related to set_cppo in stanette...