Displaying 20 results from an estimated 190 matches for "rlibs".
Did you mean:
libs
2010 May 28
2
Asterisk 1.6.2.7 + app_fax + OpenBSD 4.7 minor issue
Hi folks,
I am having a small problem with asterisk-1.6.2.7 + app_fax on OpenBSD
4.7 -release. Everything seems to work fine. I have a macro which
answers, receives the fax to a tiff, and then runs a script (mailfax) to
convert that to pdf and email it. It all works perfectly except for some
errors I am seeing in the console. After it hangs up I get a dozen or so
messages in the cli
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
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-deve...
2017 Feb 22
0
Crash in the latest release
I found this by accident yesterday. The program that crashes is the first two lines of
the example from the help page for nlmer. That example hasn't changed in a long time, so I
assumed that it is an R-devel issue. It could also be a long latent nlmer bug. The second
run with valgrind is puzzling.
Terry T.
> library(lmer)
> sessionInfo()
R Under development (unstable)
2017 Feb 22
0
[Lme4-authors] Crash in the latest release
Thanks, posted to https://github.com/lme4/lme4/issues/412 for further
discussion ...
On Wed, Feb 22, 2017 at 10:03 AM, Therneau, Terry M., Ph.D.
<therneau at mayo.edu> wrote:
> I found this by accident yesterday. The program that crashes is the first
> two lines of the example from the help page for nlmer. That example hasn't
> changed in a long time, so I assumed that it is
2007 May 01
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9649)
On Mon, 30 Apr 2007 bill at insightful.com wrote:
> On Tue, 10 Apr 2007 timh at insightful.com wrote:
>
> > I've created a .Rd file (below), then converted that to .sgml using
> > R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml
> > The output (shown below) is missing some of the sections:
> > arguments
> > seealso
> > examples
> > If
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
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 R1...
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", or...
2016 Oct 04
5
Problem installing rgdal on a laptop running Ubuntu 16.04.1
I previously sent a cri de coeur about this problem to the r-help list
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
2009 Feb 02
1
Getting 'LinkingTo' to find the right library
I am experimenting with exporting pointers to some of the functions in
deSolve so that other packages may import them, using the
'R_RegisterCCallable' mechanism. I have added a header file and some
other C code in inst/include of the deSolve source package that need to
be accessible to other packages. I have a site-library set up in
Rprofile.site where all installed packages go, and as
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
>
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
r...
2008 Oct 30
1
Compiling R Packages
I am working on a SLES 10 cluster with R available on it. To better use my resources, I want to use Rmpi, but I am having a difficult time installing it. I have set the $R_LIBS variable correctly.
The MPI libraries are available through the PGI compiler, but this R instance was compiled with GCC.
The Rmpi package can be compiled and installed with
%R CMD INSTALL Rmpi_0.5-5.tar.gz
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
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 chd...
2001 Apr 27
1
INSTALL Problems
Dear All,
I have tried to install the tensor package (from:
http://cran.r-project.org/src/contrib/PACKAGES.html#tensor ), using the
comand:
"
shell("Rcmd INSTALL tensor")
"
then I got the following mensage:
----------------------------------------------------------------------------------
make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32'
make DLLNM= EXTRADOCS= \
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)
On Tue, 10 Apr 2007 timh at insightful.com wrote:
> I've created a .Rd file (below), then converted that to .sgml using
> R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml
> The output (shown below) is missing some of the sections:
> arguments
> seealso
> examples
> If instead I convert to .d (below), the same sections are missing,
> and the "note"