slucey / RpathDev

This repo is no longer updated - please visit NOAA-EDAB/Rpath for latest
GNU General Public License v2.0
5 stars 5 forks source link

Install error #11

Closed FMestre1 closed 5 years ago

FMestre1 commented 5 years ago

Hi there,

I've been trying to install your package but I get this error: Error: HTTP error 404. No commit found for the ref public

This is the code I used: devtools::install_github("slucey/RpathDev", ref= 'public')

If, instead, I use (upper case 'P'): devtools::install_github("slucey/RpathDev", ref= 'Public')

I get this error: Error: HTTP error 404. Not Found

Can you help me, please?

Cheers, Frederico

slucey commented 5 years ago

Federico,

I apologize for the hassle. This was the first repository I've made public and have a bit of a learning curve. The actual repo you need to navigate to is 'slucey/RpathDev/Rpath'. I will be fixing this issue soon by migrating the code to a new repository prior to the paper submission (hopefully by the end of the month or early May).

Sean

Sean M. Lucey Fisheries Biologist Ecosystem Dynamics and Assessment Branch U. S. Dept. of Commerce/NOAA/NMFS Northeast Fisheries Science Center 166 Water Street, Woods Hole, MA 02543 508-495-2011 (voice) 508-495-2232 (fax)

On Sun, Apr 21, 2019 at 7:57 AM Frederico Mestre notifications@github.com wrote:

Hi there,

I've been trying to install your package but I get this error: Error: HTTP error 404. No commit found for the ref public

This is the code I used: devtools::install_github("slucey/RpathDev", ref= 'public')

If, instead, I use (upper case 'P'): devtools::install_github("slucey/RpathDev", ref= 'Public')

I get this error: Error: HTTP error 404. Not Found

Can you help me, please?

Cheers, Frederico

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/slucey/RpathDev/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKR4DWVNHWLBXD75DCR7GTPRRJDFANCNFSM4HHLP4YA .

FMestre1 commented 5 years ago

Thanks. Now I'm getting a different error (sorry!)... A message pops ups: "Building R package from source requires installation of additional build tools. Do you want to install the additional tools now?"

If I select 'Yes' this is the error I get in R: "Downloading GitHub repo slucey/RpathDev@Public Error: Could not find tools necessary to compile a package"

Cheers, frederico

slucey commented 5 years ago

Do you have the latest version of RTools installed?

FMestre1 commented 5 years ago

I'll check.

FMestre1 commented 5 years ago

Ok, thanks. The issue is solved. It had something to do with Rtools. Cheers, Frederico