Re: [Rd] test for readline installation fails if installation location (PR#8107)

2005-08-29 Thread rpeng
This is the kind of thing that goes in the 'config.site' file 
(which I believe is in fact documented).  The '--prefix' switch 
indicates where things should be installed.

-roger

[EMAIL PROTECTED] wrote:
> Full_Name: D Kreil
> Version: 2.1.1
> OS: HP-UX B.11.23 U ia64 0029870451 unlimited-user license
> Submission from: (NULL) (62.178.15.60)
> 
> 
> When the dependency readline is installed in a non-standard location the
> installation procedure fails.
> If using a non-standard installation location like
> 
>   --prefix=/bi/common --exec-prefix=/bi/arch
> 
> the configure script default include and library paths should adapt 
> accordingly.
> They don't (/usr/local defaults remain).
> 
> Workaround:
> 
>   CPPFLAGS=-I/bi/common/include LDFLAGS=-L/bi/arch/lib ./configure
> 
> This should not be necessary, I think.
> 
> Best regards,
> 
> D Kreil.
> 
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> 

-- 
Roger D. Peng
http://www.biostat.jhsph.edu/~rpeng/

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] [PATCH] Typo in 'unique' help page (PR#11401)

2008-05-08 Thread rpeng
---
 src/library/base/man/unique.Rd |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/library/base/man/unique.Rd b/src/library/base/man/unique.Rd
index a8397c7..4664a34 100644
--- a/src/library/base/man/unique.Rd
+++ b/src/library/base/man/unique.Rd
@@ -29,7 +29,7 @@ unique(x, incomparables = FALSE, \dots)
   \item{x}{a vector or a data frame or an array or \code{NULL}.}
   \item{incomparables}{a vector of values that cannot be compared.
 \code{FALSE} is a special value, meaning that all values can be
-compared, and nay be the only value accepted for methods other than
+compared, and may be the only value accepted for methods other than
 the default.  It will be coerced internally to the same type as
\code{x}.}
   \item{fromLast}{logical indicating if duplication should be considered
-- 
1.5.5.1.99.gf0ec4

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel