Skip to content
Back to formatted view

Raw Message

Message-ID: <CABxs9V=bvr7psKaux-j+QT3hu1tjxOHTzqj+yVTkJsVzupib2w@mail.gmail.com>
Date: 2011-09-11T09:38:15Z
From: Liviu Andronic
Subject: EGARCH
In-Reply-To: <20075.24954.159252.518739@max.nulle.part>

On Sat, Sep 10, 2011 at 3:09 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
> Don't do that. ?Some of the Rcpp-related build scripts (such as RcppArmadillo
> and hence rugarch) need to ask R where the given package directory is in
> order to link against.
>
> If you send unconditional output, it messes this up.
>
> If you really need fortunes displayed, protect it inside
>
> ? ?if (interactive()) {
> ? ? ? ?require(fortunes)
> ? ? ? ?...
> ? ?}
>
Nice catch, thanks! I wish it were included in the default
Rprofile.site as an example. Now both rugarch and RcppArmadillo
compile just fine.

Regards
Liviu