Displaying 20 results from an estimated 5000 matches similar to: "unable to compile Recommended packages"
2010 Nov 01
1
sqldf error only on Unix not Windows
Hello Group,
I am having trouble with the sqldf package on unix. The same code works fine on windows.
Silly Example script:
# Load the package
library(sqldf)
# Use the titanic data set
data(women)
colnames(women)
head(women)
sqldf('select height, count(*) from women where height is not null group by weight')
Unix Output and error:
bash-3.00$ R --vanilla <testR.R
2010 Mar 10
0
R Graphic output files on Solaris 5.10
Hello Folks, I have a need to generate Graphic output files (gif, jpeg, pdf, etc..) on a Solaris Environment, however this environment does not have X11 setup and setting up X11 would be a last resort if required. I have attempted to install GDD and Cairo without success up to this point. Is there a simple way to do this that does not require X11, GDD or Cairo?
$ uname -a
SunOS icsun7 5.10
2010 May 10
1
Build R static
Hi, I am having trouble building R static on Solaris 5.10. I have a requirement to run R within a specific user account on Solaris 5.10 and I do not have access to compilers and or shared libraries on the target machine. I thought I could build R static ( I've build it locally on Solaris with shared libraries) and just ftp the build to the target Solaris box. Can any help with what
2005 Dec 30
5
Dtrace locks up on sol
Hi all...
I''ve just got my hands on a Solaris 10 box for the first time. I''ve heard wonderous things about dtrace, so the first command I type is dtrace -l which disappointingly does nothing at all. It just hangs, and neither Ctrl-D, Ctrl-C or kill -9 from another shell will do anything to kill it.
The box is:
SunOS t2000 5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T200
2006 Nov 16
1
Asterisk on Solars?
Has anyone gotten Asterisk to compile on Solaris 10? I have tried both 1.2and
1.4 and I get errors about editline. Actually it seems that 1.4 goes through
more of the process, but thats not good enough....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061116/82464f01/attachment.htm
2010 Mar 01
1
ICONV error installing R-2.10.1 on HP-UX B.11.23 U ia64
Hi, I have the following error during the ./configure phase
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... in libiconv
checking whether iconv accepts "UTF-8", "latin1" and "UCS-*"... no
configure: error: a suitable iconv is essential
I have installed GNU libiconv-1.13.1 without success. I have
2010 Feb 04
5
Reading sas7bdat files directly
Hi, I have a need to process (in real-time) a large number of .sas7bdat files from within R. The problem is I don't want to convert these files to .xpt (transport) every time. So just checking if anyone has a (viable) way to read .sas7bdat files directly into R?
Thank You.
//----------------------------------
// Alex Bryant
// Software Developer
// Integrated Clinical systems
//
2010 Apr 16
1
multiple variables pointing to single dataframe?
Hi, I have a need to have 2 variables point to the same dataframe (d1), I don't want to simply copy the dataframe ( d2<-d1 ) as my understanding is that this will create a second dataframe. Any suggestions on best practice here?
Thank You,
//************************
// Alex Bryant
// Software Developer
// Integrated Clinical Systems, Inc.
// 908-996-7208
2005 Aug 29
0
Re: dovecot Digest, Vol 28, Issue 61
On Sun, 28 Aug 2005 dovecot-request at dovecot.org wrote:
> Date: Sun, 28 Aug 2005 21:01:55 +0300
> From: Timo Sirainen <tss at iki.fi>
> Subject: Re: [Dovecot] Installation error on "make"
>
> On Sun, 2005-08-21 at 04:34 -0400, Lisandro Grullon wrote:
>> /usr/include/sys/feature_tests.h:332:2: #error "Compiler or options invalid for pre-UNIX 03
2005 Aug 30
0
Re: dovecot Digest, Vol 28, Issue 61
Can you guys fixed that bug. WE know is a bug in the .c file. 2cents.
-----------------------------------------------------------------------------------------------------------------------
Lisandro Grullon
New York City College of Technology
Division of Continuing Education
Director of Network Operations
Lisandro Office: 1718-552-1178
Lisandro E-mail: lgrullon at citytech.cuny.edu
2005 Dec 17
1
Authentication trouble.
I am not having much luck with resolving my authentication issue. The
environment is "SunOS 5.10 Generic_118822-11 sun4u sparc
SUNW,UltraSPARC-IIi-cEngine".
dovecot-1.0.alpha5
./configure --with-passwd --with-shadow --with-pam --with-checkpassword
--with-mysql --with-storages=maildir
# telnet 172.16.0.40 143
Trying 172.16.0.40...
Connected to 172.16.0.40.
Escape character is
2007 Jan 30
1
unable to boot zone
I''m unable to boot a zone after I did a sys-unconfig, how do I recover?
GLOBAL ZONE:
---------------------------
dmpk14a603# zoneadm list -cv
ID NAME STATUS PATH
0 global running /
1 snitch-zone02 running /snitch-zone02
4 snitch-zone04 down /snitch-zone04
dmpk14a603# zoneadm -z snitch-zone04 boot
zoneadm: zone
2010 Jun 12
2
Can one get a list of recommended packages?
R 2.10.1 is used in the Sage maths project. Several recommended packages
(Matrix, class, mgcv, nnet, rpart, spatial, and survival) are failing to build
on Solaris 10 (SPARC).
We would like to be able to get a list of the recommended packages for R 2.10.1,
but ideally via a call to R, so it is not necessary to update that list every
time a new version of R is released. We do not want to access
2007 Nov 18
1
exporting a zfs pool from SPARC to x86
Hi Folks,
I''ve got a 4 Tb pool on a 3511 array. The pool was created from, and
is mounted on, an old 280r. I''d like to export the pool from the 280r
and import it to a shiny new x2200.
Will this work? Will the x2200 understand the disk labels made by the
280r? Some tests we''ve done on a smaller, non-production pool suggest
not.
Suggestions or pointers welcome.
2006 Oct 30
3
Why does gethostbyname_r appear to leak?
I am running a very simple multithreaded program (TestThread.C) which calls gethostbyname_r in several threads. My analysis of this program with both truss and DTrace suggest that is has a small leak. However, if I alter the program to have many more threads and run for a lot longer it never runs out of memory and does not carry on growing. Can anybody explain what I am missing in my analysis or
2005 Oct 07
3
Building dovecot with SSL support on Solaris
Hi all,
I'm just trying to build dovecot-1.0.alpha3 on a Solaris 9 machine
with SSL support.
No matter which options I call ./configure with - it always results in:
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL support ........... : no
2003 Jun 28
1
rsync does not sync files older than current year
Dear sirs,
I installed rsync from www.sunfreeware.com on a Solaris 8 box, which
seems to be 2.5.6, but it does not sync files correctly, which elder
than the current year. see the following
# ls -al httpd.conf
-rw-r--r-- 1 bin bin 36935 Nov 9 2002 httpd.conf
# hostname
anui23
# ls -al /net/anui24/usr/local/apache/conf/httpd.conf
-r--r--r-- 1 root other 41435 Jun 25
2010 Apr 25
1
Problem loading MLInterfaces
I have been using R 2.10.1. and Bioconductor but the package "MLIntrefaces"
is not being loaded on my platform.
the error message
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
there is no package called 'coin'
Error in as.environment(pos) :
no item called "newtable" on the search list
Error: package/namespace load failed for 'MLInterfaces'
2010 Mar 13
1
Problem building packages on windows: /cygdrive/c/Rtools/bin/cp: target `xf-))' is not a directory
Dear R-Help
My OS is Windows CP, I'm not sure my sessionInfo() is relevant but here it is:
R version 2.10.1 (2009-12-14)
i386-pc-mingw32
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
On Sun, Jun 13, 2010 at 8:28 AM, Uwe Ligges
<ligges at statistik.tu-dortmund.de> wrote:
>
>
> On 13.06.2010 01:09, Dr. David Kirkby wrote:
>>
>> On 06/12/10 05:27 PM, Douglas Bates wrote:
>>>
>>> On Sat, Jun 12, 2010 at 8:37 AM, Dr. David Kirkby
>>> <david.kirkby at onetel.net> wrote:
>>>>
>>>> R 2.10.1 is used in