similar to: Help with "row.names = as.integer(c(NA, 5))" in file from dput

Displaying 20 results from an estimated 700 matches similar to: "Help with "row.names = as.integer(c(NA, 5))" in file from dput"

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 automated graphics generation and other
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 automated graphics generation and other
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
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
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
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 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
2008 Jan 31
0
Update of X2R (with FishGraph) sent to CRAN, 30 Jan 2008
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 and should be available at mirrors shortly. We also have uploaded FishGraph, a set of R functions to generate graphics from fish population models. From the menu at the left of the CRAN home page, look under Software /
2008 Jan 31
0
Update of X2R (with FishGraph) sent to CRAN, 30 Jan 2008
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 and should be available at mirrors shortly. We also have uploaded FishGraph, a set of R functions to generate graphics from fish population models. From the menu at the left of the CRAN home page, look under Software /
2004 Jul 15
1
dput and dget
I am seeking advice about dput() and dget(). We are using the ascii format supported by these functions as a way to write data from other programs that can be read into R easily. We are able to save complicated results (in the form of an R list) to a single file that can be read trivially into R or S-Plus. My question is whether that format can be considered a safe one for medium-term (say
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
2019 Dec 21
0
[PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path
Remove all IOVA handling code from the non-dma_ops path in the intel iommu driver. There's no need for the non-dma_ops path to keep track of IOVAs. The whole point of the non-dma_ops path is that it allows the IOVAs to be handled separately. The IOVA handling code removed in this patch is pointless. Signed-off-by: Tom Murphy <murphyt7 at tcd.ie> --- drivers/iommu/intel-iommu.c | 89
2018 Sep 29
1
Improvement to documentation in dput.Rd
If the "Matrix" package is attached, 'example(dget)' fails: > library(Matrix) > example(dget) dget> fil <- tempfile() dget> ## Write an ASCII version of function mean to our temp file dget> dput(mean, fil) dget> ## And read it back into 'bar' dget> bar <- dget(fil) Error in initialize(value, ...) : '...' used in
2007 Oct 17
1
dget not restoring dput in R 2.6.0 (PR#10350)
Full_Name: David States Version: 2.6.0 OS: Windows XP64 Submission from: (NULL) (141.211.38.9) # The pair of commands # # dput(object, "file.dput") # object = dget("file.dput") # # should be a no op, but this is not working correctly for all objects. # # Simple example: # # make a simple object of class "hclust" cl = hclust(dist(matrix(nrow=4,ncol=4, c(1:16)))) #
2007 Apr 22
1
dput/dget when a data frame has 2 rows (PR#9627)
This doesn't seem right; I'm using R version 2.4.1 (2006-12-18) on Mac OS and Win XP and find the same issue: > mydataframe <- data.frame(ppi=c(.5,.5),mmu=c(5,10)) > dput(mydataframe,"mydataframe.txt") > dget("mydataframe.txt") Error in attributes(.Data) <- c(attributes(.Data), attrib) : row names must be 'character' or 'integer', not
1999 Feb 12
1
more on dput
I would like to write data so that I can re-read it and reproduce results, preferably in both R and Splus. In the past when I have done this my data has been relatively simple and I've just scan()ed it. Now I have a fairly complicated structure I would like to preserve and I've been trying to use dput and dget. Is there a better way? If not, the following truncation by dput, which I
2006 Oct 10
1
error in dput applied to dataframe (PR#9286)
Full_Name: Daniel F Higgins Version: 2.4.0 OS: Windows XP and Mac OSX Submission from: (NULL) (128.111.242.49) Create a dataframe as indicated below and apply 'dput' to it; note that the row.names attribute is incorrect! > aaa <- c("AAA","BBB","AAA") > bbb <- c(1,2,3) > df <- data.frame(aaa,bbb) > dput(df) structure(list(aaa =