Displaying 7 results from an estimated 7 matches for "pgrosu".
Did you mean:
grosu
2016 Jan 15
1
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
>>>>> Paul Grosu <pgrosu at gmail.com>
>>>>> on Thu, 14 Jan 2016 17:35:49 -0500 writes:
> Hi Bill,
> The thing is that is happening here is the specific
> instance of as.data.frame that is being run, which in this
> instance switch between as.data.frame.matrix() and as.data.frame.mat...
2016 Jan 28
0
More Capability for Capabilities
>>>>> Paul Grosu <pgrosu at gmail.com>
>>>>> on Thu, 28 Jan 2016 07:53:13 -0500 writes:
> Hi Dario,
> Here are another couple of other fun functions you can utilize besides the
> ones Dirk recommended :)
> extSoftVersion()
> grSoftVersion()
> Below is an ex...
2016 Jan 28
2
More Capability for Capabilities
Hi Dario,
Here are another couple of other fun functions you can utilize besides the
ones Dirk recommended :)
extSoftVersion()
grSoftVersion()
Below is an example:
> grSoftVersion()
cairo libpng jpeg
"1.10.2" "1.6.16" "9.1"
libtiff
"LIBTIFF, Version 4.0.3"
2015 Nov 17
2
Small request of a feature improvement in the next version of R
Hi Everyone,
Sorry to bother the list with this small request, but I've run into this
issue and was wondering if it could be fixed in the next version of R.
Sorry if it was raised in a previous thread:
So when I try the following I get an error:
> m <- list()
> m[["A3V6HVSALQ835D"]][['profiles']] <- 3
> m[["A3V6HVSALQ835D"]][['stars']]
2016 Jan 13
3
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
as.data.frame methods behave inconsistently when they are given a row.name
argument of the wrong length. The matrix method silently ignores row.names
if it has the wrong length and the numeric, integer, and character methods
do not bother to check and thus make an illegal data.frame.
> as.data.frame(matrix(1:6,nrow=3), row.names=c("One","Two"))
V1 V2
1 1 4
2 2 5
3 3
2016 Jan 14
0
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
Hi Bill,
The thing is that is happening here is the specific instance of
as.data.frame that is being run, which in this instance switch between
as.data.frame.matrix() and as.data.frame.matrix(). I attached the
dataframe.R code, which you can find the src/library/base/R folder of the
source code. Though if you use data.frame() it will give a more expected
result.
For instance the first runs
2015 Nov 23
1
compile question
Hi Michael,
I experienced the same thing in the past. After you get the R-3.2.2.tar.gz
and uncompress it, enter the R-3.2.2 directory and run the ./configure and
make from there, rather than a different one.
One other thing, you probably already did this, but just in case you might
want to double-check this section as well:
https://cran.r-project.org/doc/manuals/r-release/R-admin.html#AIX