---
title: Config Options for r
sidebar_label: r
---
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|exceptionPackage|Specify the exception handling package|
- **default**
- Use stop() for raising exceptions.
- **rlang**
- Use rlang package for exceptions.
|default|
|hideGenerationTimestamp|Hides the generation timestamp when files are generated.| |true|
|packageName|R package name (convention: lowercase).| |openapi|
|packageVersion|R package version.| |1.0.0|
|returnExceptionOnFailure|Throw an exception on non success response codes| |false|
## IMPORT MAPPING
| Type/Alias | Imports |
| ---------- | ------- |
## INSTANTIATION TYPES
| Type/Alias | Instantiated By |
| ---------- | --------------- |
## LANGUAGE PRIMITIVES
- character
- data.frame
- integer
- numeric
- object
## RESERVED WORDS
- apiresponse
- break
- else
- false
- for
- function
- if
- in
- inf
- na
- na_character_
- na_complex_
- na_integer_
- na_real_
- nan
- next
- null
- repeat
- true
- while