Displaying 13 results from an estimated 13 matches for "promptpackage".
2006 Apr 18
2
Wishlist for promptPackage / index
Hi R-devels,
would it be possible to enhance either promptPackage()
or the default indexing mechanism for packages
so that -- if it exists -- (the contents of) file
<pkgname>-package.Rd is sorted first in
* the .dvi / .pdf documentation file
* the .chm documentation file
* the package 00index.html documentation file
?
So far I found the followi...
2005 Nov 14
1
Package manpage DCF hooks
...have to update the information in multiple
places. I'm thinking here that I could provide a template
file "<pkgname>-package.Rd.in" and during build, the
DCF information could be substituted appropriately and
"<pkgname>-package.Rd" would be output.
see also:
promptPackage method
----------------------------------------------------------
SIGSIG -- signature too long (core dumped)
2012 Apr 06
1
DESCRIPTION FILE in R Manuals
Dear List,
In building a package on a Mac, all the steps performed (build, check,
install) seem to be working fine (no warning messages or errors). The
manual for the package is created and everything looks good except for the
fact that the header of the document is not showing the info on the
DESCRIPTION file. It shows "R Documentation" and the path
"Users/name/..etc". Is
2006 Mar 31
1
package?<pac>
When I use
package?<pac>
the author field gets reproduced twice, once with the \author{ } string
and a secod time formatted.
Also, would it be possible to make package?<pac> find the overview
without the package being attached, or at least give a more informative
error message.
Paul Gilbert
2008 Apr 16
0
package.skeleton() creates corrupted Rd file (PR#11191)
...?????? ~~
}
The file has been corrupted unevitably: these ?s are all actual 3F
characters, not that I just open the file in incorrect encoding.
Upon discussion with Dirk Eddelbuettel and Douglas Bates and further
investigation, it appears that the problem is in package.skeleton()
function, not in promptPackage() function neither in R-ru.po (Russian
translations for R) file. This is the problematic code:
package.skeleton <-
...
{
...
## we need to test in the C locale
curLocale <- Sys.getlocale("LC_CTYPE")
on.exit(Sys.setlocale("LC_CTYPE", curLocale), add =...
2014 Mar 21
1
"ERROR: installing package indices failed" message when building my package?
Hey all,
I'm currently trying to build an R package and don't really know what
to make of the error message I'm getting. I couldn't find anything
helpful online so hopefully somebody here can give me a couple of
pointers. I see the following when I try to build:
s$ R CMD build --verbose r_package_files/
Warning: unknown option '--verbose'
* checking for file
2006 Apr 30
2
Package docs for CRAN
CRAN et al.,
I would like to add an extented introduction or other arbitrary
sections to my package lmomco.
I have been shipping inst/doc/Introduction.Rd. I would like to have
this content inserted to the front of the PDF build for the CRAN. The
R-exts.pdf seems to be a little silent on this subject? For my
purposes, I have been doing this
R CMD Rd2dvi --pdf
2008 Oct 06
2
why is \alias{anRpackage} not mandatory?
Dear R developers,
if one uses package.skeleton() to create a new package, then a file
anRpackage.Rd with the following entries is prepared:
\name{anRpackage-package}
\alias{anRpackage-package}
\alias{anRpackage}
\docType{package}
Packages created this way have a definite entry or overview page, so:
?anRpackage
gives new users of a certain package a pointer where to start reading.
This is
2005 Jun 07
5
Suggestion: help(<package name>)
Hi,
I would like to suggest a standard where all packages provide an Rd page
with the same name (or aliased) as the name of package so that
help(<package name>) or ?<package name> is always here. This especially
of interest to large packages with a large package index. This page
could explain the package in general and gives some hints on how to
start - not like extensive
2005 Oct 06
0
R-2.2.0 is released
...es = FALSE.
o The specification of the substitutions done when processing
Renviron files is more liberal: see ?Startup. It now
accepts forms like R_LIBS=${HOME}/Rlibrary:${WORKGRP}/R/lib .
o Added recommendation that packages have an overview man page
<pkg>-package.Rd, and the promptPackage() function to create a
skeleton version.
o Replacement indexing of a data frame by a logical matrix index
containing NAs is allowed in a few more cases, in particular
always when the replacement value has length one.
o Conversion of .Rd files to latex now handles encoding more
compreh...
2005 Oct 06
0
R-2.2.0 is released
...es = FALSE.
o The specification of the substitutions done when processing
Renviron files is more liberal: see ?Startup. It now
accepts forms like R_LIBS=${HOME}/Rlibrary:${WORKGRP}/R/lib .
o Added recommendation that packages have an overview man page
<pkg>-package.Rd, and the promptPackage() function to create a
skeleton version.
o Replacement indexing of a data frame by a logical matrix index
containing NAs is allowed in a few more cases, in particular
always when the replacement value has length one.
o Conversion of .Rd files to latex now handles encoding more
compreh...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...t) exact =
FALSE; prompted by Mikael Jagan's quite comprehensive PR#18543.
* Rd skeletons generated by prompt() or promptData() now use a
dummy title (so R CMD build works). tools::checkRdContents() has
been updated to detect such template leftovers, including from
promptPackage().
* When S4 method dispatch fails because no method was found, the
error message now includes the signature argument names; thanks
to Michael Chirico's proposal on the R-devel list.
* withAutoprint({ .. }) now preserves srcrefs previously lost,
thanks to Andrew Simm...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...t) exact =
FALSE; prompted by Mikael Jagan's quite comprehensive PR#18543.
* Rd skeletons generated by prompt() or promptData() now use a
dummy title (so R CMD build works). tools::checkRdContents() has
been updated to detect such template leftovers, including from
promptPackage().
* When S4 method dispatch fails because no method was found, the
error message now includes the signature argument names; thanks
to Michael Chirico's proposal on the R-devel list.
* withAutoprint({ .. }) now preserves srcrefs previously lost,
thanks to Andrew Simm...