Re: [Rd] CRAN packages maintained by you

2016-08-28 Thread Roger Koenker
in the 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
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 Illinois fax: 217-244-6678

[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

Re: [Rd] vignette checking woes

2015-03-26 Thread Roger Koenker
On Mar 26, 2015, at 8:50 AM, Martyn Plummer plumm...@iarc.fr 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, contrasts, sparse = TRUE) You have this in the current

[Rd] vignette checking woes

2015-03-25 Thread Roger Koenker
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...@uiuc.eduDepartment of Economics vox: 217

Re: [Rd] vignette checking woes

2015-03-25 Thread Roger Koenker
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 Economics vox: 217-333

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

2014-07-25 Thread Roger Koenker
:www.econ.uiuc.edu/~rogerRoger 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 simon.urba...@r-project.org wrote

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 simon.urba...@r-project.org wrote: On Jul 25, 2014, at 11:25 AM, Roger

Re: [Rd] Namespaces and S4 Generics

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

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

2013-02-20 Thread Roger Koenker
a better idea. My experience with gdb is very limited, I tried running R -d gdb which reproduces the error, but this gets me back to the R prompt and I can't see any more than what was available without gdb. Any advice would be most welcome. Roger url:www.econ.uiuc.edu/~rogerRoger

[Rd] Mac v Windows Mystery

2013-01-30 Thread Roger Koenker
: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

Re: [Rd] Mac v Windows Mystery

2013-01-30 Thread Roger Koenker
to the noise. 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 On Jan 30, 2013, at 11:47 AM, Duncan

[Rd] cyclic namespace dependency detected

2012-08-25 Thread Roger Koenker
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: useDynLib(quantreg) import(SparseM) # Export all names exportPattern(.) Roger Koenker rkoen...@illinois.edu

[Rd] s4 generic issue

2009-11-04 Thread Roger Koenker
setGeneric for making generics, but I would like to understand what is going wrong here. Roger url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678

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

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

2009-10-31 Thread Roger Koenker
, 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 from my macpro

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

[Rd] evince pdf viewing

2009-10-30 Thread Roger Koenker
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/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox

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

2009-10-30 Thread Roger Koenker
/~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 list https

[Rd] Generic backsolve?

2009-07-07 Thread roger koenker
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: 217-244-6678Urbana, IL 61801

Re: [Rd] data argument and environments

2009-04-12 Thread roger koenker
, 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 d - data.frame(x,y) lam - 2 f - rqss(y ~ qss(x, lambda = lam

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

[Rd] data argument and environments

2009-04-11 Thread roger koenker
Roger Koenker email rkoen...@uiuc.edu Department of Economics vox:217-333-4558University of Illinois fax:217-244-6678Champaign, IL 61820 __ R-devel@r-project.org

[Rd] p-values from a resampled reference distribution

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

[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/~rogerRoger Koenker email [EMAIL PROTECTED

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] on Sat, 23 Feb 2008 10:34:41 -0600 writes: rk

[Rd] faqs

2007-11-14 Thread roger koenker
this, but help.search() didn't reveal anything. 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] no visible binding

2007-10-12 Thread roger koenker
, weights, method, ...) else slm.fit(X, Y, method, ...) } fit$terms - Terms fit$call - call attr(fit, na.message) - attr(m, na.message) class(fit) - c(if (is.matrix(Y)) mslm, slm) fit } url:www.econ.uiuc.edu/~rogerRoger Koenker email

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/ libRlapack.dylib (checking for undefined

Re: [Rd] configure on mac

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

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

Re: [Rd] configure on mac

2006-08-14 Thread roger koenker
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/~rogerRoger Koenker email[EMAIL PROTECTED

[Rd] configure on mac

2006-08-12 Thread roger koenker
r38710) 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

[Rd] Parametric links for glm?

2006-07-30 Thread roger koenker
be necessary to add ... to the binomial function? url:www.econ.uiuc.edu/~rogerRoger 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] Suggestions to speed up median() and has.na()

2006-04-11 Thread roger koenker
] - 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/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558

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

2006-04-08 Thread roger koenker
/~rogerRoger 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 wrote

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

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

[Rd] Quicker quantiles?

2006-03-11 Thread roger koenker
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-4558University of Illinois fax:217-244-6678Champaign, IL

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

2006-03-05 Thread roger koenker
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:www.econ.uiuc.edu/~rogerRoger Koenker

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 to me! If I were you I'd send

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

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 models, tentatively called gossit, and I noticed

[Rd] qt for df 1

2005-12-08 Thread roger koenker
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/~rogerRoger Koenker