Error when i execute rattle()

599 views
Skip to first unread message

Sujith Shivaprakash

unread,
Mar 29, 2016, 2:03:17 AM3/29/16
to rattle-users
Whenever I execute rattle(), the GUI loads however, the R console gives the following error:
Error in loadNamespace(name) : there is no package called ‘stringr’

Graham Williams

unread,
Mar 29, 2016, 4:41:08 AM3/29/16
to rattle-users
This is a "bug" in the current release whereby stringr is not noted as a dependency.

Work around for now is:

> install.packages("stringr")
> install.packages("magrittr")

Thanks for the report.

Regards,
Graham

On 29 March 2016 at 12:07, Sujith Shivaprakash <sujit...@gmail.com> wrote:
Whenever I execute rattle(), the GUI loads however, the R console gives the following error:
Error in loadNamespace(name) : there is no package called ‘stringr’

--
You received this message because you are subscribed to the Google Groups "rattle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rattle-users...@googlegroups.com.
To post to this group, send email to rattle...@googlegroups.com.
Visit this group at https://groups.google.com/group/rattle-users.
For more options, visit https://groups.google.com/d/optout.

Daniel Nordlund

unread,
Apr 7, 2016, 5:42:39 AM4/7/16
to rattle...@googlegroups.com
> --
> You received this message because you are subscribed to the Google
> Groups "rattle-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to rattle-users...@googlegroups.com
> <mailto:rattle-users...@googlegroups.com>.
> To post to this group, send email to rattle...@googlegroups.com
> <mailto:rattle...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/rattle-users.
> For more options, visit https://groups.google.com/d/optout.

The error message says that it cannot find the 'stringr' package which
rattle depends on. So, you need to install the 'stringr' package (which
you can get from CRAN).

Dan

Daniel Nordlund
Bothell, WA USA
Reply all
Reply to author
Forward
0 new messages