Hi,
I have tried to install 'tensor' as a new package in these phases:
1.
via 'Install package from local Zip-File' in Rgui/Windows98:
install.packages("D:/R/_Pakets12MB/tensor.zip", .lib.loc[1], CRAN =
NULL)
2.
Looking at the library folder, there was now a new entry 'tensor'
including some files e.g.
\library\tensor\R\tensor.R
3.
Then I have done Rgui:(P)ackages(L)oad Package:
Result - No entry of 'tensor' in the package-List ??
Here is the next communication with Rgui:
library(tensor)
Warning message:
Package `tensor' contains no R code in: library(tensor)
search()
[1] ".GlobalEnv" "package:tensor"
"package:ctest" "Autoloads"
[5] "package:base"
Please, can you tell me what has gone wrong?
Wolfgang
--
OStR Wolfgang Lindner Tel : +49 (0203) 379-1326
Gerhard-Mercator-Universit?t Duisburg Fax : +49 (0203) 379-2528
Fakult?t 4 - Naturwissenschaften eMail: Lindner at math.uni-duisburg.de
Institut fuer Mathematik, LE 424
Lotharstr. 65
D 47048 Duisburg (Germany)
NaT-Working: http://www.uni-duisburg.de/FB11/PROJECTS/NATW/index.html
Home: http://www.uni-duisburg.de/FB11/STAFF/Lindner.html
privat: Stieglitzweg 6, D 42799 Leichlingen
eMail : LindnerW at t-online.de
Phone : +49 (02175) 71163
Mobil : +49 (0)174 9134006
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Wolfgang Lindner wrote:> > Hi, > > I have tried to install 'tensor' as a new package in these phases: > > 1. > via 'Install package from local Zip-File' in Rgui/Windows98: > > install.packages("D:/R/_Pakets12MB/tensor.zip", .lib.loc[1], CRAN = NULL) > > 2. > Looking at the library folder, there was now a new entry 'tensor' > including some files e.g. > > \library\tensor\R\tensor.RHmmm. Looks like you installed the source code of the package, not the binaries. The file in ...\tensor\R should be called "tensor" (without the ".R").> 3. > Then I have done Rgui:(P)ackages(L)oad Package: > Result - No entry of 'tensor' in the package-List ?? > > Here is the next communication with Rgui: > > library(tensor) > Warning message: > Package `tensor' contains no R code in: library(tensor) > search() > [1] ".GlobalEnv" "package:tensor" "package:ctest" "Autoloads" > [5] "package:base" > > Please, can you tell me what has gone wrong?Are you sure the file you got was called tensor.zip? If so, it was not correctly created, I suppose. The recent versoin on CRAN is 1.1-2. You didn't told us yours. I think the recent version on CRAN is not corrupted and works for me. Try reinstall the windows binaries of the package: install.packages("tensor") Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._