Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20040802/e4100f83/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080328/37a99da6/attachment.pl
Hi, Is there a canonical way for a function to discover if it has been called in a session under RStudio? I looked the at the options() but none seems to be dedicated to this. Thanks, Georgi Boshnakov
I see, I struggle too with SPSS. But I use this company for help: http://www.ivoryresearch.com/custom-statistical-services-spss.php they are really helpful -- View this message in context: http://r.789695.n4.nabble.com/need-help...
This site can help you with SPSS stuff, http://www.ivoryresearch.com/custom-statistical-services-spss.php its really good -- View this message in context: http://r.789695.n4.nabble.com/read-in-Stata-and-SPSS-with-value-labels-formats...
Hi all, I am using lattice::wireframe to create a surface. I need to change the coloring so that it depends on the x or y variable (instead of on z). How should this be done? The documentation says that...
Submitted package 'fGarch' has been stuck in CRAN 'pretest' for about 24 hours now. The same seems to hold for several other packages. Is this something that can be expected normally? The pretest service seems to work normally in that...
Is it possible to consider adding .emacs.desktop and .emacs.desktop.lock to files ignored by R CMD build? Thanks, Georgi -- Dr Georgi Boshnakov tel: (+44) (0)161 306 3684 School of Mathematics fax: (+44) (0)161 306 3669 Alan...
Hi, Could you advice me how to use databases in DATA directories (I am using the Windows95 version of R). I cannot achieve this with the S commands I know. Georgi Boshnakov =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci...
Hi, A package submitted on CRAN shows problems only on ASAN/UBSAN. I used 'r-hub' (rhub::check()) to check if my update has fixed that on that platform but This is unsuccessful since a dependency fails to install. The...
Hi, I'm looking into creating R bindings for a medium sized C library. I have read up on how to access simple C functions using the .C and .Call methods and what I'm looking for now is a...
Hi, Function Null from package MASS seems to return a matrix with zero columns and the expected number of rows when the null space of the argument contains only the zero vector, e.g. > library(MASS) > diag(nrow=3) [,1...
Hi, I am using package 'revdepcheck' to check reverse dependencies of a package and it works great. But now I have a scenario such that I wish it to use a local version of one of the dependencies of the...
Hi, I was given admin access to an R package developed on R-Forge, which I have not used before. I installed a command line svn client, checked out the package >svn checkout svn://geobosh at svn.r-forge.r...
I'm trying to do Ripley's K analysis using ads (one points shapefile, one polygon area shapefile). Having created a bounding box than includes my study area, I triangulated this box against a vertices file of my study area...
R's checks seem to be failing to notice a redundant '...' argument described in the documentation of a function. Consider a function: fun_3 <- function(arg1, arg2, arg3) { "I am fun_3" } If its documentation describes an argument, say 'dummy...
The "Value" section in the documentation of stats::uniroot() mentions component "init.it" of the returned result: > "... Further components may be added in future: component \code{init.it} was added in \R 3.1.0." I don't see "init...
Hi, I wonder if the following is a design decision in the default bib style for utils::cite(). Create a bibentry object: > bibs <- bibtex::read.bib(package = "tools") > bibs Murdoch D (2009). "Parsing Rd files." <URL: http://developer.r-project...
Hi, The result of as,character() on 'srcref' objects doesn't have the closing ')' in some cases involving 'quote': > e4 <- quote({2+2}) > class(attr(e4, "wholeSrcref")) [1] "srcref" > as.character(attr(e4, "wholeSrcref")) [1] "e4 <- quote({2+2}" As...
Sure, but \dontrun's function is to prevent the R tools from running the enclosed code. How it is rendered is a completely separate matter. The code in \dontrun is not required to be executable (or even valid R code...
Can't find what you're looking for? Try searching with Google .