Displaying 20 results from an estimated 400 matches similar to: "homepage should not use frames (PR#4316)"
2001 Sep 13
1
significant figures in summary()
Howdy,
Should summary() print answers with different numbers of
significant figures, as in the following?
> dim(iv)
[1] 3000 2
> summary(iv)
X1 X2
Min. :-4.15261 Min. :-3.271520
1st Qu.:-0.66188 1st Qu.:-0.671205
Median : 0.01233 Median :-0.008175
Mean : 0.01121 Mean : 0.016815
3rd Qu.: 0.67778 3rd Qu.:
2002 Dec 09
0
triangular PDF
Howdy,
I couldn't find any way to generate deviates from a triangular
PDF in R, so here's a function to do so.
-Andy
rtri <- function(n=1,min=0,max=1,ml=0.5) {
# Return independent random deviates from a
# triangular distribution.
# n is number of deviates requested
# min, max are lower and upper limits of r.v. range
# ml is the most-likely value
2003 Sep 26
0
reproducing an error in dumped frames
Greetings,
I am doing many iterations of simple optimizations using the
L-BFGS-B method of optim() in R-1.6.2. Very rarely (about 1
in every 100,000 trials), a process will encounter some
problem in optim that triggers the error message "non-finite
value supplied by optim". From the C code, it appears that
this message could be emitted
2003 May 09
0
graphics on a map
Howdy,
I'd like to draw graphical elements at specific areas on a
map. For instance, would it be possible to draw a pie chart
at the center of each nation on a world map? I'm interested
in putting histograms, scatterplots, line graphs, etc., on
geographical regions.
Many thanks,
Andy
--
Andy Jacobson
andyj at
2001 Oct 31
2
seg fault with mclust
Howdy,
I'm experiencing a segmentation fault when trying to load
mclust.so from mclust-1.1-4. I'm using R-1.3.1 on RedHat 6.2,
and `gcc --version` reports "egcs-2.91.66".
Any ideas?
-Andy
Package install:
> install.packages("mclust")
[stuff omitted]
Installing source package `mclust'
2002 Oct 02
2
.C() and C++ name mangling
Howdy,
I'm working with some external code written in C++, which I
would like to call via dyn.load() and .C() from R. The
function prototype looks like:
gaRemin(int *, float *, float *, int *, float *, float *,
float *, float *, float *)
but to call this function from R using .C() I have had to use
the mangled version of this
2004 Feb 06
2
Normality Test on several groups
Hi,
I use ks.test or lillie.test to verify a normal distribution. It's performed
for a group
My users use SigmaStat software and a One Way ANOVA on several groups
In the result page there is a probability value to determine if Normality
test is failed or passed
So, how can i retrieve this probability value on several groups?
Is there another function in R to verify normality on several
2004 Aug 06
4
liblame vs libmp3lame.... anyways, it don't work.
I took the latest installation of lame (both stable and beta) and
installed those with the default install variables. The last one I
compiled was lame3.87.
I then have the ices-0.0.1.beta5 and config'd the sources with
./configure --with-perl --with-lame and installed.
Yet, when I run ices -R, it complains with the following line when I run
the -R option:
Support for reencoding with
2007 Jan 26
1
Makevars PKG_LIBS ignored by SHLIB (PR#9473)
Full_Name: Rick Sayre
Version: 2.4.0
OS: Windows
Submission from: (NULL) (138.72.27.164)
PKG_LIBS works fine on *nix
on windows, it seems to be ignored by the "SHLIB" script
so, R CMD SHLIB blah
properly uses PKG_CPPFLAGS and PKG_CFLAGS from Makevars, but PKG_LIBS is
ignored
2009 Nov 10
1
Typo in 2.10.0 NEWS file (PR#14054)
Full_Name: Rick Sayre
Version: 2.10.0
OS: linux/windows/os x
Submission from: (NULL) (138.72.146.168)
Man, it feels ungrateful to report this, but it looks like in the
process of having my wish PR#13758 fulfilled, a typo snuck in to
the "NEWS" releasenotes:
o New as.raw() method for "tclObj" objects (wish of PR#13578).
I'm pretty sure that's a typo, and should
2006 Apr 25
1
libtrio
Hi,
I usually compile R-devel tarball every few days (just to check if I can do
it and check for any compile errors). As of two days ago, I am receiving
the following error:
...
gcc -O3 -I. -DWIN32 -D_X86_ -c xdr_mem.c -o xdr_mem.o
ar crs libxdr.a xdr.o xdr_float.o xdr_stdio.o xdr_mem.o
make: *** ../extra/trio: No such file or directory. Stop.
make[3]: *** [rlibs] Error 1
make[2]: ***
2005 Oct 10
1
error compiling R-code
Hi,
I have been compiling R from source code with regularity (both R-patched
and R-devel) for several months now. About two/three weeks ago I noticed a
compilation error in R-devel (see below). I thought that the error will go
away in "due course" so I did not investigate it further. Then I left on
vacation.
I just downloaded both versions of R sources (i.e., 2.2.0 patched and
2003 Apr 15
1
winbindd wbinfo -u - can't populate
I tried to get winbind to populate my passwd file. No luck! Any
suggestions much appreciated.
I get:
wbinfo -t
Secret is good
wbinfo -u
0xc000006d (was 0xc0000022 before using administrator account)
wbinfo -g
0xc000006d (was 0xc0000022 before using administrator account)
rpcclient SERVER -U % -c querydispinfo
cmd = querydispinfo
index: 0x1 RID: 0x7d0 acb: 0x10 Account: andyj Name: Andrew
2007 Aug 01
0
Bug in TAB handling for Win32 Rterm and Rgui (PR#9820)
Full_Name: Rick Sayre
Version: 2.5.1
OS: Windows XP Pro
Submission from: (NULL) (138.72.131.190)
I floated this to r-help a few days ago just to see if i was off-base.
Here we go:
Before I start, i want to first extend thanks for the big improvements
in integration of command completion for the windows version. Really
nice to have now. But i believe there are some issues.
In
2008 Nov 19
0
qr.coef and complex numbers - still busted for non-square case? (PR#13305)
Full_Name: Rick Sayre
Version: 2.8.0
OS: windows, linux, os x
Submission from: (NULL) (138.72.153.166)
PR#8476 and PR#8478
http://bugs.r-project.org/cgi-bin/R/Models-fixed?id=8478
http://bugs.r-project.org/cgi-bin/R/Models-fixed?id=8476
discuss fixing qr.coef to handle complex matrices correctly
But it appears the solution now "shipping" only handles square matrices.
In 2.8.0 [linux,
2009 Jun 15
0
Wishlist: as.raw [or similar] support for tcl strings (PR#13758)
Full_Name: Rick Sayre
Version: 2.9.0
OS: windows, os x, linux
Submission from: (NULL) (138.72.153.236)
if a tcl "string" contains binary data, there is a problem getting this data
to R, since there appears to be no way to get "raw" data without NULL
interpretation. Here is a simple example. The data should be
Here are 1<one NULL>Here is 2<two NULLs>And finally
2007 Jan 10
1
Compiling R-devel under Windows
Hello there,
I have a habit of compiling R-patched and R-devel every few days.
Recently, I noticed the following problem:
I downloaded both versions with Revision: 40421, Last Changed Date:
2007-01-09. R-patched compiles with no problem. R-devel compiles fine but
when it starts to make PDF documentation it generates the following (tail
of the "make distribution" output):
! pdfTeX
2002 Jan 30
5
1.4.1 R CMD check broken?
I am not sure if this is already known. I checked BUGS and found some
references to similar behavior when R_HOME is set?
Here is what I get:
(1) Fresh build of 1.4.1 under Linux/RH-7.2. All tests pass.
> R CMD check ctest
* checking for working latex ... OK
* using log directory `/home/andyj/stat/R-1.4.1/library/ctest.Rcheck'
Installing *source* package `ctest'
2003 Mar 13
1
small error in regression tests
I just r-sync'ed the r-devel version of R-1.7.0 (2003-03-11), compiled it
under RH-8.0 and ran make check. The reg-tests-2 fails at the very end
with the message stating that "object cement was not found". It looks like
this piece of the regression test is new to version 1.7. The the piece of
code generating the error is:
if(require(MASS)) {
teststep <- function(formula,
2003 Mar 13
1
small error in regression tests
I just r-sync'ed the r-devel version of R-1.7.0 (2003-03-11), compiled it
under RH-8.0 and ran make check. The reg-tests-2 fails at the very end
with the message stating that "object cement was not found". It looks like
this piece of the regression test is new to version 1.7. The the piece of
code generating the error is:
if(require(MASS)) {
teststep <- function(formula,