| Line 1... |
Line 1... |
| 1 |
% File src/library/tools/man/testInstalledPackage.Rd
|
1 |
% File src/library/tools/man/testInstalledPackage.Rd
|
| 2 |
% Part of the R package, http://www.R-project.org
|
2 |
% Part of the R package, http://www.R-project.org
|
| 3 |
% Copyright 2009-11 R Core Team
|
3 |
% Copyright 2009-13 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{testInstalledPackage}
|
6 |
\name{testInstalledPackage}
|
| 7 |
\alias{testInstalledPackage}
|
7 |
\alias{testInstalledPackage}
|
| 8 |
\alias{testInstalledPackages}
|
8 |
\alias{testInstalledPackages}
|
| Line 54... |
Line 54... |
| 54 |
this by it may not work on all OSes. For non-English locales it may
|
54 |
this by it may not work on all OSes. For non-English locales it may
|
| 55 |
be desirable to set environment variables \env{LANGUAGE} to \samp{en}
|
55 |
be desirable to set environment variables \env{LANGUAGE} to \samp{en}
|
| 56 |
and \env{LC_TIME} to \samp{C} to reduce the number of differences from
|
56 |
and \env{LC_TIME} to \samp{C} to reduce the number of differences from
|
| 57 |
reference results.
|
57 |
reference results.
|
| 58 |
|
58 |
|
| - |
|
59 |
Except on Windows, if the environment variable \env{TEST_MC_CORES} is
|
| - |
|
60 |
set to an integer greater than one, \code{testInstalledPackages} will
|
| - |
|
61 |
run the package tests in parallel using its value as the maximum
|
| - |
|
62 |
number of parallel processes.
|
| - |
|
63 |
|
| 59 |
#ifdef unix
|
64 |
#ifdef unix
|
| 60 |
The package-specific tests for the base and recommended packages are
|
65 |
The package-specific tests for the base and recommended packages are
|
| 61 |
not normally installed, but \command{make install-tests} is provided
|
66 |
not normally installed, but \command{make install-tests} is provided
|
| 62 |
to do so (as well as the basic tests).
|
67 |
to do so (as well as the basic tests).
|
| 63 |
#endif
|
68 |
#endif
|