Skip to content

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.

1,049 results for “from:Kurt Hornik”

0.65/AIX
Kurt Hornik · Jul 12, 1999 · r-devel

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...

R-alpha: small doc bug
Kurt Hornik · May 19, 1997 · r-devel

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...

RBI and front-ends to RODBC and RPgSQL
Kurt Hornik · Dec 12, 2001 · r-sig-db

>>>>> 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...

No subject
Kurt Hornik · May 23, 1997 · r-devel

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...

R CMD check zzz location (PR#353)
Kurt Hornik · Dec 3, 1999 · r-devel

>>>>> 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...

R-intro: Appendix A: attach position
Kurt Hornik · Sep 11, 2019 · r-devel

>>>>> 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...

update.packages()
Kurt Hornik · Dec 19, 2000 · r-help

>>>>> 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...

R-alpha: R color problem
Kurt Hornik · Aug 6, 1997 · r-devel

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...

Typo in ?base::Bessel
Kurt Hornik · Aug 4, 2020 · 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...

documentation of asplit
Kurt Hornik · Nov 25, 2021 · r-devel

>>>>> 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...

CRAN packages with invalid maintainer address
Kurt Hornik · Apr 5, 2006 · r-devel

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...

agrep bug
Kurt Hornik · Jun 19, 2018 · r-devel

>>>>> 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...

summary.table bug in parameter (and fix) (PR#2526)
Kurt Hornik · Feb 3, 2003 · r-devel

>>>>> 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...

R-beta: R: CART
Kurt Hornik · Apr 17, 1997 · r-help

>>>>> 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...

CRAN uploads
Kurt Hornik · Apr 10, 1999 · r-announce

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...

R-alpha: unif_rand() again
Kurt Hornik · Jun 3, 1997 · r-devel

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...

Inf in expression (PR#326)
Kurt Hornik · Nov 16, 1999 · r-devel

>>>>> 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...

Inf in expression (PR#326)
Kurt Hornik · Nov 16, 1999 · r-devel

>>>>> 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...

make error of R-0.63
Kurt Hornik · Nov 30, 1998 · r-help

>>>>> 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...

R-alpha: R 0.50.a1 segfault
Kurt Hornik · Jul 28, 1997 · r-devel

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 .