Re: [R] fPortfolio dont work in R 3.3.1

2016-09-07 Thread David Winsemius
gt; > Andre > > De: David Winsemius > Enviado: quarta-feira, 7 de setembro de 2016 17:53:12 > Para: Bannert Matthias > Cc: Andre Barbosa Oliveira; mailman, r-help > Assunto: Re: [R] fPortfolio dont work in R 3.3.1 > > > > On Sep 7, 2016, at 12:57 AM, Bannert Matthias

Re: [R] fPortfolio dont work in R 3.3.1

2016-09-07 Thread David Winsemius
> On Sep 7, 2016, at 12:57 AM, Bannert Matthias wrote: > > Andre, > > you need to make sure you got a C/C++ compiler as well as a Fortran compiler > to compile a package from source that makes use of these language. Many R > packages use one of those languages under the hood to speed things

Re: [R] fPortfolio dont work in R 3.3.1

2016-09-07 Thread Bannert Matthias
Andre, you need to make sure you got a C/C++ compiler as well as a Fortran compiler to compile a package from source that makes use of these language. Many R packages use one of those languages under the hood to speed things up. gcc / gfortran are common and free choices for such compilers. D