> Jeroen Ooms
> on Wed, 16 Sep 2015 22:56:19 +0200 writes:
> On Wed, Sep 16, 2015 at 9:32 PM, Avraham Adler
wrote:
>> When running make check, I get the following error:
>>
>> running code in 'reg-packages.R' ...make[3]: *** [reg-packages.Rout]
Error 1
>> make[
Dear both,
I have found that names are not treated in the same way in optim() depending on
the optimization method (argument method).
The example below shows the difference between the Brent method and the
L-BFGS-B method.
f <- function(x){ y <- x^2;names(y) <-"f(x)";y}
optim(10, f, method="B
I run Fedora 22 R package. It is build with --with-lapack \
--with-blas \ --enable-R-shlib \.
As the machine will act as a server with lots of R data computing, I
try to optimize my R package.
At first, I installed parallel_studio_xe_2016 with a free one year
licence. Then, I build a package fo