Hello, Can anybody please help me with mvabund package installation? I downloaded and installed it. It seems installed, but I can't load the package. Here is what I tried:> install.packages("/Users/smitra/Documents/Soft/mvabund_3.10.4.tgz", repos= NULL, type="source") * installing *binary* package ?mvabund? ... * DONE (mvabund)> library(mvabund)Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ?tweedie? Error: package or namespace load failed for ?mvabund? Any help will be great. Thanks. Suparna [[alternative HTML version deleted]]
Dear Suparna, See below On 28/08/2015 10:22, Suparna Mitra wrote:> Hello, > Can anybody please help me with mvabund package installation? > I downloaded and installed it. It seems installed, but I can't load the > package. > Here is what I tried: > > >> install.packages("/Users/smitra/Documents/Soft/mvabund_3.10.4.tgz", repos > = NULL, type="source") > * installing *binary* package ?mvabund? ... > * DONE (mvabund) > >> library(mvabund) > Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) > : > there is no package called ?tweedie?There are two possibilities here 1 - you have not installed tweedie 2 - you have and R cannot find it> Error: package or namespace load failed for ?mvabund? > > > Any help will be great. > Thanks. > Suparna > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Michael http://www.dewey.myzen.co.uk/home.html
Thank you Michael :) S On 28 August 2015 at 12:09, Michael Dewey <lists at dewey.myzen.co.uk> wrote:> Dear Suparna, > > See below > > On 28/08/2015 10:22, Suparna Mitra wrote: > >> Hello, >> Can anybody please help me with mvabund package installation? >> I downloaded and installed it. It seems installed, but I can't load the >> package. >> Here is what I tried: >> >> >> install.packages("/Users/smitra/Documents/Soft/mvabund_3.10.4.tgz", repos >>> >> = NULL, type="source") >> * installing *binary* package ?mvabund? ... >> * DONE (mvabund) >> >> library(mvabund) >>> >> Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) >> : >> there is no package called ?tweedie? >> > > There are two possibilities here > 1 - you have not installed tweedie > 2 - you have and R cannot find it > > Error: package or namespace load failed for ?mvabund? >> >> >> Any help will be great. >> Thanks. >> Suparna >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> >> > -- > Michael > http://www.dewey.myzen.co.uk/home.html >[[alternative HTML version deleted]]