search for: rakanu

Displaying 6 results from an estimated 6 matches for "rakanu".

Did you mean: hakan
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team, I tried to use isoMDS-Function of the MASS-Package: Message: Fehler: konnte Funktion "isoMDS" nicht finden (error: could not find function "isoMDS") so I tried to install the package MASS: > utils:::menuInstallPkgs() versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip' Content type 'application/zip' length 1598763 bytes (1.5 Mb) URL ge?ffnet downloaded 1.5 Mb Bundel 'VR' erfolgreich ausgepackt und MD5 Summen abgeglichen Warnung: kann alte Installation von Paket 'MASS' nicht entfernen Die her...
2009 May 16
1
Installing R on Ubuntu 8.10
...ject.org/ Then, I have tried (after I added the line to the /etc/apt/sources/list file) not pressing "Reload", but "Close", and I have written in the console: sudo apt-get update but I received similar message again: .... Reading package lists... Done W: GPG error: http://cran.rakanu.com intrepid/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D67FC6EAE2A11821 W: You may want to run apt-get update to correct these problems Do you know what the problem is, and what should I do? Thanks in advance. Maria
2009 Feb 05
1
JGR extension not working (PR#13501)
...m: (NULL) (141.84.28.167) I tried to install JGR, but somehow it doesnt work. > install.packages("JGR") Warning in install.packages("JGR") : argument 'lib' is missing: using '/Users/erikl/R/i386-apple-darwin9.6.0-library/2.8' trying URL 'http://cran.rakanu.com/src/contrib/JGR_1.6-2.tar.gz' Content type 'application/x-gzip' length 428978 bytes (418 Kb) opened URL ================================================== downloaded 418 Kb * Installing *source* package 'JGR' ... ** R ** inst ** preparing package for lazy loading Loading re...
2008 Oct 29
1
problems installing rJava with R-2.8.0
...ot;rJava") Warning in install.packages("rJava") : argument 'lib' is missing: using '/nfs/compdiag/package/R/lib/bioconductor/release_2.3/x86_64' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL 'http://cran.rakanu.com/src/contrib/rJava_0.6-0.tar.gz' Content type 'application/x-gzip' length 234704 bytes (229 Kb) opened URL ================================================== downloaded 229 Kb * Installing *source* package 'rJava' ... checking for gcc... gcc -std=gnu99 checking for C compile...
2010 Jun 08
0
R 2.11.0 for Ubuntu 10.04 Lucid Lynx on CRAN [solved]
...;> >>>> >>>> ? ? update.packages() >>>> >>>> --- Please select a CRAN mirror for use in this session --- >>>> Loading Tcl/Tk interface ... done >>>> Warning: unable to access index for repository >>>> http://cran.rakanu.com/src/contrib >>>> Warning message: >>>> In open.connection(con, "r") : >>>> ? unable to connect to 'cran.r-project.org' on port 80. >>>> >>>> >>>> But when I use my normal user account (within the same term...
2010 Aug 24
3
Compiling Fortran for R : .so: mach-o, but wrong architecture
Dear all, I'm trying to compile FORTRAN code to be used in R, failing miserably. I got a simple code function to try to figure out what is going wrong. Here is the code (available on the web) : subroutine bar(n, x) integer n double precision x(n) integer i do 100 i = 1, n x(i) = x(i) ** 2 100 continue end 1. I compiled the