On Thu, 24 Mar 2022 13:29:45 +0000 (UTC) varin sacha <varinsa...@yahoo.fr> wrote:
> I have changed my CRANmirror to the Switzerland (ETHZ) one using the > function you sent to me chooseCRANmirror( ). It still does not work ! > I still cannot install the pcalg package ! That's odd. Do you see any error messages if you run the following command? download.file('https://stat.ethz.ch/CRAN/src/contrib/PACKAGES', 'PACKAGES') Maybe it would work if you set a different options(download.file.method)? Available options are: "internal", "libcurl", "wget", "curl". -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.