I have R version 2.15.3 When i try to load it: library (tawny) i receive this response: package ?parser? could not be loaded The package Parser in not on Cran anymore, it seems a dead project! http://cran.r-project.org/web/packages/parser/index.html If i try to manual install parser_0.1.tar.gz i receive an error and can't install it. The question is. Is today impossible to use tawny package? Is there a way to solve this problem that seems caused by parser package? Thank you very much
R. Michael Weylandt <michael.weylandt@gmail.com>
2013-Nov-01 14:13 UTC
[R] Load Tawny package on R 2.15.3
The release version of tawny has no such dependency and builds just fine on CRAN. Try updating that instead. Michael On Nov 1, 2013, at 7:10, Tstudent <tstudent at gmail.com> wrote:> > > I have R version 2.15.3 When i try to load it: > > library (tawny) > > i receive this response: > > package ?parser? could not be loaded > > The package Parser in not on Cran anymore, it seems a dead project! > http://cran.r-project.org/web/packages/parser/index.html > > If i try to manual install parser_0.1.tar.gz i receive an error and can't > install it. > > The question is. Is today impossible to use tawny package? Is there a way to > solve this problem that seems caused by parser package? > > Thank you very much > > ______________________________________________ > R-help at r-project.org mailing list > 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.
Install a recent version of tawny that does not depend on the other package? Best, Uwe Ligges On 01.11.2013 12:10, Tstudent wrote:> > > I have R version 2.15.3 When i try to load it: > > library (tawny) > > i receive this response: > > package ?parser? could not be loaded > > The package Parser in not on Cran anymore, it seems a dead project! > http://cran.r-project.org/web/packages/parser/index.html > > If i try to manual install parser_0.1.tar.gz i receive an error and can't > install it. > > The question is. Is today impossible to use tawny package? Is there a way to > solve this problem that seems caused by parser package? > > Thank you very much > > ______________________________________________ > R-help at r-project.org mailing list > 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. >