search for: promptdata

Displaying 10 results from an estimated 10 matches for "promptdata".

2004 Oct 12
1
promptData still creates 'data(...)' in R 2.0.0
Not necessarily a bug report, but might be nice to change. I'm using R 2.0.0 on Windows 2000. The promptData function creates a .Rd file in which the 'usage' section is: \usage{data(<dataset>)} I've looked at several of the help files for various data sets. It looks like the use of 'data' is being reduced and so it might be more appropriate for promptData to create this: \use...
2013 Aug 30
2
Packaging
Hi, I have a problem when I try to generate the Documentation pdf (from .rda files)in Spanish during the package creation. Could you tell me the way I can do it?. Thanks in advance. Regards. Eva [[alternative HTML version deleted]]
2010 Sep 16
3
funciones en R potencialmente peligrosas via web?
...rt', 'make.packages.html', 'make.socket', 'menu', 'open', 'parent.frame', 'path.expand', 'pico', 'pictex', 'pipe', 'postscript', 'print.socket', 'prompt', 'promptData', 'quartz', 'R.home', 'R.version', 'read.00Index', 'read.dta', 'read.epiinfo', 'read.fwf', 'read.mtp', 'read.socket', 'read.spss', 'read.ssd', 'read.xport', ...
2005 Aug 16
1
Fwd: Documenting data sets with many variables
Hi, since nobody answered to my first message, I try to explain my problem more clearly and more general this time: I have a data set in my R package "micEcon", which has many variables (82). Therefore, I would like to avoid to describe all variables in the "\format" section of the documentation (.Rd file). However, doing this lets "R CMD check" complain about
2005 Sep 06
2
help.search problem
Dear Fellow R Users, I have recently come across a weird problem with help.search: > help.search("tps") Error in rbind(...) : number of columns of matrices must match (see arg 8) > This happens no matter what I search for... Any thoughts ? Thanks, Tolga Please follow the attached hyperlink to an important disclaimer
2018 Apr 03
2
Base R examples that write to current working directory
>>>>> Henrik Bengtsson <henrik.bengtsson at gmail.com> >>>>> on Fri, 30 Mar 2018 10:14:04 -0700 writes: > So, the proposal would then be to write to tempdir(), > correct? If so, I see three alternatives: > 1. explicitly use file.path(tempdir(), filename), or > tempfile() everywhere. I think it should clearly be '1.',
2024 Apr 24
0
[Rd] R 4.4.0 is released
...labels in the Rd source). * kappa() and rcond() work correctly in more cases; kappa(., norm = "2") now warns that it computes the 1-norm with (default) 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 argume...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...labels in the Rd source). * kappa() and rcond() work correctly in more cases; kappa(., norm = "2") now warns that it computes the 1-norm with (default) 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 argume...
2003 Apr 16
2
R-1.7.0 is released
...thods. print.summary.{lm,glm} print correlations to 2 decimal places, and the symbolic printout avoids abbreviating labels. o If a prompt() method is called with 'filename' as 'NA', a list-style representation of the documentation shell generated is returned. New function promptData() for documenting objects as data sets. o qqnorm() and qqline() have an optional logical argument `datax' to transpose the plot (S-PLUS compatibility). o qr() now has the option to use LAPACK routines, and the results can be used by the helper routines qr.coef(), qr.qy() and qr.qt...
2003 Apr 16
2
R-1.7.0 is released
...thods. print.summary.{lm,glm} print correlations to 2 decimal places, and the symbolic printout avoids abbreviating labels. o If a prompt() method is called with 'filename' as 'NA', a list-style representation of the documentation shell generated is returned. New function promptData() for documenting objects as data sets. o qqnorm() and qqline() have an optional logical argument `datax' to transpose the plot (S-PLUS compatibility). o qr() now has the option to use LAPACK routines, and the results can be used by the helper routines qr.coef(), qr.qy() and qr.qt...