taddallas / metacom

R package for the analysis of metacommunity structure
GNU General Public License v3.0
10 stars 9 forks source link

Implemented vegan updates & progress bar #2

Closed jslefche closed 10 years ago

jslefche commented 10 years ago

NullMaker now uses nullmodel() from vegandev 2.1-43 to construct null matrices (much faster). Added progress bar (helps when allow.empty=FALSE). Added new function to identify metacommunity structure based on tests in Metacommunity()

taddallas commented 10 years ago

Looks great....though it's failing the build on Travis because it relies on vegan devo version. Is there a way to specify in the dependencies that I want it to use the GitHub hosted vegan, rather than the CRAN vegan?

jslefche commented 10 years ago

You got me there…will look into it…


Jonathan S. Lefcheck Marine Biodiversity Lab Virginia Institute of Marine Science Gloucester Point, VA 23062 +1 (804) 684-7150 www.jonlefcheck.net

From: Tad Dallasmailto:notifications@github.com Sent: ýThursdayý, ýOctoberý ý30ý, ý2014 ý2ý:ý53ý ýPM To: taddallas/metacommailto:metacom@noreply.github.com Cc: Jonathan Lefcheckmailto:jslefche@vims.edu

Looks great....though it's failing the build on Travis because it relies on vegan devo version. Is there a way to specify in the dependencies that I want it to use the GitHub hosted vegan, rather than the CRAN vegan?

— Reply to this email directly or view it on GitHubhttps://github.com/taddallas/metacom/pull/2#issuecomment-61149585.

taddallas commented 10 years ago

Scott Chamberlain (@sckott) answered the question for us! Hooray! It should be fixed.