search for: rlib

Displaying 20 results from an estimated 189 matches for "rlib".

Did you mean: lib
2010 May 28
2
Asterisk 1.6.2.7 + app_fax + OpenBSD 4.7 minor issue
...n => s,n,Hangup [default] ; Test exten => 9995551212,1,Macro(receivefax,noah.p at bendtel.com) Libraries used: /usr/local/sbin/asterisk: Start End Type Open Ref GrpRef Name 1c000000 3c05b000 exe 1 0 0 /usr/local/sbin/asterisk 07c38000 27c45000 rlib 0 1 0 /usr/lib/libssl.so.15.1 02e6b000 22eab000 rlib 0 1 0 /usr/lib/libcrypto.so.18.0 04fb6000 24fba000 rlib 0 1 0 /usr/local/lib/libexecinfo.so.0.0 05fee000 2601e000 rlib 0 1 0 /usr/local/lib/libxml2.so.11.0 0042a000 20432000 rlib...
2009 Nov 24
1
The "lib" argument in install.packages().
I was flummoxed for a long time by errors generated when I did something like install.packages(foo,lib="Rlib") where ``Rlib'' is my personalized directory of R packages, which lives in my home directory (from which I started R before issuing the foregoing install.packages() call. Recently someone (I forget who, but thanks very much to whomever it was) pointed out that I needed to specify th...
1998 May 11
1
more on library()
The problem with multiple packages in a library that I reported a few minutes ago seems to occur only if RLIBS ends in a ":". I was setting RLIBS=../padi/rlib:$RLIBS and when RLIBS has no value to begin with this causes the problem. This is obviously not very urgent as I can get around it easily. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-dev...
2017 Feb 22
0
Crash in the latest release
...725, scal = 350) > (nm1 <- nlmer(circumference ~ SSlogis(age, Asym, xmid, scal) ~ Asym|Tree, + Orange, start = startvec)) ==31901== Invalid write of size 4 ==31901== at 0xA13DA20: cholmod_start (cholmod_common.c:184) ==31901== by 0xD8B3065: cholmod_start (in /home/therneau/Rlib/lme4/libs/lme4.so) ==31901== by 0xD8B728D: Eigen::CholmodBase<Eigen::SparseMatrix<double, 0, int>, 1, Eigen::CholmodDecomposition<Eigen::SparseMatrix<double, 0, int>, 1> >::CholmodBase() (in /home/therneau/Rlib/lme4/libs/lme4.so) ==31901== by 0xD8B413D: Eigen::Cholmo...
2017 Feb 22
0
[Lme4-authors] Crash in the latest release
...m1 <- nlmer(circumference ~ SSlogis(age, Asym, xmid, scal) ~ Asym|Tree, > + Orange, start = startvec)) > ==31901== Invalid write of size 4 > ==31901== at 0xA13DA20: cholmod_start (cholmod_common.c:184) > ==31901== by 0xD8B3065: cholmod_start (in > /home/therneau/Rlib/lme4/libs/lme4.so) > ==31901== by 0xD8B728D: Eigen::CholmodBase<Eigen::SparseMatrix<double, 0, > int>, 1, Eigen::CholmodDecomposition<Eigen::SparseMatrix<double, 0, int>, 1> >>::CholmodBase() (in /home/therneau/Rlib/lme4/libs/lme4.so) > ==31901== by 0xD8B41...
2007 May 01
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9649)
...ecessary newline. > > The underlying problem was that there were some unmatched open-braces. > (or 'brackets'?) The attached patch to share/perl/R/Rdconv.pm:mark_brackets() > seems to detect unmatched open and close braces and throw an error: > > % R CMD INSTALL -l /tmp/Rlib timhPackage > * Installing *source* package 'timhPackage' ... > ** help > >>> Building/Updating help pages for package 'timhPackage' > Formats: text html latex example > Rdconv(): mismatched braces in help file timh.Rd on or after line 12...
2008 Jan 02
1
setting the seed in standalone code using Rlib
Hi, Is the below -- setSeed -- an okay way to set the seed in standalone applications making use of Rlib? It seems to work as expected. Is there a better way to do it? (I'm also looking at do_setseed but am unsure what to supply as op. findFun("set.seed", R_GlobalEnv)?) Thanks much. -- David Faden, dfaden at iastate.edu AIM: pitulx -- #include <assert.h> #include <R.h> #in...
2003 Dec 29
2
Rcmd check package failure
Hi all, recently, i tried making a package with my own functions - which worked fine, until i reinstalled MikTex (in Win2000). Now i get the error message: * checking for working latex ... NO * using log directory 'C:/Rlibs/R4PG.Rcheck' * checking for file 'R4PG/DESCRIPTION' ... OK * checking if this is a source package ... OK ERROR Installation failed. But i set the path to MikTex, and "latex" as well as "pdftex" both run in the (Win) command window. I use R1.81 but also tried in R...
1998 Jun 17
1
.First.lib
There seems to be a minor problem in .First.lib: the library argument is all of $RLIBS. I think it should be just the one directory from which the package is being taken. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", o...
2016 Oct 04
5
Problem installing rgdal on a laptop running Ubuntu 16.04.1
...but so far have not managed to extract a solution. So I am trying here. (Uh, Ubuntu *is* a "special instance" of Debian, isn't it?) The problem is that I cannot install rgdal, and I need it. Rather desperately. I do: install.packages("rgdal",lib="/home/rolf/Rlib") and get the error message: > ** testing if installed package can be loaded > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object '/home/rolf/Rlib/rgdal/libs/rgdal.so': > /home/rolf/Rlib/rgdal/libs/rgdal.so: undefined symbol: CPLQuietErro...
2009 Feb 02
1
Getting 'LinkingTo' to find the right library
...ts Description file, as described in 'R Extensions'), compilation fails, because the appropriate C code cannot be found (there is also an unrelated problem in deSolve_stubs.c triggering the "unexpected ')' before '*' token" error). [test]$ R CMD INSTALL -l C:/home/Rlib-test dma ---------- Making package dma ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... gcc -std=gnu99 -Ic:/PROGRA~1/R/R-28~1.1PA/include -I"C:/PROGRA~1/R/site-librar y/deSolve/include" -O3 -Wall -c R_init_dma.c -o R_init_d...
2001 Dec 20
2
library()
I've just installed version 1.4.0 of R, and am experiencing a puzzling phenomenon with the library() function. I have .lib.loc set as follows: > .lib.loc [1] "/usr/local/lib/R/library" "/home/faculty/rolf/Rlib" If I invoke > library(melvin) I get the error message Error in library(melvin) : There is no package called `melvin' but if I invoke > library(melvin,lib.loc="/home/faculty/rolf/Rlib") the package ``melvin'' gets loaded with no problems. What gives? Is...
2005 Mar 27
2
Where can I found the package "ordinal" ?
Hello,dear all: I want to install the package "ordinal",but I don't see the package listed under package sources. I try to search it by "google",then I found this: http://euridice.tue.nl/~plindsey/rlibs.html but the connect does not work. Where can I found the package "ordinal" ? Is it still available? Thanks in advance. ^^ mei --------------------------------- §K¶O®e¶q250MB¡A«H¥ó¦b¦h¤]¤£©È¡C...
1998 Jun 19
1
R INSTALL doc woes
I put some documentation in a file dse/man/dse.Rd in and did R INSTALL -l rlibs dse This built the copies of dse.Rd in rlibs/dse/{help latex html}. It also wrote over R/doc/html/function.html and R/doc/html/packages.html, effectively clobbering all the R documentation. Also, the link that gets put in R/doc/html/packages.html points to R/library/dse/html/00Index.html...
2008 Oct 30
1
Compiling R Packages
...INSTALL Rmpi_0.5-5.tar.gz --configure-args="CC=pgcc --with-mpi=/shared/pgi725/linux86-64/7.2/mpi/mpich" But when entering R and loading the library, I get %R > library(Rmpi) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/home/<username>/.Rlib/Rmpi/libs/Rmpi.so': /home/<username>/.Rlib/Rmpi/libs/Rmpi.so: undefined symbol: __pgdbg_stub Error in library(Rmpi) : .First.lib failed for 'Rmpi' Error in dyn.unload(file.path(libpath, "libs", paste("Rmpi", .Platform$dynlib.ext, : dynamic/shared library &...
2012 Sep 19
1
Setting library path (again)
Hi, Sorry for posting a question that has been asked before but I couldn't quite find the right answer in previous help topics. I am trying to set my library path to a user-specified library ("C:/Users/K/Documents/Work/RLib"). I have used .libPaths("C:/Users/K/Documents/Work/RLib") but when I check the .libPaths(), both the user-specified and default libraries appear. It appears that R is still using the default pathway as well (I tried removing certain packages from the user library to see if they stil...
2006 Sep 21
1
Installing packages with R v.2.3.1 on MAC OS X -- Error: "Cannot chdir: No such file or directory"
...can, however, install packages from the command line if I get them as precompiled binaries. ------------------------------------------------------------------------ ------------------------------------------------------------------ > install.packages("foreign", lib="~/libs/Rlibs") trying URL 'http://www.biometrics.mtu.edu/CRAN/bin/macosx/powerpc/ contrib/2.3/foreign_0.8-15.tgz' Content type 'application/x-gzip' length 268096 bytes opened URL ================================================== downloaded 261Kb tar: ~/libs/Rlibs/file77a4044d: Cannot ch...
2001 Apr 27
1
INSTALL Problems
...TALL tensor") " then I got the following mensage: ---------------------------------------------------------------------------------- make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C D:/bin/cran/tucker/tensor PKG=tensor RHOME=d:/bin/cran/rw1022 RLIB=d:/bin/cran/rw1022/library \ -f d:/bin/cran/rw1022/src/gnuwin32/MakePkg make[1]: Entering directory `/d/bin/cran/tucker/tensor' ---------- Making package tensor ------------ mkdir -p d:/bin/cran/rw1022/library/tensor cp -r ./DESCRIPTION ./INDEX ./TITLE d:/bin/cran/rw1022/library/tensor/...
2018 Sep 22
2
installing tkrplot
...Y_SOURCE=2 -g -c tcltkimg.c -o tcltkimg.o tcltkimg.c:3:16: fatal error: tk.h: No such file or directory #include <tk.h> ^ compilation terminated. make: *** [tcltkimg.o] Error 1 ERROR: compilation failed for package 'tkrplot' * removing '/home/markleeds/research/R/Rlibs/library/tkrplot' * restoring previous '/home/markleeds/research/R/Rlibs/library/tkrplot' :~/research/R/Rlibs/library> Clearly, I must be missing the tk.h file but I don't know where to get it nor where to put it. Thanks a lot. #=================================================...
2007 Apr 30
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9645)
...s included but without the necessary newline. The underlying problem was that there were some unmatched open-braces. (or 'brackets'?) The attached patch to share/perl/R/Rdconv.pm:mark_brackets() seems to detect unmatched open and close braces and throw an error: % R CMD INSTALL -l /tmp/Rlib timhPackage * Installing *source* package 'timhPackage' ... ** help >>> Building/Updating help pages for package 'timhPackage' Formats: text html latex example Rdconv(): mismatched braces in help file timh.Rd on or after line 12 ERROR: building help...