Displaying 20 results from an estimated 8000 matches similar to: "edit windows in RAqua"
2003 Oct 30
1
RAqua and AquaTclTk
While playing around with panther I discovered (with surprise) that
tcltk seems to work (even if not smoothly) with RAqua without first
calling tkStartGUI.
I switched back to 10.2.6 and it works as well.
I think this is due to the "last minute" fix in RAqua now using idle
timers because of too much cpu usage.
Some "mouse" trick is needed though. If you want to test it you
2003 Nov 08
1
RAqua with X11 TclTk
I've built a version of RAqua that uses X11 TclTk and NOT AquaTclTk.
http://www.economia.unimi.it/R/RAquaX11.dmg (15 MB disk image)
The idea is that you: launch RAqua, launch X application (the X
Server), and from inside R type
x11() # just tt set DISPLAY to :0.0. Eventually close this window
device, we don't need this.
load(tcltk)
quartz()
demo(tkdensity)
It works on my Panther
2003 Nov 06
1
RAqua package installation on Panther
From the RAqua faq just uploaded to CRAN (so it will take until
tomorrow to appear)
Panther notes
After installing Panther (MacOSX 10.3) it turns out that package
installation (either from sources or from binaries) can fail. If you
get an error "like" this (this comes from source package installation)
dyld: gcc version mismatch for library: /usr/local/lib/libiconv.2.dylib
2004 Mar 30
2
RAqua and gcc
Hi,
I've recently purchased PowerBookG4 (panther) and installed RAqua 1.8.1.
I also installed gcc version 3.3 through Xcode tools. But, for some
reason, I'm having a hard time getting gcc work with R. For example, I get
the following error while installing Hmisc package. I would appreciate any
suggestion to fix this problem.
Thanks
Kosuke
* Installing *source* package
2004 Mar 12
2
Problems startin RAqua for Mac
I am a user of a i book G4 with OS X 10.3 and I installed RAqua 1.8.1
without any problems. When I want to start RStart the "R" Symbol appers
for one second and then disappers again and nothing else happens. I've
tried to reinstall the program and I also reinstalled my OS X wich did
not help. I really need this program for my studies. If someone knows
whats wrong please eMail
2006 Mar 14
1
Fwd: makeconf issue on R-devel 2006-03-12 r37524
I sent the message below to r-sig-mac yesterday, but having no reply
I decided to explore a bit myself and found that editing:
/Library/Frameworks/R.framework/Versions/2.3/Resources/share/make/
shlib.mk
yzzy: diff shlib.mk shlib.mk~
3c3
< include $(R_HOME)/etc/Makeconf
---
> include $(R_HOME)/etc${R_ARCH}/Makeconf
restored the functionality of R CMD INSTALL.
Is this a known issue?
2003 Dec 03
1
RAqua line-editor navigation keys
this is a suggestion for a feature in future releases
of RAqua for mac OS X:
It would be very nice if the gui conformed to the
navigation keys that most other os x apps do (with the
exception of ms word and mozilla). i am referring to
the use of ctrl- f, b, n, p, e, and a for navigating
forward one character, backwards one character, up one
line, down one line, to the end of a line, and to the
2004 May 10
1
RODBC in RAqua
I've been trying to get RODBC working in RAqua. For my database,
let's call it "mydb", when I enter
odbcConnect("mydb")
or
odbcConnect("mydb", uid="postgres", pwd="secret"),
RAqua thinks for about 10 seconds, then crashes.
mydb is a PostgreSQL 7.4.2 database running on my machine (Mac OS X
10.3.3). I am using the pgsqlodbc 7.2.5 driver
2003 Aug 13
4
RAqua
Small things, mostly.
1. Buildproblem. Well-known and annoying. Build fails if debugging is on
(which is the default) because Debugging.h breaks devQuartz.c
compiles. If debugging is switched off on the command line or in
the environment, then devQuartz.c builds, but aquaconsole.c does
not compile, because it needs Debugging.h. I do not want to edit
Apple system files, and not files in the R
2003 Sep 16
1
RAqua too hungry of cpu time
It seems that RAqua consumes too much cpu time when doing nothing.
I can't see exactly why this is happening. We have few days to fix this
up. Any idea (after having look at the code) would be fine.
stefano
2004 Jan 09
0
Raqua edit.data.frame()
I'm running R 1.8.1 on a Mac with OS X 10.3 (Panther). The edit.data.frame(
) function doesn't seem to work.
A window opens but I can't figure out how to navigate around it or to edit
or add data to the data frame. It works
fine on MS Windows. Is this just a limitation of Raqua? Anyone know of plans
to fix it?
Rich Simon
Richard Simon, D.Sc.
Chief, Biometric Research Branch
Head,
2003 Jul 15
1
friday lunch
Greetings,
I'm organizing summer econometrics lunch meetings to discuss thesis
work. The first meeting will be this friday July 18 12-1pm in the
conference room on the third floor of Wohlers. The first talk will
be by Lingjie Ma
Control Variate Estimation of Structural Quantile Regression Models
url: www.econ.uiuc.edu/~roger/my.html Roger Koenker
email rkoenker@uiuc.edu Department of
2007 Nov 15
1
faqs
An extremely modest proposal:
It would be nice if packages could have a FAQ and if
faq(package.name)
would produce this faq. And if, by default
faq()
FAQ()
would produce the admirable R faq... Apologies in advance
if there is already a mechanism like this, but help.search()
didn't reveal anything.
url: www.econ.uiuc.edu/~roger Roger Koenker
email rkoenker at
2003 Dec 10
1
RODBC with RAqua
Hi,
I use RAqua on mac os x 10.3. I am trying to connect
to an odbc dsn, but RODBC can't seem to find it.
I have it installed in my ODBC Administrator in
/Applications/Utilities as a system-wide data source.
does RODBC need more than just the dsn name (like a
path or something)? I have everything set up
identically on a windows box, and all seems to work
fine.
thanks,
peter
2003 Nov 26
1
excluding libraries at configure
I'm trying build R-1.8.1 on a apple g4 that I've just upgraded
to panther. Configure quits with complaints about "linking
to Fortran libraries from C fails". Based on some comparisons
with a fresh g5 install that worked...I conjecture that this
is due to the fact that /sw/lib on the g4 contains lots of stuff from
the prior jaguar installation, and ./configure wants to include
2008 Feb 23
1
print.logLik
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 Roger Koenker
email rkoenker at uiuc.edu Department of Economics
vox: 217-333-4558
2009 Oct 30
1
quoted strings in foo.Rd rendered as â
Another anomaly from our rhel5 system, again sessionInfo() below.
When I'm logged in remotely via ssh from my macpro and view
documentation
files in my X11 window, strings in single quotes in the files are all
abbreviated as ? . The same files appear fine when rendered in X11
using the local R, and also appear fine in a terminal window on the
linux machine, so this could easily also be
2008 Apr 18
0
Fw: efficiently replacing values in a matrix
----- Forwarded Message ----
From: Nnamdi <nnamdii at yahoo.com>
To: roger koenker <rkoenker at uiuc.edu>
Sent: Friday, April 18, 2008 1:08:58 PM
Subject: Re: [R] efficiently replacing values in a matrix
I tried the sparse matrix implementation, still there are issues:
a <- matrix(nrow=10000,ncol=10000)
> a.csr <- as.matrix.csr(a)
Error in if (nnz == 0) { : missing value
2000 Nov 21
2
large object disorientation
This is an inquiry for all those who have been working on external
data base applications. I sent an inquiry (below) to snews about
this sort of thing a couple of years ago and eventually decided that
I would wait to see what external database developments occurred and
then revisit the problem. I hope that foundations are now better.
Suppose for the sake of concreteness you have a large
2015 Mar 26
0
vignette checking woes
> On Mar 26, 2015, at 8:50 AM, Martyn Plummer <plummerM at 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 release, which