search for: r35749

Displaying 16 results from an estimated 16 matches for "r35749".

Did you mean: 35749
2005 Nov 11
3
no package 'Matrix' at the repositories
Yesterday, I installed R2.2.0 for Windows [Version 2.2.0 (2005-10-06 r35749)]. Unfortunately, 'install.packages("Matrix")' produced the following message: Warning in download.packages(pkgs, destdir = tmpd, available = available, : no package 'Matrix' at the repositories I installed lme4, maps, mapproj, CircStats, scatterplot3d,...
2005 Oct 26
1
pb with dyn.load - fortran code now attached
...e result below. Any explanation about the strange things below and what I should do to avoid them would help. Gilles ######################################### QUESTION 1: [guillot at laplace guillot]$ R R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) ISBN 3-900051-07-0 >system("R CMD SHLIB ~/tmp/test1.f") g77 -fPIC -g -O2 -c /home/guillot/tmp/test1.f -o /home/guillot/tmp/test1.o gcc -shared -L/usr/local/lib -o /home/guillot/tmp/test1.so /home/guillot/tmp/test1.o -lg2c -lm -lgcc_s > system("R CMD SHLIB ~/tmp/test2.f&...
2006 May 06
2
regular expression change in R version 2.3.0?
...expression changes and the associated functions in new versions of R? Here is the example code to demonstrate the version difference of the 'gregexpr' function between versions 2.3.0 and 2.2.0: # Example string x <- "xaaaaxaaaax" # gregexpr in Version 2.2.0 (2005-10-06 r35749) gregexpr("[a]{1,}", as.character(x), perl=T) [[1]] [1] 2 7 attr(,"match.length") [1] 4 4 # gregexpr in Version 2.3.0 (2006-04-24) gregexpr("[a]{1,}", as.character(x), perl=T) [[1]] [1] 2 3 4 5 7 8 9 10 attr(,"match.length") [1] 4 3 2 1 4 3 2 1 # gsu...
2005 Oct 26
0
pb with dyn.load
...e result below. Any explanation about the strange things below and what I should do to avoid them would help. Gilles ######################################### QUESTION 1: [guillot at laplace guillot]$ R R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) ISBN 3-900051-07-0 >system("R CMD SHLIB ~/tmp/test1.f") g77 -fPIC -g -O2 -c /home/guillot/tmp/test1.f -o /home/guillot/tmp/test1.o gcc -shared -L/usr/local/lib -o /home/guillot/tmp/test1.so /home/guillot/tmp/test1.o -lg2c -lm -lgcc_s > system("R CMD SHLIB ~/tmp/test2.f&...
2006 Jan 18
1
phyper returns 1 if x==k (PR#8499)
...ssion from: (NULL) (141.14.23.12) If I use phyper and set parameter x equal to k (meaning that all balls I draw are white) phyper returns 1 which is not (always) correct: pape at xxx:~> R2.2.0 --vanilla R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' f...
2006 Apr 04
1
Mpirun with R CMD scripts
...es and is able to run simple commands both interactively and batch as follows: ------------------------------------------------------------------------------------------------------- [srividya at cheaha ~]$ R R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) ISBN 3-900051-07-0 > library(snow) > c1<-makeCluster(3, type="MPI") Loading required package: Rmpi 3 slaves are spawned successfully. 0 failed. > > > > clusterCall(c1,function() Sys.info()[c("nodename","machine")]) [[1]] nodenam...
2005 Oct 24
1
tk problem with R 2.2.0 on wine/linux
...een that '[tcl] bad window path name ".1".' message before? Prof. Philippe Grosjean: yes, I have managed to load most of sciview-R under Wine, except the tcltk library! =================== R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative p...
2005 Dec 12
2
convergence error (lme) which depends on the version of nlme (?)
...design, random = ~ design | grpzugeh, data = hlm) Fehler in lme.formula(laut ~ design, random = ~design | grpzugeh, data = hlm) : iteration limit reached without convergence (9) This was tried with R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) Using another R version (2.1.0, also windows with nlme version built under R 2.1.1) , it works. Thus, what's the problem then? I tried without the random effects, i.e. random = ~ 1 | grpzugeh This works. Comparing both calls on the version R2.1.0 that goes well, the following differences...
2005 Dec 14
2
Problem with dir.create (R2.2.0 Windows XP 2002 SP 2)
I've run into a problem with dir.create on R2.2.0 Windows XP 2002 SP 2. setwd("d:/") print(dir.create("d:\\otis-sim\\rdata", recursive=T)) print(dir.create("d:\\otis-sim\\", recursive=T)) Both return false and fail to create the directories. setwd("c:/") print(dir.create("d:\\otis-sim\\rdata", recursive=T)) Returns true and succesfully
2005 Dec 19
0
masked at loading
...and I think the maintainers of the respective packages (lattice, boot, survival, aml) should agree on how to eliminate th conflicts. Here my start up protocol with the relevant information: -------------- R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) [clip] Type 'q()' to quit R. [clip] [Previously saved workspace restored] Loading required package: CWHstring Attaching package: 'CWHplot' KernSmooth 2.22 installed Copyright M. P. Wand 1997 Loading required package: graphics Loading required package: grDevices Loading required...
2006 Oct 18
0
(no subject)
I currently have an instance of R running on Solaris 8 Version 2.2.0 (2005-10-06 r35749) Package: its Version: 1.0.9 Package: Hmisc Version: 3.0-1 I decided to build a new install on Linux RedHat As4.0 32 Bit running R version 2.4.0 (2006-10-03) Package: its Version: 1.1.4 Package: Hmisc Version: 3.1-1 Package: chron Version: 2.3-8 I am using the library(its) on both ma...
2007 Jan 30
0
calloc bug in RODBC 1.1-7 and later?
...fine for quite some time. The bug seems to be correlated to RODBC versions 1.1-7 and later. Works fine: R 2.2.0 with RODBC 1.1-4; R 2.3.0 or R 2.4.1 with RODBC 1.1-6 Fails: R 2.3.1 with RDOBC 1.1-7; R 2.4.1 with RODC 1.1-7 or 1.1-8 Details ===== This works fine: Version 2.2.0 (2005-10-06 r35749) Package: RODBC Version: 1.1-4 Date: 2005-08-04 R Version 2.3.0 (2006-04-24) or R version 2.4.1 (2006-12-18) Package: RODBC Version: 1.1-6 Date: 2006-04-04 > library("RODBC") > channel &...
2005 Nov 11
0
[Fwd: Re: no package 'Matrix' at the repositories]
...es > Andy > > >>From: Sean Davis >> >>On 11/11/05 8:38 AM, "Spencer Graves" <spencer.graves at pdf.com> wrote: >> >> >>> Yesterday, I installed R2.2.0 for Windows [Version 2.2.0 >> >>(2005-10-06 >> >>>r35749)]. Unfortunately, 'install.packages("Matrix")' produced the >>>following message: >>> >>>Warning in download.packages(pkgs, destdir = tmpd, available = >>>available, : >>> no package 'Matrix' at the repositories >&gt...
2006 Oct 18
0
R issue with quantile using its package
...9;t have the dependency on chron, and reinstalled its version 1.1.4 However I still heave the issue, when I try to run the quantile command on the given dataset. Thanks, ~Lloyd Gilroy, Lloyd (GTI) wrote: > I currently have an instance of R running on Solaris 8 Version 2.2.0 > (2005-10-06 r35749) > > Package: its Version: 1.0.9 > > Package: Hmisc Version: 3.0-1 > > > > I decided to build a new install on Linux RedHat As4.0 32 Bit running R > version 2.4.0 (2006-10-03) > > Package: its Version: 1.1.4 > > Package: Hmisc Version: 3.1-1 > &g...
2006 Jul 11
1
Linux/MacOSX and "X11 protocol error: BadWindow..." warnings
...year 2006 month 06 day 01 svn rev 38247 language R version.string Version 2.3.1 (2006-06-01) ********* On Mac OS 10.4, using R 2.2.0 ******** david% R --vanilla R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 (2005-10-06 r35749) ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' f...
2005 Oct 09
3
[ subscripting sometimes loses names (PR#8192)
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline R, like recent versions of S-Plus, sometimes - but not always - loses names when subscripting objects with "[". (Earlier versions of S and S-Plus had the correct, name-preserving behavior.) This seems bad, it would be better to remove names only by explicit request, not as an accidental