Re: [R] download.file strict certificate revocation check

2023-10-05 Thread John Neset
John Neset Cc: r-help@R-project.org Subject: Re: [R] download.file strict certificate revocation check WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe. В Wed, 4 Oct 2023 13:09:47 + John Neset пишет: >

Re: [R] download.file strict certificate revocation check

2023-10-04 Thread Ben Bolker
This is sad news indeed. https://cran.r-project.org/web/checks/check_summary_by_maintainer.html lists Jim as the maintainer of clinsig, crank, eventInterval, plotrix, and prettyR. > library(packageRank) > packageRank(c("clinsig", "crank", "eventInterval", "plotrix", "prettyR"))

Re: [R] download.file strict certificate revocation check

2023-10-04 Thread Jim Lemon
Hello, I am very sad to let you know that my husband Jim died in 18th September. I apologise for not letting you know earlier but I had trouble finding the password for his phone. Kind regards, Juel Briggs On Thu, 5 Oct 2023, 02:07 Ivan Krylov В Wed, 4 Oct 2023 14:32:49 + > John Neset

Re: [R] download.file strict certificate revocation check

2023-10-04 Thread Ivan Krylov
В Wed, 4 Oct 2023 14:32:49 + John Neset пишет: > No change with True or False with R_LIBCURL_SSL_REVOKE_BEST_EFFORT Judging by the screenshot, it looks like you've set an R variable R_LIBCURL_SSL_REVOKE_BEST_EFFORT instead of setting an environment variable using Sys.setenv:

Re: [R] download.file strict certificate revocation check

2023-10-04 Thread Ivan Krylov
В Wed, 4 Oct 2023 13:09:47 + John Neset пишет: > Trying to do this, reference FAQ- > 2.18 The Internet download functions fail. > (c) A MITM proxy (typically in enterprise environments) makes it > impossible to validate that certificates haven't been revoked. One > can switch to only best

[R] download.file strict certificate revocation check

2023-10-04 Thread John Neset
What/how do I interact with the download.file with turning off the strict certificate revocation check in regards to download & update packages? I clearly made an attempt at this, but failed miserably. Trying to do this, reference FAQ- 2.18 The Internet download functions fail. (c) A MITM proxy