Comment 3 for bug 2011617

Revision history for this message
DeathByDenim (jarno-y) wrote :

Minor update. I tried to do a build from source for RKWard without making any modifications to the source. Just to rebuild it.

$ apt source rkward
$ sudo apt build-dep rkward
$ cd rkward-0.7.2
$ dpkg-buildpackage -rfakeroot -b -uc -us
$ cd ..
$ sudo dpkg -i rkward_0.7.2-1_amd64.deb
$ sudo dpkg -i rkward-data_0.7.2-1_all.deb

Now when I try:
> library('tidyverse')
> ggplot(data=mpg)+ geom_point(mapping = aes(x = displ, y = hwy))

I get an error saying:
Connection closed unexpectedly. Last error was: Unknown error
The R backend will be shut down immediately.

In the R Console in RKWard, it shows:
Error: C stack usage 46079528768812 is too close to the limit
Error:

Weird!