Displaying 20 results from an estimated 300 matches similar to: "sound lib - rstreams Mac OS 9 and X ???"
2001 Jun 01
1
Installing Rstreams lib
Dear R-helpers,
I am trying to install Rstreams library on the following platform:
----------------------------
platform alphaev67-dec-osf5.0
arch alphaev67
os osf5.0
system alphaev67, osf5.0
status
major 1
minor 2.3
year 2001
month 04
day 26
language R
---------------------------
Unfortunately, I get these error messages:
---------------------------
> [557] R
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 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
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 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 Jun 18
1
Carbon R 1.5.1 + Bioconductor released
I have built and uploaded to CRAN the Carbon version of R for
MacOS/MacOSX.
You'll find the base set (rm151.sit) and the recommended packages
(recommended.sit) separately or all in one single file (rm151_FULL.sit)
on CRAN and their mirrors soon.
I have also built the Bioconductor suite of packages (corresponding to
the Bioconductor_1.0.tgz file) as it seems to be one of the most
2002 Jun 18
1
Carbon R 1.5.1 + Bioconductor released
I have built and uploaded to CRAN the Carbon version of R for
MacOS/MacOSX.
You'll find the base set (rm151.sit) and the recommended packages
(recommended.sit) separately or all in one single file (rm151_FULL.sit)
on CRAN and their mirrors soon.
I have also built the Bioconductor suite of packages (corresponding to
the Bioconductor_1.0.tgz file) as it seems to be one of the most
2002 Jul 12
1
.Rprofile on MacOSX
I'm new to R, so apologies if the answer to my question is very obvious to
everyone else!
I use the carbon version of R (1.5.1), not the Darwin version. After a bit
of a battle, I'm getting to grips with using R, and really getting to like
it, but I'm still having trouble customising startup the way I'd like it.
Reading ?Startup, I see that I can specify some commands to be run
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,
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
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
2005 Oct 02
2
file istream-raw-mbox.c: line 450 (istream_raw_mbox_get_body_size): assertion failed: (rstream->mail_size != (uoff_t)-1)
Hi list,
Today i tried upgrading my dovecot server from 0.99.14 to 1.0alpha3.
Unfortunately the new version does not work. The log file says:
Oct 2 20:40:02 knut dovecot: imap-login: Login: user=<arved>,
method=PLAIN, rip=213.225.30.218, lip=213.9.70.XXX, TLS
Oct 2 20:40:02 knut dovecot: imap(arved): file istream-raw-mbox.c:
line 450 (istream_raw_mbox_get_body_size): assertion failed:
2000 Nov 14
3
import data from splus
hi there,
anybody knows how to import data into R from splus directly? I have a huge
amount of data in splus format, which will cost forever for me to transform
the data back to ascii or something else and then read them into R.
thanks a lot.
ximing
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
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
2010 Mar 09
1
Panic: file istream-raw-mbox.c: line 583 (istream_raw_mbox_get_body_size): assertion failed: (rstream->body_offset != (uoff_t)-1)
Hi
We run dovecot 1.2.10 on Solaris 10 and had a few days ago this error
message in the logs:
Mar 6 21:48:55 dovecot: [ID 583609 mail.crit] IMAP(username): Panic: file
istream-raw-mbox.c: line 583 (istream_raw_mbox_get_body_size): assertion
failed: (rstream->body_offset != (uoff_t)-1)
Mar 6 21:48:55 dovecot: [ID 583609 mail.error] IMAP(username): Raw
backtrace: 0xb1064 -> 0xb0aa0 ->
2000 Nov 18
0
Getting debug information in DLL?
The rw-faq says that
make DEBUG=T pkg-Rstreams
should make a copy of the Rstreams.dll with debugging information
included. However, the DLL that gets produced is byte-by-byte
identical to the one without debug information, and gdb doesn't appear
to be able to see any symbols or source code.
Any suggestions?
Duncan Murdoch
2001 Sep 27
2
Getting your stuff organized in R
I'm attaching an small text file
on "Getting your stuff organized in R".
(Sorry if sending an attachment is not considered
a correct etiquette in r-help, but this is
only 7911 bytes, plain ascii text and I cannot
post it in a web page at the moment).
Probably all the information in this document is scattered
in one or more
R introduction guides, but I think that it is useful to have
2001 Aug 19
2
system.file("",package) (PR#1062)
system.file("",package") is documented to return the root of the package
(as it did in the past). It actually returns "" (Win98, R1.3.0), breaking
the SJava package
Omitting the first argument does work correctly and so is a workaround if
the argument is explicitly "" but not if it is the value of a variable.
-thomas
2006 Feb 14
3
S4 classes and methods with optional arguments
Hi,
i have used S4 classes to implement a unified access to random number generators
(package rstream on CRAN).
I have used a construct to allow optional arguments:
if(!isGeneric("rstream.sample"))
setGeneric("rstream.sample", function(stream,...) standardGeneric("rstream.sample"))
setMethod("rstream.sample",