Displaying 20 results from an estimated 10000 matches similar to: "R CMD config --version"
2003 Nov 10
1
"configure" options and R CMD INSTALL
Hi folks:
I am trying to install the package "rimage" in R 1.8.0 on an Alpha Linux box.
"R CMD INSTALL rimage_0.5-1.tar.gz" fails with the following:
...
...
checking for stdint.h... yes
checking for unistd.h... yes
checking fftw.h usability... yes
checking fftw.h presence... yes
checking for fftw.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence...
2004 Oct 09
2
R-2.0.0 and tcltk package
there does not seem to be a package "tcltk" on CRAN for 2.0.0.
I have successfully installed the same package for 1.9.1.
In essence I require the package for a GUI interface to setwd.
All work fine with 1.9.1.
This is on a Linux Debian unstable kernel 2.4.20
The build version of R 2.0.0 (issuing version whithin R) has the following
platform i686-pc-linux-gnu
arch i686
os
2019 Aug 15
2
Feature request: non-dropping regmatches/strextract
I do think keeping the default behavior is desirable for backwards compatibility; my suggestion is not to change default behavior but to add an optional argument that allows a different behavior. Although this can be implemented in a user-defined function, retaining empty matches facilitates programmatic use, and seems to be something that should be available in base R. It is available, for
2012 Jan 19
2
R-scripts as executables for debian
Hi,
I'm looking for a way to make executable R-scripts -- which are bound to
a certain package -- available to the operating system's search path.
The executable R-scripts I put in the package's 'exec' directory.
Different solutions have come to my mind:
o 'configure'-script copies the files to /usr/local/bin
o make a 'require'-shell function which
2012 Jan 13
2
cannot find -lquadmath
Apologies if this has been posted about recently, but I haven't been
on this listserve for a while.
I ran into a problem trying to compile Hmisc (required package for
rms) and have found a solution that I'd like to share. The compile
fails with the message:
/usr/bin/ld: cannot find -lquadmath
libquadmath exists on my Debian Squeeze system (up-to-date, recently installed):
ldconfig -p
2004 Aug 06
2
i need help...URGENT !!!
hi,
i have posted earlier a few days back, i apologise for the re-post.
my problem is that the moment i start using mp3 files with lesser bit rate (16kbps) it does not stream properly. it keeps getting stuck in the middle. i can stream continuously with 128 kbps files.
I'm using icecast(1.3.7) with ices(beta 5) in "LAN" on Linux Redhat 6.2.
The same problem occurs also on
2012 Feb 19
2
include <R.h>
I am trying to add
#include <R.h>
to a .c file in one of my package, so I can call error() without a
complaint about implicit defined function. The src/ has a Makefile, to
build some exec/ files that are needed. Without the include, my Makefile
target
OBJS = $(SRC:.c=.o)
$(PKGNAME).so: $(OBJS) rpcx.h
$(R_HOME)/bin/R CMD SHLIB $(OBJS)
seems to work fine, and I do not need a target
2008 Jun 10
2
err: State got corrupted
Hi All,
I am tryting to setup Puppet masters and client in Sun solaris
environment. ( Global zone puppet Master is running) and non global
zone all puppet clients are installed ( ..Note I have not installed
puppet client in all nonglobal zone .. binaries are shared by Global
zone...
While i m generating client certified i am getting this error .... Any
one has clue ....
bash-3.00# puppetd
2005 Aug 02
1
Paging systems from the phone...
Hi all,
Is there a model of IP phone, with a built-in speaker, that can be used as
part of a Overhead Paging system? Can Asterisk accomodate such a feature?
Regards,
Francois
Random Thought:
---------------
It isn't necessary to have relatives in Kansas City in order to be
unhappy.
-- Groucho Marx
2003 Sep 13
1
R 1.8.0 (to be) and RPy 0.3.1
I look every now and then at RPy. It is not yet a Debian package as it
had the odd problem here or there -- initially an Atlas interaction,
currently something with long_jump() which cannot be found when R's dynamic
library is loaded. [1] It is called R_eval.c:
/* Abort the current R computation and signal a KeyboardInterrupt
exception */
void interrupt_R(int signum)
{
interrupted = 1;
2003 Oct 04
1
subset VAR time series models
Dear R user,
I would like to estimate a multivariate VAR model (vector autoregressive
model) with arbitrary individual linear parameter constraints. So far I
used the "ar" command from package ts for unrestricted models.
Unfortunately, this command does not offer the possibility to estimate
subset VAR models.
Is there a package or command that I can use?
Thank you very much!
2004 Aug 06
1
i need help...URGENT !!!
thanks.
i'm extremely sorry for the inconvenience, the encoding of files was not done properly. can someone pls. tell me a good windowsd based mp3 encoder for encoding files for bit rates as low as 16 kbps (or less) with 16 khz (or less).
parvez
And Then Thomas Kirk wrote .............
> Hey
>
> On Fri, Mar 16, 2001 at 02:11:54PM +0530, Parvez Lanewala wrote:
>
> >
2004 Aug 06
3
connection problem
I have done some tests on the problem I keep having (as well as others) on
the connection problem.
Here's the message I get when i tail the logfile on the console at debug
level 3 :
-> [28/Feb/2001:11:58:54] Kicking client 13 [192.168.1.21] [Too many
errors (client not receiving data fast enough)] [listener], connected for
21 minutes, 19906336 bytes transfered. 0 clients connected
2003 Dec 14
1
A faster plotOHLC() for the tseries package
The plotOHLC function in the tseries package is useful to plot timeseries of
various financial assets with open/high/low/close data. I had often
wondered if it could be made to run a little faster. It turns out that the
following patch does
--- plotOHLC.R.orig 2003-12-14 12:02:20.000000000 -0600
+++ plotOHLC.R 2003-12-14 12:03:42.000000000 -0600
@@ -21,14 +21,9 @@
ylim <-
2003 May 10
4
Down the MPD road
Well, after working through the various options it looked like MPD would be my
best bet here. I've got it sort of working, but there's obviously some
tweaky I'm missing here.
Recap of the scenario:
Full class C of static IPs segmented into 3 networks. Outside, DMZ, Inside.
Trying to get remote Windows users through securely to the Inside.
Remote users have dynamic IPs.
2012 Feb 14
2
R CMD SHLIB in Windows XP - No output at all
Hello all,
I'm trying hard to make R CMD SHLIB work on Windows XP (32-bit) - please
note that I don't have the admin rights on the computer.
In terms of setup, I have followed the procedure :
=> installed Rtools 2.14
=> changed my path :
PATH=C:\Trading\R\RTools\bin;C:\Trading\R\RTools\MinGW\bin;C:\Trading\R\R-2.14.1\bin\i386;C:\WINDOWS\system32;%OTHER_PATHS%
But when I try R CMD
2003 Oct 03
1
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
Graham,
Confirmed. I will pass that along to the R team. As 1.8.0 is in code freeze,
this may not get addressed, unfortunately.
Regards, Dirk
On Fri, Oct 03, 2003 at 03:16:35PM +1000, Graham Williams wrote:
> Package: r-base-core
> Version: 1.7.1.cvs.20030927-1
> Severity: normal
>
>
> $ R
>
> R : Copyright 2003, The R Development Core Team
> Version 1.8.0 beta
2009 Jul 11
2
[LLVMdev] LLVM pre-built libraries download? (OBJ_ROOT structure)
I am just beginning to use LLVM, and find that 'getting started' is the
steep part of the learning curve. I am using MingW and msys, which I have
not fully grokked yet.
Anyway, actually building the libraries from source is turning out to be
difficult. I want to work with LLVM as described in the except from the LLVM
FAQ below. I am using C++, so the FFI is a non-issue.
Can someone
2004 Sep 24
1
Cannot build cluster_1.9,6 under R 2.0.0 beta Sep 21
Doing the normal build process [1] for a first time with a R 2.0.0 snapshot
-- the Sep 21 version I uploaded to Debian's 'experimental' section two days
ago, ended in failure. The package in question is cluster 1.9.6 which should
be 2.0.0-ready.
The (partial) log follows:
-----------------------------------------------------------------------------
[...]
g77 -mieee-fp -fPIC -g -O2
2007 Jul 12
2
Integrating dovecot 1.01 into CentOS-3.8 systemw with chroot passwd dirs?
Hello. I'm administrating a CentOS 3.8 linux system (RHEL3) and I just replaced
the imap-2002d-12 package that came with the system, with a dovecot 1.01
package I obtained through the dovecot home page. The problem I have, is that
many of my POP3 users have jailed user accounts set up through wu-ftpd, where
the dir field is of the form /home/group/./pop/user, and wu-ftpd chroots them
from