similar to: /usr/lib/R/library vs /usr/local/lib/R/site-library

Displaying 20 results from an estimated 10000 matches similar to: "/usr/lib/R/library vs /usr/local/lib/R/site-library"

2002 Nov 20
4
Improving R Editing: New JEdit Edit Mode for R
Hi all, I have created a new edit mode file for the editor JEdit (http://www.jedit.org) based on the file from Zed Shaw. The difference between his and my file is that mine can be used as a spell checker. It does not highlight all functions but provides syntax highlighting for the base package (keyword types 1 and 2) and 26 additional packages (boot, class, cluster, ctest, eda, foreign, grid,
2008 May 15
5
Inconsistent linear model calculations
Readers, Using version 251 I tried the following command: lm(y~a+b,data=datafile) Resulting in, inter alia: ... coefficients (intercept) a 1.2 3.4 Packages installed: acepack ace() and avas() for selecting regression transformations adlift An adaptive lifting scheme algorithm akima Interpolation of irregularly spaced
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.
2001 Apr 26
3
Installing smooth.spline command
Hello I have installed R-0.90.1 on my Linux (Redhat 6.2) machine, unfortunately I am not able to use a number of commands like e.g. smooth.spline and predict.smooth.spline. The error messages being given by is: Error: Object "smooth.spline" not found With the command library() I have checked or the libraries for the smoothing functions are there, as shown below. -------- >
2001 Oct 02
3
Accessing just the value of an object but not the attributes
I have the feeling that this is a dumb question but oh well ... When I have an object x with several attributes, y <- x will make a copy of x with all the attributes included. What if I just want y to get the value assigned but nothing else (no class, names, dim or other attributes)? Johann -- Phone/FAX/Adr/PGPkey ... at http://www.ai.univie.ac.at/~johann
2003 Jun 18
1
1.7.1 make check fails (PR#3282)
uname -a => SunOS frege 5.9 Generic_112233-04 sun4u sparc SUNW,Sun-Blade-100 Today I downloaded R-1.7.1.tgz, unpacked it, did ./configure and ran make. All apparently went well. Then I did make check. On rerunning make check (because I forgot to save the output the first time), I get f% make check `Makedeps' is up to date. `base-Ex.Rout' is up to date. `ctest-Ex.Rout' is up to
2001 Apr 26
2
Installing R-packages via install.package
Hi there, I've successfully installed und updated some contributed R packages (R version 1.2.2 on Debian Linux, logged in as a normal user), but I'm wondering about this: [...] Could not open /usr/lib/R/doc/html/packages.html at /usr/lib/R/share/perl/R/Rdlists.pm line 238. /usr/lib/R/bin/INSTALL: /usr/lib/R/doc/html/search/index.txt: Permission denied /usr/lib/R/bin/INSTALL: LibIndex:
2009 Mar 05
1
problems with nls?
I need to make nonlinear regression with the posterior script, but how is the problem? I have error in library (nls), package 'nls' has been merged into 'stats'. I need help? What other forms I have to make nonlinear regression? and how I find to calculate statistics y residuals, scatterplot. thanks SCRIPT ros<-read.table("Dataset.csv",header=T,sep=",")
2004 Feb 15
2
build problems on Fedora Core 1
Hello... I tried to build R-devel today on Fedora Core 1 (with gcc 3.3.2) but I am running into a couple of errors. On the same system R-1.8.1 compiles just fine, as did a previous version of R-devel. This is what I did: # change LANG as default in FC1 is UTF-8 export LANG=en_US.ISO8859-1 export LANGVAR=en_US.ISO8859-1 # get fresh sources and configure mkdir R-devel rsync -vrC
2003 Aug 07
5
gregmisc
Hi How do I install "gregmisc" packages? I did- % sudo R > install.packages("gregmisc") . . > barplot2() but, Error: couldn't find function "barplot2" -- atuya Mac OSX 10.2.6 R 1.7.1
2001 Sep 14
3
R Installation problem: 'make check' errors
Hi All, I'm trying to install R from source on an Intel machine running Linux (RedHat 6.2) and I am getting errors (Error 139, Error 2, and Error 1) on 'make check'. Perhaps I've forgotten something basic? --------------------------------------------------------------------- Here's what I've done: /configure --prefix=/home1/froth/R --enable-R-shlib --with-tcltk
2001 Oct 11
2
Where's MVA?
Hi All: Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources. Best wishes, ANDREW tseries: Package for time series analysis Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6 Depends: ts, mva, quadprog Date: 2001-08-27 Author: Compiled by Adrian
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make fails. bin/build-help did not have exec permissions. After that, it failed for missing *.pl files called from build-help. I just copied them from an R-devel I had. Then make docs worked. However, LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs: gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make fails. bin/build-help did not have exec permissions. After that, it failed for missing *.pl files called from build-help. I just copied them from an R-devel I had. Then make docs worked. However, LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs: gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
2003 Apr 17
0
Install of R-1.7.0; permissions.
I just installed R-1.7.0 on our (solaris 2.9) system and was pleasantly surprise by how well things went. The hang-ups that occurred when I tried (and failed) to install R-1.6.2 did not show up. However there was one minor glitch: Some of the permissions on the files in the installed version (in /usr/local/lib/R) were wrong. E.g. here's a listing of /usr/local/lib/R/library:
2002 Nov 21
1
tkclipboard.append(...) and TCL_LIBRARY not set
Dear R-Help, Searching for a function that will copy the value of an R object to the windows clipboard led me to "tkclipboard.append(...)". Will this function do what I seek? Or if not, does anyone know of such an R function? If tkclipboard.append(...) is what I need, please explain how I can set TCL_LIBRARY. With R 1.6 on W98 I got the following R dialog. (If it is relevant,
2001 Mar 07
1
[?] update.packages() - Linux
I am running R 1.2.1 under Mandrake Linux 7.2 (installed from RPM) and I installed a few packages using install.packages() . Now, I am trying to upgrade these packages using update.packages() but I believe I am running into some kind of error. See below. Any tips will be greatly welcome. Thanks in advance. Francisco PS: update.packages() only tries to update wle from version 0.3 to 0.4, gives
2002 Sep 18
1
problem with make fullcheck on Sparc Solaris 8
I have been trying out R-1.6.0 tarballs (2002-9-10 and 2002-9-17) on: arch sparc os solaris2.8 system sparc, solaris2.8 status beta major 1 minor 6.0 year 2002 month 09 day 17 language R As you see form above, R-1.6.0 compiles fine and works. However, when I "make fullcheck" I get the following error: running code in 'tools-Ex.R' ... OK
2002 Oct 03
1
install.packages("grid") failed
I just successfully compiled R-1.6.0 on a Red Hat 7.2 machine. When I tried to install "grid" from source, I got this error. Any suggestions? I don't think it is a dependency problem. I also attach the output from library(). Yuelin Li. ------------- > install.packages("grid") trying URL `http://cran.r-project.org/src/contrib/PACKAGES' Content type
2003 Mar 11
1
R CMD check (again)
Hi, R-devel causes me still trouble. It dies with Error: couldn't find function "predict.loess" Execution halted for the package affy, but bash-2.04$ grep predict.loess ~/R-devel/src/library/modreg/R/*.R /misc/homes/laurent/R-devel/src/library/modreg/R/loess.R:predict.loess <- function(object, newdata = NULL, se = FALSE, ...) bash-2.04$ ..the function seems to be there...