Skip to content

vignettes are installed but not viewable?

3 messages · Romain Francois, Rajarshi Guha

#
Hi, I have a package for which I'm writing a vignette. The vignette  
looks fine as indicated by R CMD check. However after installing the  
package (in my personal R library location) doing

vignette('rcdk')

says

Warning message:
vignette 'rcdk' *not* found

But I can see the PDF file located under rcdk/doc in the R library  
directory. The header of the Rnw file is

% \VignetteIndexEntry{rcdk Tutorial}
% \VignettePackage{rcdk}
% \VignetteKeywords{}

I am totally stumped by this - could anybody shed some light on what  
I'm doing wrong?

Thanks,

-------------------------------------------------------------------
Rajarshi Guha  <rguha at indiana.edu>
GPG Fingerprint: D070 5427 CC5B 7938 929C  DD13 66A1 922C 51E7 9E84
-------------------------------------------------------------------
Does Ramanujan know Polish?
                --  E.B. Ross
#
Hi,

Have you tried :

 > vignette( package = "rcdk" )

Romain
#
On Feb 7, 2009, at 3:13 PM, Romain Francois wrote:

            
Yes, I had tried that

 > vignette(package='rcdk')
no vignettes found

-------------------------------------------------------------------
Rajarshi Guha  <rguha at indiana.edu>
GPG Fingerprint: D070 5427 CC5B 7938 929C  DD13 66A1 922C 51E7 9E84
-------------------------------------------------------------------
A committee is a group that keeps the minutes and loses hours.
	-- Milton Berle