You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes: With R 4.3.2, able to get curl and pass through source("https://raw.githubusercontent.com/ .... lines. However, main error recurs indicating sourcing wasn't successful (as in #381 (comment))
Related / Subsequent TE Render errors
Errors using om_get_rundata After resolving hydrotools install
One rec has not-using secure mode downloads, but my settings have all secure OK. This may be fine for my machine, but yours clearly has secure transaction troubles (hope it's not some windows update that will eventually bite me too).
Hydrotools install error
If installation of hydrotools is yielding the following error
install_github("HARPgroup/hydro-tools")
Solution:
options(download.file.method = "wininet")
Source files from github via internet error
If retrieval of hydrotools is unable to pull from github
source("https://raw.githubusercontent.com/HARPgroup/hydro-tools/master/R/rmd_utils.R")
Lateral Solution:
Then source from config.local hydro-tools location
Other potential solutions to try
netsh winhttp show proxy
curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts
> "curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it" see https://curl.se/docs/sslcerts.htmlcurl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
but there's no libcurl for R.4.2. https://support.posit.co/hc/en-us/articles/219949047-Installing-older-versions-of-packagesNotes: With R 4.3.2, able to get curl and pass through source("https://raw.githubusercontent.com/ .... lines. However, main error recurs indicating sourcing wasn't successful (as in #381 (comment))
Related / Subsequent TE Render errors
Errors using
om_get_rundata
After resolving hydrotools installSSL peer certificate or SSH remote key was not OK
The text was updated successfully, but these errors were encountered: