similar to: contributed packages and downloads questions

Displaying 20 results from an estimated 900 matches similar to: "contributed packages and downloads questions"

2003 Nov 20
2
netCDF, ncdf library
Dear all, I would like to use data in .netcdf format and for those I have to use the netCDF or ncdf packages. Problem : these packages don't seem to work : "Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library" (with netCDF package) Does anybody have the same problems with these packages ? Is there any
2004 Mar 14
2
Troubles installing RMySQL on Win2K
What do I need to do to load the RMySQL library on Win 2K using version 1.8.1 I have Mysql v4.0.16 up and running on the local machine with several databases running fine. Using RGUI I have loaded RMySQL and an appropriate directory structure has appeared under C:\Program Files\R\rw1081\library\RMySQL I have added C:\Program Files\R\rw1081\library\RMySQL\inst\libs to my path variable so that
2004 Dec 17
1
package.skeleton()
Hi, R people: I generated a package using package.skeleton(). But I can not load it using library(). > package.skeleton("RDIPcor", list = c("ROCAUC.i", "cor.i"), path = "/home/xiao") Creating directories ... Creating DESCRIPTION ... Creating READMEs ... Saving functions and data ... Making help files ... Done. Further steps are described in
2004 Aug 09
2
Installing RMySQL on Windows XP for R 1.9.1
Hi, I'm thankful for any help on installing RMySQL on Windows XP for R 1.9.1 The thread http://tolstoy.newcastle.edu.au/R/help/04/01/1021.html already tried to discuss the matter. It concludes that Windows Sources for Packages are alike the Linux ones. So I extracted the files from the RMySQL_*.tar.gz from http://stat.bell-labs.com/RS-DBI/download/index.html and stuffed them into a zip-file
2004 May 22
2
Mixreg package
Dear R users it's my first time using R and I am specially interested in doing analyses with the "mixreg" package. I use W2000 but it seems the code for R is available only for Linux Os. Anyway I I downloaded the *tar.gz file of the package for R and the converted it in a *zip file. Apparently the installation process was ok, but when loading it I got the following error: Error in
2003 Dec 09
3
Interfacing R and Python in MS Windows
Hi all, I need the power of R from within some of my Python programs... I use debian linux (woody) at home and windows XP at work (the latter is where I need to get things done!) This are my packages: R 1.8.0 Python 2.3 RSPython 0.5-3 This is what I've done: (1) Since the Windows Binary of RSPython is compiled against Python 2.2 I downloaded the tarball (2) Followed the instructions in
2001 Apr 05
1
No subject
R-helpers, Beginner in R language, I have a problem to install a package (multiv) in R for Windows 98 (R-Gui) First I have got the multiv.zip file from the CRAN precompiled contributed packages for Windows and put this file in C:/Program Files/rw1022. in R-Gui I tried to install it as following > install.packages("C:/Program Files/rw1022/multiv.zip") I received the following
2000 Mar 10
1
Problem while installing packages
Dear R team / R helpers / R users , I downloaded R-1.0.0 to install it but I am currently facing the following problem : Installation of packages. Here is the output I had while trying to install RmSQL : ------------- > R INSTALL -l /software/R-1.0.0/library/ /software/archive/R/RmSQL_0.2-1.tar.gz Installing package `RmSQL' ... libs RmSQL.c:7: msql.h: No such file or directory make:
1999 Nov 19
1
Crash when running functions from contributed packages
Hello all, I am somewhat new to S-plus and would really appreciate any help you might have on the following problem: I installed S-plus (0.65.1) on a Sun box (Solaris) and it runs fine as far as I can tell. I also installed the cluster and multiv contributed packages. The problem I have is that I get a core dump everytime I try to run a function in the contributed packages. This seems
1998 Sep 18
1
R-beta: undefined reference to `realpr_' ?
Hi, Win95 version, trying to build multiv. Following error (no mention in faq etc, but someone may have mentioned it recently). Appreciate any help. ------- Building multiv.dll from multiv.a -------- echo LIBRARY multiv > multiv.def echo EXPORTS >> multiv.def nm multiv.a | sed -n "/^........ [DT] _/s/^........ [BCDRT] _/ /p" >> multiv.def gcc -mdll
1998 May 29
1
R-beta: multiv package from CRAN
Hallo Friedrich, I have read your announcement, downloaded and installed it in R-0.61.3. But now I have problems :) > hc <- hierclust(dist(t(pollen)), method=3) Error in pmatch(x, table) : argument is not of mode character > hc <- hclust(dist(t(pollen))) > members(hc) Error in .Fortran("assgn", n = as.integer(n), nplus1 = as.integer(nplus1), : C/Fortran function not in
2003 Nov 04
1
Binaries for ROracle and V 1.8. needed
Sorry for re-posting this message; the first one was lost in another thread. >Hi, > there is no Oracle Client on my machine (Redhat Linux 9.0/686i, > R1.8.0). I cannot thus compile the ROracle package. > I read the readme.client file and did: > I unziped the package ROracle and copied it into the R-library path. > I get: > >library(ROracle) > Error in
2004 Apr 16
2
Masked help page
Hi list, not really a problem to solve but a strange unwanted behavior (at least I do not like it): I'm loading library(multiv) to use sammon. Later I load library(MASS) which tells me that sammon is masked now, because there is also a MASS version of sammon. Since I believe that the MASS version is at least as good as the multiv version, I would also use the MASS version, but help(sammon)
2006 May 01
2
GA-packages
Hi, I'm looking for help on how to use *R for making use of Genetic Algorithm*to make optimal solution on the examination timetabling dataset? another point to analysis the dataset, in a manner similar to the method applied in InfoViz. Say, what is the optimal step, if: Step 1 - What is the name of the package that i can install from CRAN for me to identify GA (Please consider) - I
2002 Jul 30
3
Error running sammon() in multiv package
When I try to run the "sammon" function of the multiv package, I always get this error message: Error in as.vector(dist(a)) : couldn't find function "dist" It happens even with example(sammon). I am running R 1.5.0 on Win98 and I have still installed R 1.4.1 but it doesn't work on the old R version with the older multiv package either. Is there a problem with the
2002 Nov 18
2
library() help for Windows
Dear R users, I have just upgraded R v1.5.0 to v1.6.1 for Windows but have trouble loading my library of R only functions (no C calls). After examining the "library" script this difference was found: (v1.5.0) which.lib.loc <- dirname(pkgpath) descfile <- system.file("DESCRIPTION", package = package, lib.loc = which.lib.loc) if
2003 Jan 30
4
Downloading Package
Hello, I am a beginner in using R so my question could seem very simple. I would like to download the package multiv to do multivariate data analysis. The package I download seems to be a file meant for UNIX and I am using a Window OS. How could I download and install correctly this file? Thanks a lot _________________________________________________________________ MSN Messenger :
2004 Oct 18
2
multiv
What happened to multiv package? I have installed R 2.0.0 in my Mac and I could not find this package. I see other things have been reorganized. I have read "What's New" and I have used the search facility in the RHelp panel to no avail. Oscar A. Moreno oscar.moreno at att.net
2008 Jul 28
1
multiv
> Hello, > > I want to install the package "multiv" which is not maintained any > more (found in the archive: multiv_1.1-6.tar.gz from 16 July 2003). I > have installed an older version of R 1.4.1 on my Windows Vista in > order to match the older package. > > As no binary is distributed, is it necessary to compile the package? > If so, how? > >
2003 Feb 09
3
Clustering partition and memory
Dear R-help list members i would like to use R to produce clustering or partitioning of a dataset. I am trying to use the functions: - hierclust() of the package multiv -pam(), agnes() and fanny() of the package cluster But I cannot get any result because of lack of memory. Would you know any clustering function not to greedy in memory? I have tried to expand my memory limit with memory.limit()