similar to: bug [methods]: double execution of `insertSource` within the same session does not work

Displaying 7 results from an estimated 7 matches similar to: "bug [methods]: double execution of `insertSource` within the same session does not work"

2018 Jan 29
0
bug [methods]: double execution of `insertSource` within the same session does not work
Thanks, I will fix this. On Mon, Jan 29, 2018 at 8:06 AM, Demetrio Rodriguez T. < demetrio.rodriguez.t at gmail.com> wrote: > Hello everyone, > > > I hope this reaches someone at all. It's my first bug report to the R-core, > and, apparently, bugzilla is locked from new reports for now. > > I was using `methods::insertSource` to debug and successfully fix another
2012 Aug 22
1
loading both RPostgreSQL and RSQLite leads to problems
hello, if i load the RSQLite package in addition to the RPostgreSQL package, i get various errors when trying to use RPostgreSQL functions. here is an example transcript showing one such error: ========================================================== R version 2.15.0 (2012-03-30) [...] > packageVersion('RPostgreSQL') [1] 0.3.2 > packageVersion('RSQLite') [1] 0.11.1
2010 Jul 16
1
Inserting and testing revised functions in a package
A new facility has been added to r-devel for experimenting by authors of packages. The idea is to insert modified code from the package source into the running package without re-installing. So one can change, test, change, etc in a quick loop. The mechanism is to evaluate some files of source code, returning an environment object which is a snapshot of the code. From this environment,
2012 Feb 20
3
Confused: Inconsistent result?
This is copy & paste from my session: > xyz<-as.vector(c(ls(),as.matrix(lapply(ls(),class)))) > dim(xyz)<-c(length(xyz)/2,2) > > allobj<-function(){ + xyz<-as.vector(c(ls(),as.matrix(lapply(ls(),class)))); + dim(xyz)<-c(length(xyz)/2,2); + return(xyz) + } > xyz       [,1]              [,2]        [1,] "a"               "character"  [2,]
2014 Apr 08
1
FW: DNS record info (samba-tool)
Doh forgot to cc -----Original message----- > From:Stuart Naylor <stuartiannaylor at thursbygarden.org> > Sent: Tuesday 8th April 2014 21:16 > To: G?nter Kukkukk <linux at kukkukk.com> > Subject: RE: [Samba] DNS record info (samba-tool) > > Brilliant, glad about that as zones pretty much done on set up and no worry about a restart. > > Great that adding
2010 Oct 15
0
R 2.12.0 is released
I've rolled up R-2.12.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it from http://cran.r-project.org/src/base/R-2/R-2.12.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in
2010 Oct 15
0
R 2.12.0 is released
I've rolled up R-2.12.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it from http://cran.r-project.org/src/base/R-2/R-2.12.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in