The R Project SVN R

Rev

Rev 70524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70524 Rev 70607
Line 28... Line 28...
28
  \code{cat(tools::makevars_user())} or
28
  \code{cat(tools::makevars_user())} or
29
  \code{cat(tools::makevars_site())}, and if non-empty passing this with
29
  \code{cat(tools::makevars_site())}, and if non-empty passing this with
30
  \option{-f} to custom Make invocations.
30
  \option{-f} to custom Make invocations.
31
}
31
}
32
\seealso{
32
\seealso{
33
  Section \dQuote{Customizing package compilation} in the 
33
  Section \dQuote{Customizing package compilation} in the
34
  \dQuote{R Installation and Administration} manual.
34
  \dQuote{R Installation and Administration} manual.
35
}
35
}
36
%% \donttest as output is user/site-dependent
36
%% \donttest as output is user/site-dependent
37
\examples{\donttest{
37
\examples{\donttest{
38
makevars_user()
38
makevars_user()
39
makevars_site()
39
makevars_site()
40
}}
40
}
-
 
41
\dontshow{
-
 
42
checkMV <- function(r)
-
 
43
  stopifnot(is.character(r),
-
 
44
            length(r) == 0 || (length(r) == 1 && file.exists(r)))
-
 
45
checkMV(makevars_user())
-
 
46
checkMV(makevars_site())
-
 
47
}
-
 
48
}
41
\keyword{utilities}
49
\keyword{utilities}