similar to: load non-default libraries during start-up

Displaying 20 results from an estimated 90000 matches similar to: "load non-default libraries during start-up"

2007 Aug 26
2
R-2.5.1 RedHat EL5 compilation failed
I can't get R-2.5.1 compiled under RedHat EL5 with gcc 4.1.1. Configure failed at the following: checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in
2003 Apr 16
1
failed to load MASS at start up
Just installed R-1.7.0 (with recommended libraries) on RedHat 8.0. At R console, I can do > library (MASS) > just fine. However, if I put a line 'library(MASS)' into ~/.Rprofile, it fails to load, R : Copyright 2003, The R Development Core Team Version 1.7.0 (2003-04-16) .... Type `q()' to quit R. Error in get(x, envir, mode, inherits) : variable "biplot" was
2004 May 31
1
Several libraries won't load with rw1090pat (PR#6926)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### Several libraries won't load with rw1090pat. MASS, which is included with the distribution,
2003 May 12
2
I can not load MASS at starting R
I have istalled R with the rpm package available for RedHat 9.0. My machine is a pentium4. This is my .Rprofile file ( placed in my home directory ): w <- function ( x, y ) write.table ( t ( x ), file = y, quote = F, col.names = F, row.names = F, sep = ',' ) q <- function () q ( save = 'no' ) library( stepfun ) library ( MASS ) The MASS library is not loaded when R is
2003 May 05
1
Error in library(MASS) : package/namespace load failed
Dear all, I have installed 1.7.0 on my Win XP and want to use MASS. But I get this error message: > library(MASS) Error in namespaceExport(ns, exports) : undefined exports: abbey, accdeaths, Aids2, Animals, anorexia, austres, bacteria, beav1, beav2, biopsy, birthwt, ... Error in library(MASS) : package/namespace load failed I therefore again downloaded VR.zip. When I extracted the files I
2006 Nov 23
2
loading libraries on MPI cluster
Dear R-users, we are using library(snow) for computation on a linux cluster with RMPI. We have a problem with clusterEvalQ: after launching clusterEvalQ it seems loading the required library on each node but if we type a function belonging to the loaded package R doesn't find it. > library(snow) # making cluster with 3 nodes > cl <- makeCluster(3, type = "MPI") Loading
2002 Mar 13
2
MASS Library
Hi, I was just trying out an example on Page 247 of the MASS (Modern Applied Statistics with S-plus) book and saw the function "negexp.ival". It says it is supplied in the MASS library, however when I load the library in R and typed: negexp.ival it says: Error: Object "negexp.ival" not found Does it mean it only appears in the MASS library for S-plus?
2004 May 31
2
Several libraries won't load with (PR#6927)
Thank you both. 1. It looks like part of the problem is indeed that the packages in the patched version for Windows aren't coordinated with the libraries. rw1090 library(MASS) ## works rw1090pat library(MASS) ## doesn't work library(MASS, lib.loc="c:/progra~1/R/rw1090/library") ## works 2. This doesn't explain why the freshly downloaded Hmisc and multcomp packages
2007 Dec 12
2
Matrix Inversion
I got the following error: a = read.csv("mat.csv") b = as.matrix(a) tb = t(b) bb = tb %*% b dim(bb) ibb = solve(bb) bb %*% ibb > ibb = solve(bb) Error in solve.default(bb) : system is computationally singular: reciprocal condition number = 1.77573e-19 > Are there any ways to find more information about why it is singular? Thanks.
2009 Nov 21
1
MASS loading error
Dear R People: I just installed R-2.10.0 on Karmic Koala Ubuntu, via the sudo apt-get install r-base, etc. However, when I try to install an Rcmdr Plugin package, I get the following: > install.packages("RcmdrPlugin.qual",depen=TRUE) Warning in install.packages("RcmdrPlugin.qual", depen = TRUE) : argument 'lib' is missing: using
2000 Jul 25
1
library dll's dont load
Hi R experts, Can somebody suggest what can be wrong? PIII with 128 Mb RAM Using R 1.1 in Win98, the latest version downloaded yesterday. I run update.packages so 'survival', ' mass', and 'nlme' are the latest versions in CRAN > library(survival) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2003 May 25
1
segmentation fault when loading MASS library
Hi, all: There are two versions of R installed on our Linux cluster: 1.6.2 and 1.7.0 and both of them have problems with the MASS library. For the R 1.6.2, whenever I load MASS library by typing library(MASS), there is a "segmentation fault" and it automatically exit R. For the R 1.7.0, for some reasons, there is no MASS library (there are also other libraries came with the R
2006 Jan 18
2
Loading of namespace on load of .Rdata (was strange behaviour of load)
Last week Giovanni Parrinello posted a message asking why various packages were loaded when he loaded an .Rdata file. Brian Ripley replied saying he thought it was because the saved workspace contained a reference to the namespace of ipred. (Correspondence copied below). This begs the question: how did the reference to the namespace of ipred come to be in the .Rdata file? Brian did say it is
1999 Jul 10
1
Creating shared libraries for dyn.load() in R
Dear R-users, I am working to install Chong Gu's new gss library on my Linux system (Redhat 5.1/i386), and have run into the following roadblock: Dr. Gu's R code is a front end for a package of Fortran routines called RKPACK. While I have no trouble compiling the individual bits of Fortran code with fort77 in Linux, I don't know how to link the resulting *.o files into a shared
2005 Aug 10
1
Not loading libraries
Dear list, I have a bunch of libraries that are automatically loaded when I start the R environment. How do I remove them? Output: fredrik at theodor:~/dokument/Thesis/Book$ make Making file voicing.tex from voicing.Rnw Loading Tcl/Tk interface ... done Loading required package: tcltk Loading required package: rgl Loading required package: zoo Loading required package: strucchange Loading
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
Dear list member, by running Rcmd check on a package where a customised 'CITATION' file should be included instead of the automatically produced one, the following error occurs: adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files installing inst files FIND: Parameter format not correct make[2]: *** [c:/R/packages/urca/inst] Error 2 make[1]:
2007 Apr 12
2
problems in loading MASS
Hi, there: After I upgraded my R to 2.4.1, it is my first time of trying to use MASS and found the following error message: > install.packages("MASS") --- Please select a CRAN mirror for use in this session --- trying URL 'http://cran.cnr.Berkeley.edu/bin/macosx/universal/contrib/2.4/VR_7.2-33.tgz' Content type 'application/x-gzip' length 995260 bytes opened URL
2010 Mar 11
3
Help Files Now Load in the Internet Browser?
Hello, I recently had to reinstall R on my windows machine, because MASS mysteriously vanished from my packages list. Before, when I used help(), the files would load in a Windows help window. Now, the help files load in my internet browser, which actually is problematic because I always made use of the contents/topics list to browse the help files in the Windows Help window. ("I don't
2003 Jun 03
1
libraries in .First
Dear all, I have a question regarding the .First function. I have included help.start() and several libraries in my .First as: .First <- function() { help.start(browser = "netscape7") library(lattice) library(modreg) library(splines) library(MASS) library(maps)} The libraries maps and splines do not seem to be available when I start R, but I have found if I change the order
2005 Oct 01
2
update MASS
I'd like to update MASS from version 7.2-11 to version 7-2.19. I am running R 2.0.1 on ubuntu, that installs MASS with the package r-cran-vr. I have tried doing update.packages(), and I get a list of packages that I could update, but none is called MASS. I have tried the following too, right after launching emacs, but to no avail. <QUOTE> > update.packages("MASS") trying