Displaying 20 results from an estimated 400 matches similar to: "Installing Rstreams lib"
2001 Jun 12
1
trouble to install the Rstream package
Dear R-users,
I successfully installed the package Rstreams under linux, but my first
attempt to do so on SGI IRIX 6.5 (64bits) lead to the following error
message.
--------------------
laurent at genome> R CMD INSTALL Rstreams
Installing source package `Rstreams' ...
creating cache ./config.cache
checking for ftruncate... yes
checking size of long double... 16
updating cache
2003 Jan 28
2
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects
alphaev67-dec-osf5.0, gcc release is a 3.1.1).
rsync fails using rsync://<hostname>/ syntax.
> lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/
> rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype
> rsync error: error in socket IO (code 10) at clientserver.c(83)
Is there anyone else
2001 Jun 26
1
compiling R-1.3.0 under Tru64 Unix
Dear all-
I get the same problem in compiling R-1.3.0 on
Tru64 Unix (OSF 5.0). Here is the final output of
the ./configure
R is now configured for alphaev67-dec-osf5.0
Source directory: .
Installation directory: /usr/local
C compiler: gcc -mieee -g -O2
C++ compiler: c++ -g -O2
FORTRAN compiler: f77 -fpe3 -g
X11 support:
2002 Jul 02
2
sound lib - rstreams Mac OS 9 and X ???
Hello,
I'm looking for a working compiled library of "rstreams" for mac OS 9 and
for mac OS X.
I could find one (somewhere) but it is not loading.
It says in R 151 under OS 9.2:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"PRO-096-system:Applications:Languages:rm151:library:rstreams:libs:RstreamsL
ib":
error code -2807
2001 Dec 11
1
Using lib Rstreams and gzfile()
Hi all,
in the last time I've intensively used Rstreams to read and write from
binary files. Now I'm wondering if it is possible to use Rsteams
functions with gzipped files. But I haven't found the trick:
> p1c.gzip <- gzfile("daten/p1c_all.mea.gz", open="rb")
> readBin(p1c.gzip, integer(), n=64,size=2)
[1] 84 1 400 1 749 0 0 0
2001 Apr 12
1
Install Packages
Hi,
I am trying to install "Rstrams" package, I have download the Rstreams_1.1-2.tar.gz in my computer and I tried the following
1. install.packages("Rstreams",lib=.lib.loc,"c:/R/package/Rstreams_1.1-2.tar.gz" )
I got
'lynx' is not recognized as an internal or external command,
operable program or batch file.
Error in httpclient(url,
2001 Jun 01
1
Read to the end of a stream (package Rstreams)
Hi there,
I want to read all data from a binary file (with package Rstreams). I
tried the following function (small piece of code):
readdata <- function (file) {
# open file
s <- openstream(file, "read")
# read int values
while (s$position <= s$size) {
readint(s, 1, 2) -> type
[...]
}
return()
}
and got the following error:
> Error in
2000 Jun 29
1
Binary file functions in R
This is just to let people know that I'm going to try to put together
a little package of binary file read/write functions for R, along the
lines described in my message in r-help. I'm going to do it first in
R for Windows using a DLL written in Delphi; I'll let people comment
on that, and once the design settles down, I'll redo the external code
in C so that it should be portable
2000 Feb 19
1
problem with glm (PR#452)
I'm having sporadic problems with glm on my alpha workstation running
Compaq Tru64 UNIX V5.0 (I can't replicate the problem on my Linux PC). I
have the same problem whether I use a version of R built with the native
C-compiler or a version compiled with gcc. In both cases I've built with
g77.
I want to do some simulations with a call to glm in each rep. A simplified
version would be
2000 Nov 14
2
library doubt
Hi all.
I'm trying to install the packages Rstreams and RPgSQL, but with no
success.
I did R INSTALL name package but if I try library(Rstreams) I get the
following error:
Error in library.dynam("Rstreams",pkg,lib):
dynamic library 'Rstreams' not found
Error in library(Rstreams): .First.lib failed
Where did I go wrong? I'm using R 1-1-1 on a Debian GNU/Linux box.
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
Sorry, the typescript file I attached in last email was wrong, here is
the right one :))
Helen
-------------- next part --------------
An embedded message was scrubbed...
From: Helen Wang <huwang@hsc.vcu.edu>
Subject: samba-2.2.5 in Tru64 unix v4.0e
Date: Fri, 11 Oct 2002 16:37:02 -0400
Size: 2753
Url: http://lists.samba.org/archive/samba/attachments/20021011/d2594161/attachment.eml
2011 Jun 11
1
[LLVMdev] alpha assembler with llc
Hi,
I configure llvm to generate code for alpha. I use a the following steps to
generate code from the source files:
1) llvm-gcc -c main.c -emit-llvm main.bc
2) opt -load <library fo myPass> -myPass main.bc main.opt.bc
3) llc -march=alpha main.opt.bc -o main.S
4) alphaev67-unknown-linux-gnu-as main.S -o main.o
Most of the files that i compile run just fine. Suddenly, i have hit on a
file
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
http://bugzilla.mindrot.org/show_bug.cgi?id=371
Summary: OpenSSH fails to build on Alpha True64 in cipher.c
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2008 Jul 29
4
Graphics function question
Hello
I have created a graph using the following commands:
<<<
startBReP3O1T <- diffs$BReP3O1T - diffs$diff_BReP3O1T
endBReP3O1T <- diffs$BReP3O1T
x <- seq(47,89, length = 10)
ymin <- min(min(startBReP3O1T), min(endBReP3O1T))
ymax <- max(max(startBReP3O1T), max(endBReP3O1T))
y <- seq(ymin, ymax, length = 10)
plot(x,y, type = 'n', xlab = 'Age', ylab =
2004 Aug 09
1
import data from splus
Dear Sir,
I am using R for the first time and I am looking for a function or a
command that allows to import Splus data into R. I have already heard about
functions called "readSdata" and readSfiles" in the "Rstreams" package. I
did not find the last new version of this package on the CRAN and its old
one did not work on R 1.8.0 (the vesrion that I am using).
Would you
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
2001 Jul 05
1
ERP software
I was just playing around with the R-streams package, reading in some data
from an old experiment we did here, and was again amazed by the flexibility
of the R environment. The eaze with wich I was able to generate simple plots
of my EEG data made me wonder if someone tried to implement an ERP package.
For the non-cognitive scientists ou there: EEG is electrical activity
measured from the scalp
2002 Apr 26
4
Memory "leak" in readChar (PR#1483)
Full_Name: Hugh C. Pumphrey
Version: 1.4.1
OS: Linux (Debian Woody)
Submission from: (NULL) (129.215.133.170)
The function readChar() appears to have some type of problem with memory
allocation.
I don't know if "memory leak" is the correct term but if one uses readChar()
many
times, the R binary grows in size until it eats all your memory and swap space.
The code enclosed below
2001 May 03
0
addition to Index vectors get overwriten ?!
sorry I forgot:
platform alphaev67-dec-osf4.0f
arch alphaev67
os osf4.0f
system alphaev67, osf4.0f
status
major 1
minor 2.1
year 2001
month 01
day 15
language R
--
-------------------------------------------------------
Dr. Thomas Bruns <thomas.bruns at ptb.de>
Physikalisch-Technische Bundesanstalt
2006 Apr 26
0
R Installation problem
Dear R users,
I was trying to install "R" on an ALPHA running OSF1/V5.1 for individual
use, but warning messages came out when I run "./configure" and "make".
The following is part of output:
% ./configure --prefix=$home/r
checking build system type... alphaev67-dec-osf5.1b
checking host system type... alphaev67-dec-osf5.1b
loading site script