freebsd-ports/math/R/pkg-message
Joseph Mingrone 24cc76c584 math/R: Work around bug 221127.
PR:		221127
Reported by:	rs.os@t-online.de
2017-08-02 21:27:43 +00:00

18 lines
622 B
Text

========================================================================
On 11.1 and later, there is a problem downloading R packages when
gfortran is chosen as the fortran compiler.
Use either of these workarounds until a permanent solution is found.
1. If you are on an amd64 system, you can use flang as the fortran
compiler.
2. If you choose gfortran as the fortran compiler, you can add
options(download.file.method="wget")
to ~/.Rprofile followed by a newline.
Details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221127
========================================================================