Skip to content
Prev 25018 / 63424 Next

RFC: allow packages to advertise vignettes on Windows

Duncan Murdoch <murdoch at stats.uwo.ca> writes:
Excellent :-)
That seems ok to me.  Currently, we have a system that requires
package authors to register their vignette in .onAttach (more on that
below).  I can't really think of a case where a package provides
vignettes and doesn't want them easily accessible to new users in a
GUI environment.
My feeling is that this is only appropriate for attached packages.  As
you point out, adding an entry for every installed package could
create a cluttered menu (and present implementation challenges to
avoid slowness).  I also think that packages that get loaded via other
packages name spaces should remain in stealth mode.  

There is another reason to only list vignettes for attached packages.
One of the primary uses of a vignette is to allow the user to work
through an example use case interactively.  This requires the package
to be attached in almost all cases.
Sounds good.
Also sounds good, but one thing at a time, I guess.

If there is some agreement about vignettes being automatically added
and that this only happens when a package is attached, then I can look
into modifying the existing function to handle this.

+ seth

Thread (22 messages)

Seth Falcon RFC: allow packages to advertise vignettes on Windows May 14 Duncan Murdoch RFC: allow packages to advertise vignettes on Windows May 14 Seth Falcon RFC: allow packages to advertise vignettes on Windows May 14 Friedrich Leisch RFC: allow packages to advertise vignettes on Windows May 15 Thomas Friedrichsmeier RFC: allow packages to advertise vignettes on Windows May 15 Simon Urbanek RFC: allow packages to advertise vignettes on Windows May 15 Brian Ripley RFC: allow packages to advertise vignettes on Windows May 15 Simon Urbanek RFC: allow packages to advertise vignettes on Windows May 15 Seth Falcon RFC: allow packages to advertise vignettes on Windows May 15 Gabor Grothendieck RFC: allow packages to advertise vignettes on Windows May 15 Duncan Murdoch RFC: allow packages to advertise vignettes on Windows May 16 Simon Urbanek RFC: allow packages to advertise vignettes on Windows May 16 Simon Urbanek RFC: allow packages to advertise vignettes on Windows May 16 Seth Falcon RFC: allow packages to advertise vignettes on Windows May 16 Simon Urbanek RFC: allow packages to advertise vignettes on Windows May 16 Duncan Murdoch RFC: allow packages to advertise vignettes on Windows May 16 Martin Maechler RFC: allow packages to advertise vignettes on Windows May 16 Duncan Murdoch RFC: allow packages to advertise vignettes on Windows May 18 Hadley Wickham RFC: allow packages to advertise vignettes on Windows May 18 Gabor Grothendieck RFC: allow packages to advertise vignettes on Windows May 18 Duncan Murdoch RFC: allow packages to advertise vignettes on Windows May 18 Hadley Wickham RFC: allow packages to advertise vignettes on Windows May 18