Displaying 7 results from an estimated 7 matches for "kbartz".
Did you mean:
bartz
2004 Jul 01
1
Seg. faults in mapthin (in package maps!)
> From: "Kevin Bartz" <kbartz at loyaltymatrix.com>
> Date: Thu, 1 Jul 2004 10:18:36 -0700
>
> Dr. Ripley, you are the master. That fix worked like a charm! All the way to
> 50, with no problems. Thanks again,
>
And all while I was asleep! I'll submit a corrected maps package in a
couple of weeks, when...
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As
recommended in other posts, I've installed readline and readline-devel:
kevin@redtail:~/R-1.9.1> rpm -qa | grep readline
readline-devel-32bit-9.0-0
readline-32bit-9.0-0
readline-4.3-207
readline-devel-4.3-207
Then I run configure with readline:
./configure --with-readline
The relevant lines are:
2004 Jul 07
0
Visualizing Marketing Campaigns With R
Warning: This is a bit off-topic.
Using R, I'm trying to develop a way of visualizing a marketing campaign
that is divided into lists, each with a mailing and control group. Within a
mailing group, we have respondents and sales conversions (think "successes")
and the overlap between the two. We also have conversions among those
subjects in the list's control group, who were
2004 Jul 14
0
RODBC repeated rows problem
Hello everyone! I'm having the dreaded repeated rows problem in RODBC.
Specifically, when I have a NULL value in a column, odbcFetchRows reads the
value not as NULL or NA but as the most recent non-NULL value in the column.
If there is no such non-NULL column, odbcFetchRows reads the value as 0. Let
me give you an example (though you won't be able to run it with the
"product"
2004 Jul 27
1
DESCRIPTION.in
Hello R world! I'm building a bundle of four packages, but I don't always
want to build the whole bundle. Usually I just want to tweak one function in
one of the packages and rebuild just that package. As such, I have
DESCRIPTION and DESCRIPTION.in files sitting in all the package folders.
Unfortunately, there's a pesky line in R CMD build that hacks away
DESCRIPTION whenever it sees
2004 Jul 01
1
Seg. faults in mapthin
Hi everyone! I know segmentation faults are awfully hard to diagnose, but
I'm experiencing a fairly regular pattern of seg. faults when plotting using
map in the maps package. Starting R fresh, I run:
require(maps)
for (i in 1:50) {
cat(i, "\n")
map("state")
}
I always get the same result:
1
2
3
4
5
Process R segmentation fault at Thu Jul 1 09:07:39 2004
With
2004 Jun 28
1
text length in grid
Hello! I first would like to compliment the authors of grid on what has been
a wonderfully useful package for me. Now, my question: Is there any way I
can specify the size of some grid.text using grid units?
I must label the regions of a plot. The regions can be either very small or
very large, so I would like to label each by fitting its text to the size of
the region in question. Ideally, I