Re: [Rd] CRAN packages maintained by you

2016-08-28 Thread Roger Koenker
future, does it? Before devoting more time and energy, which is in short supply lately, I like to hear what others are thinking/doing about all this, so I’ll copy this to r-devel. All the best, Roger url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.edu

[Rd] Packages required but not available:

2015-08-30 Thread Roger Koenker
se packages appear on the imports line of my DESCRIPTION file. Could someone clue me in on what to do? Thanks, Roger url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinoi

[Rd] NAMESPACE imports

2015-06-22 Thread Roger Koenker
I need some advice on how to resolve a warning in a revision of my REBayes package. At the moment the package Depends on SparseM and Matrix and does some mildly exotic coercion like this: A <- as(as.matrix.csc(A),"dgCMatrix") that converts a SparseM csr matrix A into a SparseM csc matrix and t

Re: [Rd] vignette checking woes

2015-03-26 Thread Roger Koenker
> On Mar 26, 2015, at 8:50 AM, Martyn Plummer wrote: > > On Wed, 2015-03-25 at 15:12 -0500, Roger Koenker wrote: >> Thierry, >> >> I have this: >> >> if (require(MatrixModels) && require(Matrix)) { >> X <- model.Matrix(Terms, m, con

Re: [Rd] vignette checking woes

2015-03-25 Thread Roger Koenker
els but it calls sparse.model.matrix which is part of Matrix, and it is the latter function that I'm not finding. Maybe I should go back to the requireNamespace strategy again? Roger url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Econo

[Rd] vignette checking woes

2015-03-25 Thread Roger Koenker
h has just been pronounced "loaded". I've verified that I can Sweave("rq.Rnw") and texi2pdf("rq.tex", clean=TRUE) without any problem. Any hints greatly appreciated, as always. Roger url: www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen.

Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Roger Koenker
Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Urbana, IL 61801 On Jul 25, 2014, at 10:50 AM, Simon Urbanek wrote: > On Jul 25, 2014, at 11:25 AM, Roger Koenker wrote: > &

Re: [Rd] [R-SIG-Mac] R-3.1.1 - R CMD INSTALL problem

2014-07-25 Thread Roger Koenker
Roger url:www.econ.uiuc.edu/~roger Roger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Urbana, IL 61801 On Jul 25, 2014, at 8:14 AM, Simon Urbanek wrote: > Eduardo, &

Re: [Rd] Namespaces and S4 Generics

2014-07-13 Thread Roger Koenker
ne in the current version of R-devel. "Ours not to reason why..." Roger url:www.econ.uiuc.edu/~roger Roger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678

[Rd] Namespaces and S4 Generics

2014-07-11 Thread Roger Koenker
e tried to follow the setup for Matrix by having: importFrom("graphics", image) exportMethods("image") but clearly I'm still missing some crucial aspect. Any suggestions would be most welcome. Roger url:www.econ.uiuc.edu/~rogerRoger Koenker email

[Rd] GC encountered a node (…) with an unknown SEXP type

2013-02-20 Thread Roger Koenker
l:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Urbana, IL 61801 __ R-devel@r-project.org mailing lis

Re: [Rd] Mac v Windows Mystery

2013-01-30 Thread Roger Koenker
rom. Sorry for adding to the noise. Roger url:www.econ.uiuc.edu/~roger Roger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Urbana, IL 61801 On Jan 30, 2013, at 1

[Rd] Mac v Windows Mystery

2013-01-30 Thread Roger Koenker
st problem takes a minute or so to run on my mac. Thanks, Roger url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Urbana, IL 61801

[Rd] cyclic namespace dependency detected

2012-08-25 Thread Roger Koenker
ot; not in DLL for package "quantreg" Error : unable to load R code in package 'quantreg' ERROR: lazy loading failed for package 'quantreg' Any suggestions would be much appreciated. Roger PS. FWIW: My NAMESPACE for the package looks like this: useDynLi

[Rd] s4 generic issue

2009-11-04 Thread Roger Koenker
omething is rotten in the way arguments are being passed. I'm aware that the R-extensions manual suggests another strategy than setGeneric for making generics, but I would like to understand what is going wrong here. Roger url:www.econ.uiuc.edu/~rogerRoger Koenker email

Re: [Rd] quoted strings in foo.Rd rendered as â

2009-10-31 Thread Roger Koenker
Thanks again, options(useFancyQuotes = FALSE) works perfectly! Roger On Oct 31, 2009, at 12:05 PM, Prof Brian Ripley wrote: On Sat, 31 Oct 2009, Roger Koenker wrote: On Oct 30, 2009, at 4:11 PM, Prof Brian Ripley wrote: First step to check: update to a released version of R 2.10.0! I

Re: [Rd] quoted strings in foo.Rd rendered as â

2009-10-31 Thread Roger Koenker
xterm, and yes in a mac terminal window I do get correct rendering, so maybe I should just give up on xterm entirely, but old habits die hard. On Fri, 30 Oct 2009, Roger Koenker wrote: Another anomaly from our rhel5 system, again sessionInfo() below. When I'm logged in remotely via ssh

Re: [Rd] evince pdf viewing

2009-10-31 Thread Roger Koenker
comments #8 and #10 in the above. Thanks! Marc Schwartz On Oct 30, 2009, at 4:15 PM, Prof Brian Ripley wrote: Yes, it is known: it is described with workarounds (thanks to Marc Schwarz, AFAIR) on the ?pdf help page. On Fri, 30 Oct 2009, Roger Koenker wrote: It was pointed out to me that

[Rd] quoted strings in foo.Rd rendered as â

2009-10-30 Thread Roger Koenker
uiuc.edu/~roger Roger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Urbana, IL 61801 __ R-devel@r-project.org mailing li

[Rd] evince pdf viewing

2009-10-30 Thread Roger Koenker
graphics grDevices utils datasets methods [8] base other attached packages: [1] survival_2.35-7 quantreg_4.42 SparseM_0.80 loaded via a namespace (and not attached): [1] tools_2.10.0 url:www.econ.uiuc.edu/~roger Roger Koenker emailrkoen...@uiuc.eduDepa

[Rd] Generic backsolve?

2009-07-07 Thread roger koenker
eric approach entirely? (My most recent experience is with R 2.9.1, but this has been an issue for several versions.) url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax:

Re: [Rd] data argument and environments

2009-04-12 Thread roger koenker
Great, thanks again, Duncan. And to Peter. I've adopted the enclos = environment(formula) solution. Roger On Apr 12, 2009, at 2:29 PM, Duncan Murdoch wrote: roger koenker wrote: Thanks. Yes, I wrote rqss, and attempted to follow the structure of lm, and various analogues

Re: [Rd] data argument and environments

2009-04-12 Thread roger koenker
, Duncan Murdoch wrote: On 11/04/2009 6:50 PM, roger koenker wrote: I'm having difficulty with an environmental issue: I have an additive model fitting function with a typical call that looks like this: require(quantreg) n <- 100 x <- runif(n,0,10) y <- sin(x) + rnorm(n)/5

[Rd] data argument and environments

2009-04-11 Thread roger koenker
m still unenlightened. url: www.econ.uiuc.edu/~rogerRoger Koenker email rkoen...@uiuc.edu Department of Economics vox:217-333-4558University of Illinois fax:217-244-6678Champaign, IL 61820

[Rd] p-values from a resampled reference distribution

2008-10-01 Thread roger koenker
spline. I would be interested in hearing about other suggestions from anyone who has looked at similar situations. url:www.econ.uiuc.edu/~roger Roger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Il

Re: [Rd] print.logLik

2008-02-23 Thread roger koenker
Commas would be fine especially if there were spaces too, as in your example. I was just trying to suggest something mimimalist ;-) Cheers, Roger On Feb 23, 2008, at 11:21 AM, Martin Maechler wrote: >>>>>> "rk" == roger koenker <[EMAIL PROTECTED]> >>&g

[Rd] print.logLik

2008-02-23 Thread roger koenker
I have a vector of logLik values that I'd like to return and it would be nice if the the print method didn't run them together. Could I make a plea for using sep = " ", rather than sep = "" in print.logLik? url:www.econ.uiuc.edu/~roger

[Rd] reordering combn(n,p)

2008-02-14 Thread roger koenker
we are already at 20 x 10^6 columns. url:www.econ.uiuc.edu/~roger Roger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Cham

[Rd] faqs

2007-11-14 Thread roger koenker
help.search() didn't reveal anything. url:www.econ.uiuc.edu/~roger Roger Koenker email [EMAIL PROTECTED] Department of Economics vox:217-333-4558University of Illinois fax:217-244-6678Champaig

[Rd] no visible binding

2007-10-12 Thread roger koenker
<- attr(m, "na.message") class(fit) <- c(if (is.matrix(Y)) "mslm", "slm") fit } url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University

Re: [Rd] configure on mac

2006-08-17 Thread roger koenker
On Aug 16, 2006, at 4:25 PM, Simon Urbanek wrote: > On Aug 15, 2006, at 3:21 PM, roger koenker wrote: > > Sorry this, is my fault: > >> >> ld: warning can't open dynamic library: libR.dylib referenced >> from: / Library/Frameworks/R.framework/Resources/lib/

Re: [Rd] configure on mac

2006-08-15 Thread roger koenker
ch doesn't appear to be part of the ld above should it be? Can this be arranged by modifying Makevars? url:www.econ.uiuc.edu/~roger Roger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax:

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
on of __gfortran_line . . . /usr/bin/libtool: internal link edit command failed make: *** [quantreg.so] Error 1 ERROR: compilation failed for package 'quantreg' Any further suggestions would be very welcome. Roger url:www.econ.uiuc.edu/~roger Roger Koenker email[

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
Yes, upgrading to Xcode 2.4 worked perfectly. Thanks to all. url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Champaign, IL

[Rd] configure on mac

2006-08-12 Thread roger koenker
06-07-28 r38710) url:www.econ.uiuc.edu/~roger Roger Koenker email [EMAIL PROTECTED] Department of Economics vox:217-333-4558University of Illinois fax:217-244-6678

Re: [Rd] Parametric links for glm?

2006-07-30 Thread roger koenker
Thanks, that works splendidly. url:www.econ.uiuc.edu/~rogerRoger Koenker email [EMAIL PROTECTED] Department of Economics vox:217-333-4558University of Illinois fax:217-244-6678Champaign, IL

[Rd] Parametric links for glm?

2006-07-30 Thread roger koenker
how to pass my parameters. Can someone enlighten me? Or, would it still be necessary to add "..." to the binomial function? url:www.econ.uiuc.edu/~rogerRoger Koenker email [EMAIL PROTECTED] Department of Economics vox:217-333-4558

[Rd] Suggestions to speed up median() and has.na()

2006-04-11 Thread roger koenker
stopifnot(abs(qy - ky) < eps) T[i,j,5] <- system.time(sort(y,method="quick"))[1] } } Tab <- apply(T,2:3,mean) dimnames(Tab) <- list(paste(ns),c(rep(c("quantile","kuantile"), 2),"qsort")) url:www.econ.uiuc.edu/~r

Re: [Rd] Fwd: makeconf issue on R-devel 2006-03-12 r37524

2006-04-08 Thread roger koenker
c.edu/~roger Roger Koenker email [EMAIL PROTECTED] Department of Economics vox:217-333-4558University of Illinois fax:217-244-6678Champaign, IL 61820 On Mar 14, 2006, at 1:31 PM, Prof Brian Ripley

[Rd] Fwd: makeconf issue on R-devel 2006-03-12 r37524

2006-03-14 Thread roger koenker
R_HOME)/etc${R_ARCH}/Makeconf restored the functionality of R CMD INSTALL. Is this a known issue? url:www.econ.uiuc.edu/~roger Roger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-24

[Rd] Quicker quantiles?

2006-03-11 Thread roger koenker
r large number of probabilities. In such cases it seems that it is difficult to improve upon doing a full sort. I would welcome comments on any of this url:www.econ.uiuc.edu/~rogerRoger Koenker email: [EMAIL PROTECTED] Department of Economics vox:217-333-4558

Re: [Rd] Bug/Wishlist: 'partial' in 'sort' and 'quantile' (PR#8650)

2006-03-05 Thread roger koenker
dn't be functional due to the recursion. Any thoughts on this would be appreciated. Brian is doubtless right that current methods are perfectly adequate for almost all purposes, but in cases of very large datasets where many quantiles are needed, it may be worthwhile. Roger url:w

Re: [Rd] Matrix / SparseM conflict (PR#8618)

2006-02-20 Thread roger koenker
On Feb 20, 2006, at 8:29 AM, Prof Brian Ripley wrote: > On Mon, 20 Feb 2006, Duncan Murdoch wrote: > >> On 2/20/2006 8:54 AM, [EMAIL PROTECTED] wrote: >>> Full_Name: David Pleydell >>> Version: 2.2.1 >>> OS: Debian Etch >>> Submission from: (NULL) (193.55.70.206) >>> >>> >>> There appears to be a

Re: [Rd] 'sessionInfo()' instead of 'version'

2005-12-29 Thread roger koenker
My fault, what you show is exactly what I wanted... url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Champaign, IL 61820 On

Re: [Rd] 'sessionInfo()' instead of 'version'

2005-12-29 Thread roger koenker
In a private response to Tony Plate's suggestion to replace version() output with sessionInfo() in R-help requests, > roger koenker wrote: >> Thanks for this, it would seem useful to have version numbers for >> the packages too? and Tony replied, > > Sounds sensible

Re: [Rd] qt for df < 1

2005-12-09 Thread roger koenker
On Dec 9, 2005, at 10:05 AM, Luke Tierney wrote: > On Thu, 8 Dec 2005, Peter Dalgaard wrote: > >> roger koenker <[EMAIL PROTECTED]> writes: >> >>> I was experimenting yesterday with a binomial make.link option >>> for estimating student t binary response

[Rd] qt for df < 1

2005-12-08 Thread roger koenker
d on our soon to be defunct Splus6.2 and sure enough, it produced plausible answers instead of R's NA's. Of course, I have no way of judging the quality of these answers, but I'm curious about whether someone has already looked into this can of worms. url:www.econ.uiuc.edu/~ro