| Line 4259... |
Line 4259... |
| 4259 |
@samp{package:pkg} restricts the check to if/while statements executing in
|
4259 |
@samp{package:pkg} restricts the check to if/while statements executing in
|
| 4260 |
the namespace of package @samp{pkg}, @samp{package:_R_CHECK_PACKAGE_NAME_}
|
4260 |
the namespace of package @samp{pkg}, @samp{package:_R_CHECK_PACKAGE_NAME_}
|
| 4261 |
restricts the check to if/while statements executing in the package that is
|
4261 |
restricts the check to if/while statements executing in the package that is
|
| 4262 |
currently being checked by @code{R CMD check}, @samp{warn} causes R to
|
4262 |
currently being checked by @code{R CMD check}, @samp{warn} causes R to
|
| 4263 |
report a warning instead of signalling an error.
|
4263 |
report a warning instead of signalling an error.
|
| 4264 |
Default: unset (warning is reported)
|
4264 |
Default: unset (warning is reported, but
|
| - |
|
4265 |
@samp{package:_R_CHECK_PACKAGE_NAME_,[abort,]verbose} for the CRAN submission checks).
|
| 4265 |
|
4266 |
|
| 4266 |
@item _R_CHECK_LENGTH_1_LOGIC2_
|
4267 |
@item _R_CHECK_LENGTH_1_LOGIC2_
|
| 4267 |
Optionally check if either argument of the binary operators @code{&&} and
|
4268 |
Optionally check if an argument of the binary operators @code{&&} and
|
| 4268 |
@code{||} has length greater than one. The format is the same as for
|
4269 |
@code{||} has length greater than one, checked only if it is used. The
|
| 4269 |
_R_CHECK_LENGTH_1_CONDITION_.
|
4270 |
format is the same as for @samp{_R_CHECK_LENGTH_1_CONDITION_}.
|
| 4270 |
Default: unset (nothing is reported, but
|
4271 |
Default: unset (nothing is reported, but
|
| 4271 |
@samp{package:_R_CHECK_PACKAGE_NAME_,verbose} for the CRAN
|
4272 |
@samp{package:_R_CHECK_PACKAGE_NAME_,[abort,]verbose} for the CRAN
|
| 4272 |
submission checks).
|
4273 |
submission checks).
|
| 4273 |
|
4274 |
|
| 4274 |
@item _R_CHECK_BUILD_VIGNETTES_SEPARATELY_
|
4275 |
@item _R_CHECK_BUILD_VIGNETTES_SEPARATELY_
|
| 4275 |
Prior to @R{} 3.6.0, re-building the vignette outputs was done in a
|
4276 |
Prior to @R{} 3.6.0, re-building the vignette outputs was done in a
|
| 4276 |
single @R{} session which allowed accidental reliance of one vignette on
|
4277 |
single @R{} session which allowed accidental reliance of one vignette on
|
| Line 4361... |
Line 4362... |
| 4361 |
_R_CHECK_R_ON_PATH_=TRUE
|
4362 |
_R_CHECK_R_ON_PATH_=TRUE
|
| 4362 |
_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_=TRUE
|
4363 |
_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_=TRUE
|
| 4363 |
_R_CHECK_SHLIB_OPENMP_FLAGS_=TRUE
|
4364 |
_R_CHECK_SHLIB_OPENMP_FLAGS_=TRUE
|
| 4364 |
_R_CHECK_CONNECTIONS_LEFT_OPEN_=TRUE
|
4365 |
_R_CHECK_CONNECTIONS_LEFT_OPEN_=TRUE
|
| 4365 |
_R_CHECK_FUTURE_FILE_TIMESTAMPS_=TRUE
|
4366 |
_R_CHECK_FUTURE_FILE_TIMESTAMPS_=TRUE
|
| - |
|
4367 |
_R_CHECK_LENGTH_1_CONDITION_=package:_R_CHECK_PACKAGE_NAME_,abort,verbose
|
| 4366 |
_R_CHECK_LENGTH_1_LOGIC2_=package:_R_CHECK_PACKAGE_NAME_,abort,verbose
|
4368 |
_R_CHECK_LENGTH_1_LOGIC2_=package:_R_CHECK_PACKAGE_NAME_,abort,verbose
|
| 4367 |
_R_CHECK_AUTOCONF_=true
|
4369 |
_R_CHECK_AUTOCONF_=true
|
| 4368 |
_R_CHECK_DATALIST_=true
|
4370 |
_R_CHECK_DATALIST_=true
|
| 4369 |
_R_CHECK_THINGS_IN_CHECK_DIR_=true
|
4371 |
_R_CHECK_THINGS_IN_CHECK_DIR_=true
|
| 4370 |
_R_CHECK_THINGS_IN_TEMP_DIR_=true
|
4372 |
_R_CHECK_THINGS_IN_TEMP_DIR_=true
|
| 4371 |
_R_CHECK_BASHISMS_=true
|
4373 |
_R_CHECK_BASHISMS_=true
|
| - |
|
4374 |
_R_CLASS_MATRIX_ARRARY_=true
|
| 4372 |
@end example
|
4375 |
@end example
|
| 4373 |
|
4376 |
|
| 4374 |
@noindent
|
4377 |
@noindent
|
| 4375 |
These are turned on by @command{R CMD check --as-cran}: the incoming
|
4378 |
These are turned on by @command{R CMD check --as-cran}: the incoming
|
| 4376 |
checks also use
|
4379 |
checks also use
|
| Line 4793... |
Line 4796... |
| 4793 |
|
4796 |
|
| 4794 |
@bye
|
4797 |
@bye
|
| 4795 |
|
4798 |
|
| 4796 |
@c Local Variables: ***
|
4799 |
@c Local Variables: ***
|
| 4797 |
@c mode: TeXinfo ***
|
4800 |
@c mode: TeXinfo ***
|
| - |
|
4801 |
@c TeX-master: t
|
| 4798 |
@c End: ***
|
4802 |
@c End: ***
|