Displaying 11 results from an estimated 11 matches for "grosu".
Did you mean:
gross
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.dat...
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
2015 Nov 17
0
Small request of a feature improvement in the next version of R
On Mon, 2015-11-16 at 20:11 -0500, Paul Grosu wrote:
> 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:
>...
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()
> Bel...
2004 May 14
1
nmbd dies every day
Hi there, i have 2 samba servers (1 with ver 3.0.0-15 - will do an
update soon - other with 3.0.2-7.FC1) both installed on Fedora 1.B and
my problem is that for some reason one of them (3.0.0-15 to be exact)
stops every day a few hours after everybody goes home. I had the same
version on the other server and that never happened. Please any ideas
why this happens?
[2004/05/13 20:20:36, 3]
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 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
2016 Jan 24
3
URL for a vignette on CRAN?
How can I get a full URL for anything on CRAN?
Using Safari, Google Chrome, and Firefox under OS X 10.11.2, I
select a CRAN mirror from "www.r-project.org" and get a URL like
"https://cran.rstudio.com/". Then I select "packages" and get a
different web page, but the URL displayed doesn't change. I'd like to
access the full URL of a vignette in a
2004 May 10
0
Newbie multiple problems no solutions
Hello,
I installed recently a samba server 3.0.0-15 on Fedora as PDC, it works
- generally speaking - but i have a few problems with it (I should begin
with "i'm samba virgin - my first time :) ). So, first thing, i was
expecting to have something like windoze network neighbourhood in
konqueror (smb://), meaning all computers from my network browseable no
matter what system they
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