similar to: For2R - Interface from Fortran to R

Displaying 20 results from an estimated 2000 matches similar to: "For2R - Interface from Fortran to R"

2002 Jul 26
1
R 1.5.1 (Windows) crashes on plotting density(rnorm(1000)) (PR#1837)
I am experiencing a reproducible crash from the following statement: plot(density(rnorm(1000))) on R 1.5.1 on Windows 2000. This is a dual-processor machine with 512Mb of RAM. Please advise if further details of hardware/OS are needed. If rgui.exe is in use, the crash occurs before the plot can be displayed. If rterm.exe is in use, the plot appears, then the error (and crash). A screen
2002 Dec 23
1
Plot scales
I remember reading somewhere that locations on plots (in my case, arguments x and y for legend()) can be specified in several scales besides the usual data scale. I would like to set x and y as proportions of total plot size or something similar. Can anyone steer me to documentation on how to do it? -- Michael Prager, Ph.D. <Mike.Prager at noaa.gov> NOAA Center for
2002 Aug 08
1
PR #1833 Clarification (PR#1890)
This is (correctly) filed under "non-reproducible." The corresponding notes say "solved by re-installing Windows (private comm)." I would like to clarify that this was solved by re-installing the patch known as "Windows 2000 Service Pack 2," not by reinstalling Windows itself. Perhaps my original message was not clear. I point this out because installing the
2005 Sep 25
0
Tip: Working directory in titlebar
I hope others may find this useful. I use R in many different directories. By adding the following line to the .Rprofile file: utils:::setWindowTitle(paste("-",getwd())) the titlebar of each R instance shows the directory from which it was started. I have tested this with rterm.exe and rgui.exe under Windows and with RECENT versions of R only. ----- For changing directories
2004 Jul 15
3
More on global environment
To follow up on my previous question, suppose a user R session wants to unload one workspace and load another within an R session. Is the following the correct sequence? 1. save.image() to save the current workspace as .Rdata in the current working directory. 2. rm(list=ls()) to remove everything from the workspace. 3. setcwd("xxx") to set the new working directory. 4.
2004 Jul 15
4
Where is global environment?
I am using R 1.9.1 under Windows XP Professional. Is there any R function that returns the filesystem path from which the global environment (workspace) was loaded (and to which it will, by default, be saved)? This seems identical with the current directory, so in any given session it is not too difficult to find out by other means. But for several reasons I would like to find this out from
2003 May 30
3
Time for Usenet R Group?
I probably shouldn't suggest this, because I can't volunteer to implement it. However, I bring it up in the hopes that if (1) others agree and (2) the R core group think it a good idea that a suitable volunteer will come forward. I am finding that the flood of R email messages is becoming difficult to deal with, even using filters, etc., in my email client. Would we be better
2005 Jun 28
0
JGR font rendering on Windows
JGR users on Windows may be interested that Sun has released a preview of its latest Java development kit and runtime engine at http://www.java.net/download/jdk6/binaries/ This removes the main problem I have had with JGR and other Java programs on Windows: poor font rendering. On Windows XP with an LCD display, the improvement is striking, as this uses Windows native font smoothing
2002 Jul 16
1
Minor GUI Issues
Some minor request for the R on Windows (2000) GUI version. I'm using 1.5.1 with the SDI interface. (1) When minimized, the main R window and the graphics window show as two copies of the same icon. That makes it less convenient to switch among tasks in Windows, as I often select the wrong one. Could they have different icons in the future, please? (2) I use a fixed-width Type 1 font
2002 Jul 16
1
Minor GUI Issues
Some minor request for the R on Windows (2000) GUI version. I'm using 1.5.1 with the SDI interface. (1) When minimized, the main R window and the graphics window show as two copies of the same icon. That makes it less convenient to switch among tasks in Windows, as I often select the wrong one. Could they have different icons in the future, please? (2) I use a fixed-width Type 1 font
2003 Oct 18
2
Oceanographic lattice plots?
R 1.8.0 on Windows XP Professional. A huge THANK YOU to the R Team for this marvelous software. I am making lattice plots of oceanographic data. The usual layout does not conform to plotting conventions that marine scientists use when depth is the independent variable. Under those conventions, plots are made with the origin at the upper left, depth on the vertical axis (increasing as it
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 data object
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 data object
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
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
2003 Sep 04
0
SUMMARY: Comparison of SAS & R/Splus
My thanks to Drs. Armstrong, Bates, Harrell, Liaw, Lumley, Prager, Schwartz, and Mr. Wang for their replies. I have pasted my original message and their replies below. After viewing http://www.itl.nist.gov/div898/strd/ as suggested by Dr. Schwartz, it occurred to me that it might be educational to search for some data repositories on google. I was able to find some,though I'm sure many of
2007 Apr 16
0
Update of X2R sent to CRAN, 16 Apr 2007
X2R is a bundle of three software libraries allowing the user to pass structured data easily from Fortran, C/C++, or AD Model Builder to R. An update to X2R has been sent to CRAN today and should be available at mirrors shortly. This fixes a bug in the ADMB2R and C2R components in which data frames were not written correctly when the user did not specify row names. Several other minor
2007 Apr 16
0
Update of X2R sent to CRAN, 16 Apr 2007
X2R is a bundle of three software libraries allowing the user to pass structured data easily from Fortran, C/C++, or AD Model Builder to R. An update to X2R has been sent to CRAN today and should be available at mirrors shortly. This fixes a bug in the ADMB2R and C2R components in which data frames were not written correctly when the user did not specify row names. Several other minor
2002 Jul 26
0
plotting density(rnorm(1000)) crashed once (PR#1837)
How can a random result be reproducible? You could have told us the seed in use! I've tried this ten times without a crash, on two separate machines, one XP and one 2000. On Fri, 26 Jul 2002 Mike.Prager@noaa.gov wrote: > I am experiencing a reproducible crash from the following statement: > > plot(density(rnorm(1000))) > > on R 1.5.1 on Windows 2000. > > This is a
2008 Nov 20
0
Update of X2R (with FishGraph) at CRAN, 20 Nov 2008
X2R is a bundle of three software libraries for passing complicated data structures from Fortran, C/C++, or AD Model Builder to R. An update has been sent to CRAN and should be available 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