[Rd] Is there an automatic method for updating an existing CRAN package from R-forge?

2012-10-01 Thread S Ellison
I have a package on CRAN and now have a modest update that's passing build checks on R-forge. Is there a mechanism on R-forge for updating an existing CRAN package, analogous to the 'submit to cran' link on the R-forge package page, or should I just follow the instructions at

Re: [Rd] Is there an automatic method for updating an existing CRAN package from R-forge?

2012-10-01 Thread Duncan Murdoch
On 12-10-01 7:38 AM, S Ellison wrote: I have a package on CRAN and now have a modest update that's passing build checks on R-forge. Is there a mechanism on R-forge for updating an existing CRAN package, analogous to the 'submit to cran' link on the R-forge package page, or should I just

Re: [Rd] Is there an automatic method for updating an existing CRAN package from R-forge?

2012-10-01 Thread Dirk Eddelbuettel
On 1 October 2012 at 12:38, S Ellison wrote: | I have a package on CRAN and now have a modest update that's passing build checks on R-forge. | | Is there a mechanism on R-forge for updating an existing CRAN package, analogous to the 'submit to cran' link on the R-forge package page, or should

Re: [Rd] Is there an automatic method for updating an existing CRAN package from R-forge?

2012-10-01 Thread Paul Gilbert
Yes, the button is still there if you are logged in and unhide it. (You probably also need the appropriate developer permission.) Beware that R-forge needs to indicate the package build status is current, but also, if you have just made svn updates it may falsely indicate current. Check the

Re: [Rd] Is there an automatic method for updating an existing CRAN package from R-forge?

2012-10-01 Thread Spencer Graves
On 10/1/2012 9:30 AM, Paul Gilbert wrote: Yes, the button is still there if you are logged in and unhide it. (You probably also need the appropriate developer permission.) Beware that R-forge needs to indicate the package build status is current, but also, if you have just made svn updates it

[Rd] False positive note about ambiguous dispatch

2012-10-01 Thread Hervé Pagès
Hi, In the situation below the note issued by the dispatch algo doesn't seem right: setClass(A, representation(stuff=complex)) setAs(ANY, A, function(from) new(A, stuff=as.complex(from))) as(6, A) An object of class A Slot stuff: [1] 6+0i as(6L, A) Note: Method with