I tried reprex::reprex(si = TRUE)
The first what it does, it tries to transfer images accross the whole internet. Is this the intended behavior for reprex-beginners?...
Could not fetch https://i.imgur.com/1OhesHg.png
HttpExceptionRequest Request {
host = "i.imgur.com"
port = 443
secure = True
requestHeaders =
path = "/1OhesHg.png"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(InternalException (HostCannotConnect "i.imgur.com" [Network.Socket.connect: <socket: 476>: failed (Permission denied (WSAEACCESS))]))
Error: pandoc document conversion failed with error 61
And later: Error in ensure_not_dogfood()
:
! Aborting.
... I'm afraid this package is a joke.
Have a look at the source code for yourself:
So why is it requesting https://i.imgur.com/1OhesHg.png ?
And how to disable this behavior?
system
Closed
5
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.