Message-ID: <d5d75b86-d736-a1d9-6b19-ba71c51b9a2b@auckland.ac.nz>
Date: 2018-07-13T23:59:45Z
From: Rolf Turner
Subject: [R-pkg-devel] [FORGED] Re: Getting error: Installation failed: Unknown username with my package
In-Reply-To: <471e74af-ba08-5782-aed3-3ab3c3aedfa9@gmail.com>
Fortune nomination!!!
cheers,
Rolf
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
On 14/07/18 11:52, Duncan Murdoch wrote:
> On 12/07/2018 11:10 PM, R. Mark Sharp wrote:
>> I had a few week development hiatus with
>> github.com/rmsharp/nprcmanager and when I tried to get a Travis build
>> to work it failed. All of my local builds are working without errors
>> or warnings, but the devtools::install_github(?rmsharp/nprcmanager?)
>> fails with this error message
>>
>>
>>> library(devtools)
>>> install_github("rmsharp/nprcmanager")
>> Downloading GitHub repo rmsharp/nprcmanager at master
>> from URL https://api.github.com/repos/rmsharp/nprcmanager/zipball/master
>> Installing nprcmanager
>> Installation failed: Unknown username.
>>
>> Two other packages of mine, one private rmsharp/renameSurgerySheets,
>> and one public rmsharp/rmsutilityr both install fine.
>>
>> Does anyone know what I may have broken or how?
>
> Github is now a Microsoft property.? Of course things don't work
> properly.? Why would you expect them to work?
>
> Duncan