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.
Martin: With the recent change of adding -D_XOPEN_SOURCE_EXTENDED I cannot get artihmetic.c to compile---it dies because of undefined acosh etc. Is this specific of the system that I have access to? -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing...
The documentation for ls/objects has ls(name, pos=2, envir=sys.frame(sys.parent()), all.names=FALSE, pattern) but the code has ls <- function (name, pos = -1, envir = NULL, all.files = FALSE, pattern) -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read...
>>>>> Torsten Hothorn writes: >> >> (I should have implemented front-ends for Torsten's mSQL, and MySQL, >> etc., but there's only so much time...) > please do not invest any time into RmSQL: nobody uses that (for good > reasons)! It was a...
Still trying to port Brian's class TB ... I need to find replacements for seed_in()/seed_out() and unif_rand(). Looks like the first works with GetSeeds()/PutSeeds(). Can anyone help me with the second one? THanks, -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r...
>>>>> pgilbert writes: > Very minor bug: > "R CMD check " puts results in a slightly different place than it > suggests. In the example below they are in check-syskern rather than > syskern/check-syskern. Thanks, fixed. -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read...
>>>>> Suharto Anggono Suharto Anggono via R-devel writes: Thanks: fixed now in the trunk. Best -k > In "An Introduction to R", in "Appendix A? A sample session", in the part on Michelson data, information for > attach(mm) > is > Make the...
>>>>> F Tusell writes: > I have recently upgraded to R-1.2 and update.packages() gives the > following error on my system. Am I doing something wrong? What is the result of calling old.packages() at the R prompt? -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r...
There seems to be a small problem with the S-compatible small numbers color specification, colors 0 and 2 are the same. Have a look at e.g. barplot(rbind(1:3, 1), col = c(0,2)) -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel...
>>>>> EDUARDO GARCIA PORTUGUES writes: Thanks, will fix and add a DOI ... Best -k > "So*c*kne, David J. (1973)." -> "Sookne, David J. (1973)." > "Sookne" is referred previously in the documentation and is the correct > surname in the publication > <https://pdfs...
>>>>> SOEIRO Thomas writes: > Dear list, > The documentation of `asplit` currently says (section Details): "apply > *always* simplifies common length results, so attempting to split via > apply(x, MARGIN, identity) does not work (as it simply gives x)." > This may be updated...
Emails to Edgar Acuna <edgar at cs.uprm.edu>, Federico C. F. Calboli <f.calboli at ucl.ac.uk>, Hao Wu <hao at jax.org>, Lopaka Lee <rlee at fpcc.gov>, Maria Kocherginsky <mkocherg at uchicago.edu>, as maintainers of...
>>>>> Kolter, Andreas writes: > Sorry, I don't understand how to file a bug properly. Nontheless I > want to report this one because it is still in the code after so many > years. Thanks. This is now fixed in the trunk...
>>>>> rreeve writes: > I sent this in with an old version, but it's in latest version as > well. The fix is simple. In the summary.table function, the parameter > is calculated incorrectly for a test of independence among all cells...
>>>>> Stefano Merler writes: > Has anybody ported the Classification and Regression Trees package to > R? Not that I am aware of. See ftp://ftp.ci.tuwien.ac.at/pub/R/src/contrib for the extension packages which are currently available. -k...
I put updates of the following packages on CRAN for use with R 0.64: chron ctest date locfit xgobi Please pick them up from your nearest CRAN site. At least on my system, the packages pass the R CMD...
Just out of curiosity, here is a question that might be embarrasingly stupid. Hmm ... What I need is to call runif() (more precisely, `runif(1, 0, 1)') from inside a C function. Is this possible using call_S? If so...
>>>>> Peter Dalgaard BSA writes: > Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes: >> You rang? >> >> > plot(rnorm(20),xlab=expression(mu[Inf])) >> >> Program received signal SIGSEGV, Segmentation fault. > I think I fixed it. Could you try that again? Yes (to...
>>>>> Peter Dalgaard BSA writes: > Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes: >> You rang? >> >> > plot(rnorm(20),xlab=expression(mu[Inf])) >> >> Program received signal SIGSEGV, Segmentation fault. > I think I fixed it. Could you try that again? Yes (to...
>>>>> X Cai writes: > Dear all, > Compiling R-0.63 on my Alpha machine immediately encounters the > following message. Your help is appreciated. > Make: Don't know how to make ./src/*/*.[chfy]. Stop. You may have to use GNU make. -k...
Perhaps not the shortest way, but ... ************************************************** R> x <- data.frame(x = 3:5, y = 5:7) R> rownames(x) <- 1:3 R> x x y 1 3 5 2 4 6 3 5 7 R> mode(x) <- "character" Segmentation fault...
Can't find what you're looking for? Try searching with Google .