Displaying 20 results from an estimated 100 matches similar to: "octave"
2008 Aug 12
1
Conflict between octave3.0-headers and r-base-dev
Hi,
I'm using Ubuntu Hardy i386, and the R 2.7.1 Ubuntu packages from CRAN.
The CRAN r-base-dev package depends on refblas3-dev or atlas3-base-dev,
but octave3.0-headers depends on libblas-dev. The two blas packages seem
to conflict, so r-base-dev and octave3.0-headers can't be installed
together.
Is this a known issue?
Thanks,
Gad
$ sudo apt-get install octave3.0-headers
Reading
2003 Mar 18
1
Building hdf5 for ms-windows
I am trying to build hdf5 for ms-windows. I downloaded the hdf5_1.4.7.tar.gz, gunzipped it and got a tar file. I extracted everything into a directory tree called hdf5. I also found a Makevars.win and libhdf5.def in the R help archives from March 2002. I put those two in hdf5 as well.
I issued the command Rcmd build --binary hdf5
but got this message complaining it can''t find
1999 Jan 21
0
hdf5 config test in R-0.63.2
I just tried to build R-0.63.2 on my mklinux machine and noticed a
problem with the configure script.
First, configure tests for the library libhdf5, then it tests for the
libz library. Since libhdf5 depends on libz, the libhdf5 test fails
even when it is present.
Later in the configuration script, there is a test for hdf5.h. If this
file is found, then support for HDF5 is enabled. However,
1999 Aug 16
1
configure / linking problem when using hdf5
I've installed hdf5 [library & includes] here locally, last week.
[see ?hdf5save in R]
There is a remaining compilation / linking problem for me:
The hdf5 library uses "compress2" a routine defined in Gnu's zlib,
but not available in the zlib that comes with X11R6.3 (which we have installed).
Now unfortunately,
the final link statement for R (0.65) [for me, with hdf5
2010 Mar 03
1
linking hdf5, requires setting LD_LIBRARY_PATH
I am writing an R package to interface to hdf5 files (yes I know one
exists, the issue will be demonstrated using that package). I tend to like
to build/install things locally so that aspects of the system I am working
on don't cause problems later when attempting to install elsewhere. To
this end, I build and install the hdf5 libraries w/out incident:
tar xzf hdf5-1.8.4.tar.bz2
cd hdf5-1.8.4
2007 Apr 27
0
Hdf5 library error when using R 2.4 within GRASS6
Greetings:
When using R within GRASS6, and loading the rgdal library, I encounter
an error
loading a specific version of the HDF5 library that does not occur when
I perform
the same operation in R 'outside' of GRASS6:
Here is a record of the error on my ubuntu system:
---------- Start ---------
reeves at wallace:~$ grass2
Cleaning up temporary files.....
Starting GRASS ...
Welcome to
2007 Apr 13
2
R on Solaris 10 x64
Hi R Developers,
Greg is helping me with debugging R on Solaris 10 x64. Please let us
know if you have any thoughts or tips that can help us debug this.
Thanks,
David
************
Using default transfer plist
in vector_io: permuting
About to write
*** caught segfault ***
address e8554000, cause 'memory not mapped'
Traceback:
1: .External("do_hdf5save", call,
1999 Mar 29
1
Can R read NCSA's HDF?
I'm an R newbie, so please forgive if this question has been
asked and answered many times before on this mailing list. I
can't find anything in the manual (Notes or R), the FAQ or on
CRAN, so...
Has anyone implemented an interface so R can read NCSA's HDF?
--
Terry J. Westley, Principal Engineer
Veridian Engineering, Calspan Operations
P.O. Box 400, Buffalo, NY 14225
twestley at
2012 Mar 27
1
read.octave fails with data from Octave > 3.2.X
Hi,
I'm afraid that the function read.octave from package "foreign" has
some problems with the ASCII data format exported by new versions of
Octave (later than 3.2.X). It fails even for a simple case as:
[Octave code:]
octave:1> x=1;
octave:2> save -ascii testdata.mat x
[Now in R:]
> octavedata <- read.octave('testdata.mat')
Mensajes de aviso perdidos
In
2012 Jul 05
1
trouble installing Rmpi on a debian machine
Dear R People:
I'm having trouble installing Rmpi on a debian machine.
Here is my output:
bccd at node000:~$ /bccd/home/bccd
bccd at node000:~$
bccd at node000:~$ export RMPI_TYPE=OPENMPI
bccd at node000:~$ R CMD INSTALL Rmpi_0.5-9.tar.gz
* installing to library '/bccd/home/bccd/R/x86_64-pc-linux-gnu-library/2.15'
* installing *source* package 'Rmpi' ...
checking for gcc...
2015 Jun 04
0
Octaudio - audio editor with embedded GNU Octave
Hello,
I've been developing an octave based audio tool for some time. It can be
especially useful for audio processing development and similar tasks.
You can take a look at Octaudio on GitHub
https://github.com/antonrunov/octaudio. I would appreciate any comments
or suggestions.
Thanks,
Anton
2010 May 03
0
Matlab vs. Octave
Oddly enough, there's a report on slashdot today, that Matlab doesn't have
the code for 64 bit math, bu that "Octave, the free Matlab clone" does.
<http://tech.slashdot.org/article.pl?sid=10/05/02/2038255>
mark
2009 Mar 08
0
[RFC] running octave, python from within R
Dear all,
a Shogun 0.7.1 is out and available at http://www.shogun-toolbox.org
which contains one new feature that might be of interest to
R users. The eierlegendewollmilchsau interface. In
case you don't know what this term stands for use google images :-)
It is one file that will interface shogun to octave,r,python,matlab. It
provides commands to run code in foreign languages:
Example:
2019 May 05
1
Porting R example datasets to GNU Octave
Hi, R Developers,
I'm interested in porting the R example datasets package to GNU Octave
and Matlab. Would you have objections to my doing so?
This would involve transforming the example data and metadata into a
format that Octave understands, and porting all of the datasets' Example
code pieces to Octave M-code. (This would require no work on your part;
it'd be my project.)
I think
2019 May 15
0
Porting R example datasets to GNU Octave
On 5/6/19 7:47 AM, Dirk Eddelbuettel wrote:
>
> On 5 May 2019 at 10:47, Andrew Janke wrote:
> | I'm interested in porting the R example datasets package to GNU Octave
> | and Matlab. Would you have objections to my doing so?
>
> You don't even have to ask...
>
> [...]
>
> | Since R's datasets package is GPL, I think I'd be within my rights to
> |
2002 Mar 17
1
translate octave code to R
Hello,
I'd like to translate de code below, write in octave, to R. I'm learning to
operate R a few time ago, and an example of translation will be useful for
me.
This code is my lectures in an undergraduate course of statistical
computing.
echo off;
k=0;
while (k<>1)
n = input('a prime: ');
D = 2;
r = n - D * floor((n/D));
while((D <= sqrt(n) & (r <>
2003 Oct 28
0
Octave scale transformation
Is it possible to convert a data table in "R" to an octave scale (as
done, for example, in the MVSP multivariate stats program)?
I work with tables of word or category frequencies across a number of
texts or text segments, e.g.:
Token sect_1 sect_2 sect_3 sect_4 sect_5 sect_6 sect_7 sect_8
sect_9 sect_10 sect_11 sect_12 sect_13 sect_14 sect_15 sect_16 sect_17
sect_18 sect_19 sect_20
2002 Feb 25
0
Example function for reading Octave data files made by "save -ascii"
Hi,
I thought I'd post this simple function I wrote, just in case other
users also have Octave data files that they'd like to read into R.
(Octave is a matlab-like language, see www.octave.org for details.)
Any comments/suggestions appreciated.
Stephen
read.oct.file <- function(filename) {
## Read in an Octave ASCII data file (as created by "save -ascii" in
## Octave
2002 Dec 03
1
Plotting Speed: R vs Octave
Thank you. Guess it's a plausible explanation.
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
> Sent: Tuesday, December 03, 2002 08:05 AM
> To: 'Chunlou Yung'
> Subject: RE: [R] Plotting Speed: R vs Octave
>
>
> If I'm not mistaken, Octave does not have its own graphics system, but
> rather rely on gnuplot, which is
2009 Jan 04
1
R/octave/matlab etc.
I'd echo a lot of what has been said about this by the folk who have
been making R work so well. One of the main difficulties is that the
environment of computations affects relative performance. e.g., what
settings did a distro package builder choose. I note that my 3 GHz Dual
Core machine running Ubuntu 8.04 gets
octave 3.0.0
octave:6> tic; a = a + 1; toc
Elapsed time is 0.120027