10 Responses

  1. AndresT
    AndresT May 14, 2020 at 1:14 AM |

    It gave me the following error:
    ERROR: PKGBUILD contains CRLF characters and cannot be sourced.


  2. Jeroen
    Jeroen May 14, 2020 at 5:14 AM |

    I think that means your git client is replacing line endings. Try setting: git config –global core.autocrlf false


    1. AndresT
      AndresT May 15, 2020 at 7:04 PM |

      Thanks for trying. Still no luck:

      ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
      cp: cannot stat ‘src/R-source/src/gnuwin32/installer/*.exe’: No such file or directory


      1. AndresT
        AndresT May 15, 2020 at 7:44 PM |

        It worked when using: git config –global core.autocrlf auto
        instead of false.
        Wouldn’t have been able to figure it out without your help.
        Thanks!


  3. Alain
    Alain May 16, 2020 at 10:55 AM |

    How did you manage the curl certificate error on Windows?

    curl: (60) SSL certificate problem: self signed certificate in certificate chain


  4. R Weekly 2020-20 drake & ML, presser, xaringanthemer – R-Craft

    […] Building R 4+ for Windows with OpenBLAS […]


  5. nekay
    nekay June 7, 2020 at 1:58 PM |

    > There are some packages which rely on compiled libraries—such as XML or nlopt—for which extra steps are needed to build from source.

    Could you tell me the examples for tackling these types of packages?


Comments are closed.