search for: 00index

Displaying 20 results from an estimated 127 matches for "00index".

2009 Jul 23
2
Navigate to Index page of a package from R command prompt
...and I can click that to navigate to the main help Index page (the page I really want to get to straight from the R command line). I see that the link to "Index" for package "foo" appears always to be (on my Mac) file:///Library/Frameworks/R.framework/Resources/library/foo/html/00Index.html e.g. file:///Library/Frameworks/R.framework/Resources/library/cmprsk/html/00Index.html file:///Library/Frameworks/R.framework/Resources/library/utils/html/00Index.html Is there a command from the R listener that can take me directly to this "00Index.html" page of help for package...
2014 Dec 05
2
Use of tools:::httpdPort in a package for CRAN.
Hello, I wrote a function to show the help/index page of a package in a browser (and want to include this in an update for a CRAN package). I asked in R-help how to obtain the 00Index.html file, Duncan Murdoch suggested to inspect (see http://r.789695.n4.nabble.com/Obtain-00Index-html-tt4697661.html) tools:::httpd (thank you therefore!). So I came up with: help.index <- function (pkg, browser = NA, encodeIfNeeded = FALSE) { pkg <- as.character(substitute(pkg)) hport &lt...
2005 Jul 27
1
how to generate 00Index.html from Rd or html
I'd like to generate 00Index.html for a bunch of libraries for my R search page. I have now almost all the html help files for individual functions, even for packages that won't install on my computer (e.g., because they are specific to Windows). I made these using Rdconv. But that won't make the 00Index file, and...
2011 Feb 20
1
Demo and 00Index problems
Greetings, I am sure I'm missing the obvious, but my 00Index file in the demo subdirectory is not recognized by R CMD check (the demo runs fine, but I get a WARNING from R CMD check about a lack of demo/00Index file. When I invoke demo() in R I see the name but not description of the demo). Is there documentation (other than 'Writing R extensions')...
2009 Jul 28
1
Wishlist: Navigate to "Index" page of help when no topic specified (PR#13860)
...ot;Index" hyperlink There are other variations, but they all involve this=20 long march to the Index page. What I'd like to be able to do is enter the command > help(package =3D "survival") or > ?survival:: and get the usual hyperlinked help page displayed (the "00Index" page) instead of the static "text only" display or an error message (for example, on Windows, this equates to invoking "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/00Index" on Apple Mac, "/Library/Frameworks/R.framework/Resources/library/survival/html/00Index.ht= ml&...
2000 Apr 10
2
00Index of data
The "data index" is mentioned in the R Extensions Writer guide as >> The subdirectory should contain a `00Index' file >> that describes the datasets available. I'm not sure what the official format is suppose to be, but given that it displays like an index, this has to be a very short description which I find somewhat inadequate. Some of my data sets are multivariate time series and it is impo...
2009 Aug 05
2
Wishlist: Navigate to "Index" page of help when no topic (PR#13872)
...; don't have to complain so much - I'd rather figure > out code to get to the index page! > > When you say "I would guess R 2.10.x or 2.11.x will do > that automatically" do you mean > ?survival:: > or some similar incantation > will take me to the Index or 00Index page? I would guess package?survival will take you to a help page that is similar to what you get now in the flat display from library(help=survival). Ideally it will have a link on it to the index page. It is possible that ?survival will work too; that may be more controversial, because for...
2009 May 17
3
build CONTENTS or 00Index.html without installing whole package
To maintain my R site, I'm trying to install html help files only, but also keep track of the version (with DESCRIPTION). I have the following bash script, which works except for 00Index.html. That is not a huge problem because the help files are still searchable, but I'd like to fix it. A long time ago I asked the same question, and Brian Ripley said to use --index as an option to build-help.pl, but that isn't an option anymore. It seems that the 00Index.html file is bu...
2004 Apr 09
1
generating 00Index.html
Hi, I've started to create the documentation of my package. I've generate a pdf and the different html files from .Rd files. However I don't know how to automatically generate the 00Index.html. Do I have to write one in latex style and convert it or can I use the CONTENTS, INDEX, or Rd files. Thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult?? de m??decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (offic...
2006 Sep 14
1
demo names with spaces?
Does R support demo names with spaces? I tried placing a file like "My Demo Name.R" in the demo subdirectory, and placing a line that begins with "My Demo Name" in 00Index, but R CMD check does not like this. It reads the line in 00Index as "My, and it doesn't think there is a 00Index entry for "My Demo Name". I have no problem going back to MyDemoName.R, but I'm curious to know if there is support for names containing spaces. Thanks, ds
2009 Aug 04
0
Wishlist: Navigate to "Index" page of help when no topic (PR#13868)
...they all involve this=20 > long march to the Index page. > > > What I'd like to be able to do is enter the command > >> help(package =3D "survival") > > or > >> ?survival:: > > and get the usual hyperlinked help page displayed (the "00Index" page) > instead of the static "text only" display or an error message > > (for example, on Windows, this equates to invoking > "C:/PROGRA~1/R/R-29~1.1/library/survival/chm/00Index" > on Apple Mac, > "/Library/Frameworks/R.framework/Resources/library...
2002 Oct 30
4
Sweave in packages
...o copy among those packages that I have installed in my R. Has anybody used Sweave for package vignettes? I have run into some minor inconveniences, where I would appreciate hints: - I cannot find out in R-exts manual how to actually write \VignetteIndexEntry so that it would be incorporated into 00Index.dcf. Should you put the entry within braces (LaTeX way) or use colon or something before the entry (00Index.dcf instructions)? Actually, I cannot get much of an 00Index.dcf: If I use --force to build the package, the 00Index.dcf will be replaced with an empty file (size 0 bytes). Further, I hav...
2013 Nov 25
0
00Index and white space: specify in doc more than 1 space needed?
Dear R-devel list I noticed while checking a package that the demo/00Index file needs more than one space between the name and a description, a requirement which is not very clear from reading the manual: "[give a] name and a description separated by white space" I realized this point had been already raised a few years ago, but remained unanswered. Maybe this...
2000 Jun 30
1
"problem" with delay()
...----- ------------------------------------------ # 124 -rw-r--r-- test/DESCRIPTION # 20 -rw-r--r-- test/INDEX # 42 -rw-r--r-- test/R/zzz.R # 52 -rw-r--r-- test/R/functions.R # 107 -rw-r--r-- test/src/installtest.s # 72 -rw-r--r-- test/src/Makefile # 20 -rw-r--r-- test/data/00Index # touch -am 1231235999 $$.touch >/dev/null 2>&1 if test ! -f 1231235999 && test -f $$.touch; then shar_touch=touch else shar_touch=: echo echo 'WARNING: not restoring timestamps. Consider getting and' echo "installing GNU \`touch', distributed in GNU Fi...
2009 Aug 04
0
Wishlist: Navigate to "Index" page of help when no topic (PR#13871)
...t happens frequently - hopefully I don't have to complain so much - I'd rather figure out code to get to the index page! =20 When you say "I would guess R 2.10.x or 2.11.x will do that automatically" do you mean ?survival:: or some similar incantation will take me to the Index or 00Index page? Do I need to propose code or is it already known how to do this within the R core group? Best Steve McKinney >=20 > > Poor Man's Game -=3D20 > > Load new package;=3D20 > > issue search() command; > > find position (say N) of loaded package;=3D20 > &...
2009 Aug 05
0
Wishlist: Navigate to "Index" page of help when no topic (PR#13873)
...much - I'd rather figure > > out code to get to the index page! > > > > When you say "I would guess R 2.10.x or 2.11.x will do > > that automatically" do you mean > > ?survival:: > > or some similar incantation > > will take me to the Index or 00Index page? >=20 > I would guess package?survival will take you to a help page that is > similar to what you get now in the flat display from > library(help=3Dsurvival). Ideally it will have a link on it to the index > page. It is possible that ?survival will work too; that may be more &...
1999 Feb 17
2
HREFS for private packages - fixed? (PR#19)
...> > linking the main documention to the packages is written (BTW this will probably > fail if the package owner and the R owner are not the same) but the links in it > are not quite correct. For me the link indicated in that file is > > <A HREF="../../library/dse/html/00Index.html"> > which would be RHOME/library/dse/html/00Index.html, but it should be > <A HREF="{package_location}/dse/html/00Index.html"> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at...
2020 May 29
1
HTML help files missing for some packages
After a clean install of R 4.0.0 (R-base only) on Mint 19.3, the directory /usr/lib/R/library/base/html is empty. However, the directory /usr/lib/R/library/boot/html contains files 00Index.html and R.css. Correspondingly, the command help(package="base", help_type="html") produces the text "No package index found for package base". The same occurs when clicking on the "Index" link at the bottom of help pages for functions in this package. T...
2003 Dec 15
1
Rd files Assignment functions.
...ectorlist.Rd Ok. It does not work. So I renamed the file "[<-.massvectorlist.Rd" in test.Rd And replaced the name and first alias field \name{test} \alias{test} \alias{[<-.massvectorlist} \title{ Replace Parts of Massvectorlist} .... Now a "test" entry appears in the 00Index.html but ...Of course I can give a more appropriate name but... But unfortunately all \link to [<-. in the \seealso section does not work than either. Why no [<-.massvectorlist entry appears in the 00Index.html file? Even if i put [<-.massvector as second alias? Is there a way to get assi...
2017 Nov 17
2
HTML documentation is not in the expected location
...R, I am unable to see HTML documentation which I used to access via a web browser. To be more specific, my R installation is declared to be here: > R RHOME /usr/local/lib/R However, if I look at a location such as /usr/local/lib/R/library/base/html this contains only two entries File: 00Index.html File: R.css Clicking on 00Index.html, it shows the full list of entries which one expects to see, but clicking on one of them, 'abs' say, inevitably leads to the message 'File not found'. The documentation exists (at least in the text form): from within R, the command ?abs...