Displaying 2 results from an estimated 2 matches for "staticdocs".
2012 Mar 20
1
Substitute adds id attribute?
...place to start:
> f <- function(x) substitute(x)
> f(x)
x
> f(mpg)
mpg
attr(,"id")
[1] 11
It works as expected in a clean R session:
> f <- function(x) substitute(x)
> f(x)
x
> f(mpg)
mpg
but not after the following code
library(devtools)
install_github("staticdocs")
library(staticdocs)
build_package("ggplot2", tempdir())
Any ideas?
Thanks,
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
2014 Jul 11
2
grouping list of objects in the help system
Dear list,
I've noticed for some packages the Index file in the help system has a
single list of objects (arranged alphabetically), while for other
packages this list is offered separately by letters... presumably when
the number of help objects is high.
Is there a way to manually split the help objects into categories?
For example, I would like to have an alphabetic order for the group