seacode / gmacs

A generic size-structured stock assessment model
https://seacode.github.io/gmacs
18 stars 14 forks source link

Should gmr be in its own repository #163

Closed quantifish closed 8 years ago

quantifish commented 8 years ago

At the meeting in Jan Buck suggested that it is easier to have gmr in its own repo because he can do stuff with it from RStudio that way. Should we do this? I am not fussed either way.

smartell commented 8 years ago

If all the R-code for gmr is in one directory, can't he just pull that specific directory? I'm not fussed either. But just a thought.

quantifish commented 8 years ago

I don't use RStudio so I'm unsure, but I think it has something to do with installing directly from within an RStudio terminal from GitHub without doing any pulling?

wStockhausen commented 8 years ago

I suppose if you can pull/push a specific directory, that would probably work. Didn't know you could do that.

Buck


On Thu, Apr 28, 2016 at 12:56 PM, Darcy Webber notifications@github.com wrote:

I don't use RStudio so I'm unsure, but I think it has something to do with installing directly from within an RStudio terminal from GitHub without doing any pulling?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/seacode/gmacs/issues/163#issuecomment-215543794

quantifish commented 8 years ago

You can also use devtools from within R to install with:

install.packages("devtools")
devtools::install_github("seacode/gmacs", subdir = "/gmr", ref = "develop")

This can be a little slow but works.