Re: [R] Webshot failed to take snapshot in Ubuntu machine

2019-01-06 Thread Christofer Bogaso
Thanks Martin, I reinstalled PhantomJS and now it works fine. Regards, On Thu, Dec 20, 2018 at 5:30 PM Martin Maechler wrote: > > Marc Girondot via R-help > > on Tue, 18 Dec 2018 13:53:34 +0100 writes: > > > Hi Christofer, I just try on MacOSX and ubuntu and it > > works on

Re: [R] Webshot failed to take snapshot in Ubuntu machine

2018-12-20 Thread Martin Maechler
> Marc Girondot via R-help > on Tue, 18 Dec 2018 13:53:34 +0100 writes: > Hi Christofer, I just try on MacOSX and ubuntu and it > works on both: > For ubuntu: >> Sys.info() >   sysname >

Re: [R] Webshot failed to take snapshot in Ubuntu machine

2018-12-18 Thread Christofer Bogaso
Is there any alternative to webshot? On Tue, Dec 18, 2018 at 6:23 PM Marc Girondot wrote: > Hi Christofer, > I just try on MacOSX and ubuntu and it works on both: > > For ubuntu: > > Sys.info() >sysname >"Linux" >

Re: [R] Webshot failed to take snapshot in Ubuntu machine

2018-12-18 Thread Marc Girondot via R-help
Hi Christofer, I just try on MacOSX and ubuntu and it works on both: For ubuntu: > Sys.info()   sysname   "Linux"   release   "4.15.0-42-generic"    

Re: [R] Webshot failed to take snapshot in Ubuntu machine

2018-12-18 Thread Christofer Bogaso
Also the Session information. > sessionInfo() R version 3.4.4 (2018-03-15) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.4 LTS Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 locale: [1] LC_CTYPE=en_US.UTF-8

[R] Webshot failed to take snapshot in Ubuntu machine

2018-12-18 Thread Christofer Bogaso
Hi, I was using webshot package to take snapshot of a webpage as below: library(webshot) webshot(' https://www.bseindia.com/stock-share-price/asian-paints-ltd/asianpaint/500820/', 'bb.pdf') However what I see is a Blank PDF file is saved. However if I use the same code in my windows machine it