Re: [R] Problem creating reference manuals from latex

2011-11-15 Thread Tyler Rinker
ncan Murdoch > > > > I've used rseek and a simple google search which reveals a great deal about > > inconsolata, unfortunately I am not grasping what I need to do. > > > > Tyler > > > > > > > >> Date: Mon, 14 Nov 2011 21:59:10 -

Re: [R] Problem creating reference manuals from latex

2011-11-15 Thread Duncan Murdoch
: murdoch.dun...@gmail.com To: tyler_rin...@hotmail.com CC: r-help@r-project.org Subject: Re: [R] Problem creating reference manuals from latex On 11-11-14 9:44 PM, Tyler Rinker wrote: R Community, I often am in need of viewing the reference manuals of packages and do not have Internet access. I

Re: [R] Problem creating reference manuals from latex

2011-11-14 Thread Tyler Rinker
ut inconsolata, unfortunately I am not grasping what I need to do. Tyler > Date: Mon, 14 Nov 2011 21:59:10 -0500 > From: murdoch.dun...@gmail.com > To: tyler_rin...@hotmail.com > CC: r-help@r-project.org > Subject: Re: [R] Problem creating reference manuals from latex > > On

Re: [R] Problem creating reference manuals from latex

2011-11-14 Thread Gabor Grothendieck
On Mon, Nov 14, 2011 at 9:44 PM, Tyler Rinker wrote: > > R Community, > > I often am in need of viewing the reference manuals of packages and do not > have Internet access.  I have used the code: > > path <- find.package('tm') > system(paste(shQuote(file.path(R.home("bin"), "R")),"CMD", > "Rd2pd

Re: [R] Problem creating reference manuals from latex

2011-11-14 Thread Duncan Murdoch
On 11-11-14 9:44 PM, Tyler Rinker wrote: R Community, I often am in need of viewing the reference manuals of packages and do not have Internet access. I have used the code: path<- find.package('tm') system(paste(shQuote(file.path(R.home("bin"), "R")),"CMD", "Rd2pdf",shQuote(path))) someone