Skip to content

Commit 61813a0

Browse files
author
maechler
committed
eliminate another "#ifdef <platform>"
git-svn-id: https://svn.r-project.org/R/trunk@88073 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e6571f4 commit 61813a0

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/library/tools/man/testInstalledPackage.Rd

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/tools/man/testInstalledPackage.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 2009-2023 R Core Team
3+
% Copyright 2009-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{testInstalledPackage}
@@ -79,17 +79,12 @@ standard_package_names()
7979
run the package tests in parallel using its value as the maximum
8080
number of parallel processes.
8181

82-
#ifdef unix
8382
The package-specific tests for the base and recommended packages are
84-
not normally installed, but \command{make install-tests} is provided
85-
to do so (as well as the basic tests).
86-
#endif
87-
#ifdef windows
88-
The package-specific tests for the base and recommended packages are
89-
an optional part of the install.
90-
Currently testing requires a Unix-like \code{diff} for a full report
91-
if more than simple differences are found.
92-
#endif
83+
an optional part of the install, where on unix-alikes, i.e., not on Windows,
84+
\command{make install-tests} is provided to do so (as well as the basic tests).
85+
86+
On Windows, currently testing requires a Unix-like \command{diff} for a
87+
full report if more than simple differences are found.
9388
}
9489
\value{
9590
Invisibly \code{0L} for success, \code{1L} for failure.

0 commit comments

Comments
 (0)