Displaying 11 results from an estimated 11 matches for "getshlib".
2010 Jul 07
1
xls.getshlib() error in xlsReadWrite package under W7
Dear all,
I installed xlsReadWrite package under Windows 7, and got error when trying
to run xls.getshlib().
Please, see the errors below:
> require(xlsReadWrite)
Loading required package: xlsReadWrite
xlsReadWrite version (cran shlib)
Copyright (C) 2010 Hans-Peter Suter, Treetron, Switzerland.
!! Your installation contains the cran placeholder shlib (dll/so).
Please get the regular shlib (420 KB)...
2010 Feb 11
3
Failed install of package xlsReadWrite
...installation of this package?
> library(xlsReadWrite)
xlsReadWrite version (cran shlib)
Copyright (C) 2010 Hans-Peter Suter, Treetron, Switzerland.
!! Your installation contains the cran placeholder shlib (dll/so).
Please get the regular shlib (420 KB) by executing the following command:
xls.getshlib()
However, the xls.getshlib() command fails with this error:
> xls.getshlib()
Loading required package: tools
--- xls.getshlib running... ---
Error in copyOrDownload(url) :
downloading
'http://dl.dropbox.com/u/2602516/swissrpkg/bin/win32/shlib/xlsReadWrite_1.5.1_dll.zip'
to 'D...
2011 Oct 11
5
help to ... import the data from Excel
Hi every one ,,,,
i have problem in R program to import the data from excel ,
I have done the following:
1. install.packages("xlsReadWrite")
2. library(xlsReadWrite)
3. z<- read.xls("ReadXls",LTS,colNames=FALSE,sheet,type,form,rowNames=FALSE)
and i got on the result:
Error in read.xls("ReadXls", LTS, colNames = FALSE, rowNames = FALSE) :
object
2010 Aug 20
0
Resumen de R-help-es, Vol 18, Envío 8
...t; )
>> Error in read.xls("aa.xls", colNames = TRUE, sheet = 1, type =
>> "data.frame", :
>> !! Your installation contains the cran placeholder shlib (dll/so).
>> Please get the regular shlib (420 KB) by executing the following command:
>> xls.getshlib()
>> Info, forum, issue tracker and manual download at http://www.swissr.org.
>> BACKGROUND: Our ........."
>>
>> Agradezco todo tipo de informacion que me pueda ayudar.
>>
>> Gracias!!
>>
>>
>>
>> [[alternative HTML version de...
2010 Sep 06
0
xlsReadWrite v1.5.2
...rted
by B. Ripley)
o RUnit tests extended, loading simplified
o improve examples and run them on the regular version, polish docu
-- bugfixes --
o file: path may be absolute or relative to the current working directory.
The 'relative' part was broken (feedback from several people)
o xls.getshlib: sometimes existing dll could not be replaced. Now uses path
of loaded dll instead of lib.loc and path (reported by G. Grothendieck)
o use .Platform$r_arch for shlib path and R.version$platform in xls.getshlib
to make pkg compatible with R2.12dev (reported and tips by B. Ripley)
o several fixes...
2010 Sep 06
0
xlsReadWrite v1.5.2
...rted
by B. Ripley)
o RUnit tests extended, loading simplified
o improve examples and run them on the regular version, polish docu
-- bugfixes --
o file: path may be absolute or relative to the current working directory.
The 'relative' part was broken (feedback from several people)
o xls.getshlib: sometimes existing dll could not be replaced. Now uses path
of loaded dll instead of lib.loc and path (reported by G. Grothendieck)
o use .Platform$r_arch for shlib path and R.version$platform in xls.getshlib
to make pkg compatible with R2.12dev (reported and tips by B. Ripley)
o several fixes...
2011 Sep 06
1
Histogram messed up
...is also happens with barplot(rnorm(10,10,1), space=0).
resizing the graphics window shows the double line in differing places.
What I thought may cause it:
Just installed "xlsReadWrite", but I don't think that should be a problem, even though it's kind of irregular, with the xls.getshlib().
I restarted R when I noticed this, but even without lybrarying the package, it still happens.
I only recently upgraded to R 2.13.1, so I'm not sure it didn't happen before the package.
It did not happen with older R versions, that I do know. But that isn't necessarily causal.
What...
2011 Aug 13
1
Own R function doubt
...R2,M2,T3,P4,R4,M4,T5,P5,R5,M5,T6,P6,R6,T6,P7,R7,M7,T8,
P8,R8,M8,T9,P9,R9,M9,T10,P10,R10,M10)
return(result)
}
library(memisc)
Gestion<-as.data.frame(Simulate(Ciervos(K1, K0, A, R,M,Pi,Hembras),
expand.grid(K1=c(420,580),K0=c(300,600),A=3,R=0.4,M=0.1,Pi=420,Hembras=0.5),nsim=1,seed=10000))
xls.getshlib()
write.xls(Gestion, "PoblacionCiervos.xls")
All is fine with the function, by the results (the parameters from B to M10)
are collected in excel by the column names "result 1", "result 2", etc, and
I wish to collect the results with their proper name (B instead of res...
2010 Oct 19
0
Fix for xlsReadWrite 1.5.2 running in R2.12.0 (32-bit) on a Win7 64-bit platform
...rom the normal swissr dropbox:
http://dl.dropbox.com/u/2602516/swissrpkg/bin/win32/shlib/xlsReadWrite_1.5.2_dll.zip
(md5 value: 192e045ba939d78d5097863959b020bd). Just replace the
existing dll.
- another way would be to delete the xlsReadWrite package locally and
re-download from CRAN. The 'xls.getshlib()' command will fetch the
updated dll
- (I have removed the regular xlsReadWrite 1.5.2 package from the
dropbox bin/win32/2.12 branch as it contains a dll with the above
mentioned problem (unfortunately my make environment is broken for
R2.12 building atm))
When executing 'library(xlsReadW...
2011 Jul 18
1
Spam (Usuario R)
...aldonadog@yahoo.es>
> > CC: r-help-es@r-project.org
> > Fecha: miércoles, 13 de julio, 2011 14:53
> > Hola, para leer hojas de Excel yo uso
> > el paquete xlsReadWrite (aunque
> > sólo me funciona en Windows):
> >
> > library(xlsReadWrite)
> > xls.getshlib()
> > read.xls("nombre_archivo.xls")
> >
> > Además, el argumento sheet de la función read.xls, te
> > permite elegir qué
> > página leer del archivo Excel que estés utilizando (si
> > éste tiene más de
> > una).
> >
> > Un saludo,...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...>
To: r-help at r-project.org
Subject: Re: [R] ReadWrite.xls problem
Message-ID: <1291992896890-3082108.post at n4.nabble.com>
Content-Type: text/plain; charset=us-ascii
Hans-Peter
I have checked the 'library(xlsReadWrite)' startup message.
I found that I just failed to 'xls.getshlib()'.
Entering 'xls.getshlib()', read.xls() works regularly.
Thank you.
--
View this message in context: http://r.789695.n4.nabble.com/ReadWrite-xls-problem-tp3078348p3082108.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 28
Dat...