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
I have this error on the CI with appveyor, an I am not sure if it is something I should fix in my package, if it is a bug on your end, or perhaps neither.
Build started
$ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
The remote name could not be resolved: 'raw.githubusercontent.com'
7z a failure.zip *.Rcheck*
7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
Scanning the drive:
0 files, 0 bytes
Creating archive: failure.zip
Add new data to archive: 0 files, 0 bytes
Files read from disk: 0
Archive size: 22 bytes (1 KiB)
Everything is Ok
appveyor PushArtifact failure.zip
Uploading artifact failure.zip (22 bytes)...100%
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Kirill
I have this error on the CI with appveyor, an I am not sure if it is something I should fix in my package, if it is a bug on your end, or perhaps neither.
The package builds correctly on:
But it fails on:
Here's the link of the project: https://ci.appveyor.com/project/carloscinelli/mrsensemakr/builds/41356002/job/03ta48br2qjh0pki
And here's the message I get:
Thanks!
The text was updated successfully, but these errors were encountered: