search for: for2r

Displaying 14 results from an estimated 14 matches for "for2r".

Did you mean: for
2005 Aug 23
0
For2R - Interface from Fortran to R
We announce the availability of the Fortran 95 module "For2R", which makes it easy to write complicated R data structures (i.e., lists of lists, matrices, dataframes, ...) from Fortran programs. By a series of subroutine calls, program outputs can be written to a file readable by R with a single "dget" function call. This facilitates autom...
2005 Aug 23
0
For2R - Interface from Fortran to R
We announce the availability of the Fortran 95 module "For2R", which makes it easy to write complicated R data structures (i.e., lists of lists, matrices, dataframes, ...) from Fortran programs. By a series of subroutine calls, program outputs can be written to a file readable by R with a single "dget" function call. This facilitates autom...
2007 Mar 01
0
Update of X2R sent to CRAN
A new version of X2R has just been uploaded to CRAN. It should be available at mirrors within a few days. This contains revisions to the For2R component to fix a bug in which data frames were not written correctly if the user did not pass row labels. The new version is supplied as files X2R.zip and X2R.tar.gz, which are equivalent. The version can be identified from the contents of file "VersionInfo.txt" in the root of each...
2007 Mar 01
0
Update of X2R sent to CRAN
A new version of X2R has just been uploaded to CRAN. It should be available at mirrors within a few days. This contains revisions to the For2R component to fix a bug in which data frames were not written correctly if the user did not pass row labels. The new version is supplied as files X2R.zip and X2R.tar.gz, which are equivalent. The version can be identified from the contents of file "VersionInfo.txt" in the root of each...
2008 Nov 20
0
Update of X2R (with FishGraph) at CRAN, 20 Nov 2008
...lable from mirrors shortly. From the menu at the left of the CRAN home page, look under Software / Other. We also have updated FishGraph, a compatible set of R functions for examining output from fish population models. * * * Changes in this Update The update adds minor bug fixes only. In For2R, nested lists are now handled correctly. In FishGraph, correct axis units are now used in the CLD.plots (catch, landings, discards) routine. * * * More detail, for those interested: X2R is three independent but related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contain...
2008 Nov 20
0
Update of X2R (with FishGraph) at CRAN, 20 Nov 2008
...lable from mirrors shortly. From the menu at the left of the CRAN home page, look under Software / Other. We also have updated FishGraph, a compatible set of R functions for examining output from fish population models. * * * Changes in this Update The update adds minor bug fixes only. In For2R, nested lists are now handled correctly. In FishGraph, correct axis units are now used in the CLD.plots (catch, landings, discards) routine. * * * More detail, for those interested: X2R is three independent but related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contain...
2006 Oct 24
0
X2R: R-compatible output routines from C, ADMB, Fortran to R
We announce the availability of three related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contains output routines to simplify transfer of complicated data structures from models written in a compiled language to R. The user's data can be written as a structured ASCII file which, when read by R (note 1) with a single dget() function call, will become an R...
2006 Oct 24
0
X2R: R-compatible output routines from C, ADMB, Fortran to R
We announce the availability of three related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contains output routines to simplify transfer of complicated data structures from models written in a compiled language to R. The user's data can be written as a structured ASCII file which, when read by R (note 1) with a single dget() function call, will become an R...
2007 Apr 16
0
Update of X2R sent to CRAN, 16 Apr 2007
...ase date can be identified from the contents of file "VersionInfo.txt" in the root of each archive. The new version bears date April 16, 2007. * * * From the original announcement: X2R is composed of three related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contains output routines to simplify transfer of complicated data structures from models written in a compiled language to R. The user's data can be written as a structured ASCII file which, when read by R (note 1) with a single dget() function call, will become an R data...
2007 Apr 16
0
Update of X2R sent to CRAN, 16 Apr 2007
...ase date can be identified from the contents of file "VersionInfo.txt" in the root of each archive. The new version bears date April 16, 2007. * * * From the original announcement: X2R is composed of three related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contains output routines to simplify transfer of complicated data structures from models written in a compiled language to R. The user's data can be written as a structured ASCII file which, when read by R (note 1) with a single dget() function call, will become an R data...
2007 Feb 28
1
Help with "row.names = as.integer(c(NA, 5))" in file from dput
I am trying to understand why syntax used by dput() to write rownames is valid (say, when read by dget()). I ask this because I desire to emulate its actions *reliably* in my For2R routines, and I won't be comfortable until I understand what R is doing. Given data set "fred": > fred id var1 1 1991 0.4388587 2 1992 0.8772471 3 1993 0.6230486 4 1994 0.2340929 5 1995 0.5005605 we can try this-- > dput(ats, control = "all") structure(lis...
2008 Jan 31
0
Update of X2R (with FishGraph) sent to CRAN, 30 Jan 2008
...in the same directory. If we hear from anyone interested in using it under other operating system(s), we can collaborate on making it work. * * * More detail for the interested: X2R is composed of three independent but related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contains output routines to simplify transfer of complicated data structures from models written in a compiled language to R (note 1). Through calls to X2R routines, the user's data is written as a structured ASCII file. That file can be read by R with a single dget() func...
2008 Jan 31
0
Update of X2R (with FishGraph) sent to CRAN, 30 Jan 2008
...in the same directory. If we hear from anyone interested in using it under other operating system(s), we can collaborate on making it work. * * * More detail for the interested: X2R is composed of three independent but related software libraries: C2R, ADMB2R, and For2R (together, X2R). Each contains output routines to simplify transfer of complicated data structures from models written in a compiled language to R (note 1). Through calls to X2R routines, the user's data is written as a structured ASCII file. That file can be read by R with a single dget() func...
2006 Feb 07
1
Reading in FORTRAN data using R
Hi There: I was wondering if there is a way to read FORTRAN list data (similar to IDL's readf function). I often use FORTRAN for most of my number crunching, and use something like IDL to visualize and perform statistical analysis on that data. Since the each file is rather large (>100 Mb), formatting the output into columns or tables is impractical, hence the "list"