similar to: Changing the generic of as.data.frame

Displaying 20 results from an estimated 9000 matches similar to: "Changing the generic of as.data.frame"

2007 Oct 09
2
Package compile under Windows on 2.6.0
Dear all, We are experiencing some trouble when compiling R packages using R 2.6.0 and the new Rtools installer under Windows XP. (1) First, compiling any package using the new setup stops with an errorrelated to some "/" issue on the inst folder. This folder only contains a CITATION file ---------- Making package FLCore ------------ adding build stamp to DESCRIPTION installing
2015 Oct 05
3
authorship and citation
Dear R developers, This is a rather peculiar question, but nevertheless I would still need an answer for. It is about an R package which I created (namely QCA), and from versions 1.0-0 to 1.1-4 I had a co-author. The co-author recently withdrawn from the package development, but still requires to be left in the authors list and be cited for the package in the CITATION file. Obviously, one could
2008 Apr 17
1
LinkingTo for 2 packages
Hello, One of our packages contains C++ code that needs to be compiled against 2 other packages. So the LinkingTo field in DESCRIPTION looks like this LinkingTo: FLCore,FLash Both packages are also in the Depends field. In R 2.6.2, first thing we noticed was that both names could not have any space between them, althoguh the example in the html version of "Writing R Extensions" does
2015 Oct 05
2
authorship and citation
As a fourth option, I wonder if the first author could fork the package? Presumably, appropriately cited, a fork is permitted by the license under which it was released. Then the original package, by both authors, still exists (and a final version could point to the new one) and the new package, citing the previous version appropriately, is by a single author. The page of CRAN's policies
2003 Mar 26
1
Libvorbis documentation.
Greetings, On the official documentation page, http://www.xiph.org/ogg/vorbis/docs.html, there are links to the documents describing the released libraries, ie. libvorbis, vorbisfile and vorbisenc. However, the first one is not a link at all, although I seem to remember that it was so earlier. I also downloaded the SDK for Mac OSX, which sorta contains a documentation for libvorbis, but
2006 Jun 05
2
grep() and factors
Hi all, Based upon an offlist communication this morning, I am somewhat confused (more than I usually am on most Monday mornings...) about the use of grep() with factors as the 'x' argument. The argument guidance in ?grep indicates: x, text a character vector where matches are sought. Coerced to character if possible. and in the Details section: Arguments which should be
2005 Aug 24
1
histogram method for S4 class.
Hi, I'm trying to develop an histogram method for a class called "FLQuant" which is used by the package FLCore (http://flr-project.org). FLQuant is an extension to "array". There is an as.data.frame method that coerces flquant into a data.frame suitable for lattice plotting. The problem is that when I coerce the object and plot it after it works but if the method is
2005 Aug 24
1
histogram method for S4 class.
Hi, I'm trying to develop an histogram method for a class called "FLQuant" which is used by the package FLCore (http://flr-project.org). FLQuant is an extension to "array". There is an as.data.frame method that coerces flquant into a data.frame suitable for lattice plotting. The problem is that when I coerce the object and plot it after it works but if the method is
2016 Nov 04
2
dnf and failing epel
On 04/11/16 12:51, Jonathan Billings wrote: > On Fri, Nov 04, 2016 at 12:30:02PM +0000, lejeczek wrote: >> hi everyone, >> >> I use dnf but one epel fails in a peculiar way: > Do you get this error when using 'yum'? 'dnf' is provided via EPEL > and isn't part of CentOS, so you might want to consider filing a bug > with EPEL. it seems it might be
2020 Oct 24
1
NUT uses port 3493 for everything
The NUT project uses port 3493 to receive traffic to the upsd server. Unlike the protocols http (80) and https (443), NUT has no specific port for encrypted traffic. For the upsdTLS.py daemon. I squatted port 563, but it would be much better to have an officially assigned port. Port 3494 was at one time assigned to ibm3494 3494/tcp # IBM 3494 [Jeffrey_Pilch] ibm3494
2014 Feb 13
1
Centos 5.10 Firefox 24.3.0 HTML OL
Firefox used to render <ol type="a"> <li>.................</li> as a. ............... Now it does not. The HTML 4.1 spec at http://www.w3.org/TR/html401/struct/lists.html#type-values says use CSS instead. These <ol type="a"> <ol type="A"> <ol type="i"> used to work in the Centos 5 supplied Firefox. Now OL
2007 Oct 14
1
bug (?) in [.data.frame with matrix-like indexing
Consider in R-2.6.0 (also R-patched from yesterday): iris[1, c(TRUE, FALSE, FALSE, FALSE, FALSE)] ## Error in .subset2(xx, j) : recursive indexing failed at level 2 iris[1, c(FALSE, FALSE, FALSE, FALSE, TRUE)] ## Error in .subset2(xx, j) : attempt to select less than one element i.e. matrix-like indexing on data.frames, one logically-indexed dimension with only one value TRUE in it. It is
2012 May 18
1
Natural Language Toolkit for R - is it still there?
Hi I used the package Natural Language Toolkit about a year ago to parse strings into parts of speech. However, I cannot find it on CRAN. Has it been withdrawn? Thanks Nick -- Lecturer in Speech and Language Pathology Room 1.9 King George VI Building Queen Victoria Road University of Newcastle-upon Tyne NE1 7RU 0191 222 8720 [[alternative HTML version deleted]]
2003 Oct 22
1
Windows RConsole Focus
Hi, I was looking for a Windows-specific R function to focus the console window and couldn't find one. The motivation is that after loading the tcltk package, the "main" Tk window "." is presumably focused but then immediately withdrawn (hidden) so the RConsole loses its focus and you have to click on it to continue typing. Would there be any interest in including a
2008 Sep 25
1
Saving R-objects to a database
Someone solved the problem of saving R-objects to a database? These are the two varaints I've tried so far without success: 1) ser = rawToChar(serialize(obj, NULL, ascii=TRUE)) dbSendQuery(link, paste("insert into table values(1, '",ser,"')",sep='')) The field to save the object in the MySQL Database is of type text. unser = dbGetQuery(link,"select
2002 Aug 01
2
Samba and ACLs with XFS [WAS: Samba and RSBAC or LSM]
>> Hi, >> sorry I forget to specify OS. >> I'm using: >> RH 7.2 kernel 2.4.9 >> FS - XFS 1.0.2=20 >> Samba 2.2.3a >> I'm using XFS ACL, but I need set EA(ACL) to Change (read - yes, write - >> yes, delete - no, execute - no). >> I don't know how to set this with standard UNIX permissions (rwx).=20 >>
2006 Jul 11
1
Coxph
Dear all, My question is: In the Surv object you have two arguments, "time" and "event". I have two events, namely withdrawn and success. I use no event or status argument in "Surv" because all my objects "die" in my data set. Does coxph function calculate the coefficients correctly when you put no "event" argument into the Surv object?
2005 Nov 22
0
install.packages in R 2.2.0
Dear all, I am having trouble with install.packages() when specifying a non-CRAN repository. The command below works in R 2.1.0 and R 2.1.1 compiled from source in Linux, bringing up the Tcl/Tk interface for selection, but in 2.2.0 I get > install.packages(repos='http://flr-project.org/R') Error in install.packages(repos = "http://flr-project.org/R") : argument
2015 Jan 23
3
Chromium browser for C6
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of Karanbir Singh > Sent: den 22 januari 2015 18:20 > To: centos at centos.org > Subject: Re: [CentOS] Chromium browser for C6 > its been withdrawn upstream. > > given the level of interest in getting this built - can we not get > enough attention to
2007 Jul 03
1
How to get the names of the classes exported by a specific package.
Hi, I'm writing some functions to generate Rd files for a S4 package. I want to have 2 character vectors with the names of the S4 classes and the methods exported by a package. To get the info about methods I'm using "getGenerics(where="package:FLCore")" however I can not find a similar process to get the S4 classes. Are there functions to access this information