AndrewLJackson / siar

Stable Isotope Analysis in R - package
24 stars 5 forks source link

devtools install code #15

Closed mdsumner closed 1 year ago

mdsumner commented 7 years ago

Hi, noticed that the readme code has a typo in the arguments. It should be:

devtools::install_github("andrewljackson/siar@master"", build_vignettes = TRUE)

Thanks!

AndrewLJackson commented 7 years ago

hi Michael

are you sure?

your line seems to have an extra "

the version here works as a copy & paste for me, at least for the @master branch

https://github.com/AndrewLJackson/SIBER

On 2 May 2017 at 13:19, Michael Sumner notifications@github.com wrote:

Hi, noticed that the readme code has a typo in the arguments. It should be:

devtools::install_github("andrewljackson/siar@master"", build_vignettes = TRUE)

Thanks!

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

-- *You can now follow SIAR http://www.facebook.com/pages/SIAR-Stable-Isotope-Analysis-in-R/148501811896914 on Facebook or try my video podcasts http://www.tcd.ie/Zoology/research/research/theoretical/Rpodcasts.php for R

Dr Andrew Jackson Associate Professor School of Natural Sciences Zoology Building, Trinity College Dublin, Dublin 2, Ireland Tel. + 353 1 896 2728, Fax. + 353 1 677 8094, Email. a.jackson@tcd.ie, Twitter: @yodacomplex https://twitter.com/yodacomplex http://www.tcd.ie/Zoology/research/research/theoretical/AndrewJackson.php

mdsumner commented 7 years ago

Ah sorry, I added my own problem!

Still then it's just the "build_vingettes" at SIBER and the "build_vingettes == TRUE" at siar that needs fixing. That doesn't stop it working, like my typo does ...

(Must admit I'm not a user of these packages, I just updated siar on a server for others - though I am interested in the spatstat crossover here .... )

AndrewLJackson commented 7 years ago

great. i fixed the one in siar

i still don't see the problem with the siber line though. Is it the line break that is doing it?

mdsumner commented 7 years ago

it's "vignette", should have been more explicit sorry

AndrewLJackson commented 7 years ago

ah! im blind to this at this stage. thanks