On 20.08.2014 00:05, Jeroen Ooms wrote:
On Tue, Aug 19, 2014 at 8:14 PM, Dirk Eddelbuettel wrote:
I hereby offer one beer to the first person who shows me how to use RSelenium
to drive the webform from a script.
Below is a simple script that simulates the form. No crazy RSelenium
browser i
On Tue, Aug 19, 2014 at 3:05 PM, Jeroen Ooms wrote:
> On Tue, Aug 19, 2014 at 8:14 PM, Dirk Eddelbuettel wrote:
>
> https://gist.github.com/jeroenooms/48be418e87100d7ea1a2
>
> Not sure if CRAN maintainers will appreciate this, though. The "I have
> read the CRAN policies" confirmation page is pr
On 20 August 2014 at 00:05, Jeroen Ooms wrote:
| On Tue, Aug 19, 2014 at 8:14 PM, Dirk Eddelbuettel wrote:
| >
| > I hereby offer one beer to the first person who shows me how to use
RSelenium
| > to drive the webform from a script.
|
| Below is a simple script that simulates the form.
I pres
On Tue, Aug 19, 2014 at 8:14 PM, Dirk Eddelbuettel wrote:
>
> I hereby offer one beer to the first person who shows me how to use RSelenium
> to drive the webform from a script.
Below is a simple script that simulates the form. No crazy RSelenium
browser interactions; I just reverse engineered th
Isn't the source for CRAN itself open source? One option is to run a test
server that can respond with a success or failure message based on the
submission.
•
Brian Lee Yung Rowe
Founder, Zato Novo
Professor, M.S. Data Analytics, CUNY
> On Aug 19, 2014, at 3:55 PM, Kasper Daniel Hansen
>
On Fri, Jul 18, 2014 at 4:00 PM, Dario Strbenac
wrote:
> Hello,
>
> capture.output produces a different result if the S4 object was created with
> a constructor than if the body of the constructor is copied and pasted.
>
> setClass("TransformParams", representation(
> transform = "function",
>
Given the seeming need for automated submission to CRAN, perhaps the repos
maintainers could consider making a function available that allows one to
do so, for example
source("http://www.cran.r-project.org/submit_to_cran.R";)
submit_to_cran("PACKAGE.TARBALL", REQUIRED_ARGUMENTS)
or perhaps be i
On 19/08/2014 2:40 PM, Carl Boettiger wrote:
Dirk, listeners,
Perhaps you would consider using omegahat's RHTMLForms instead?
library("RHTMLForms")
forms <- getHTMLFormDescription("http://xmpalantir.wu.ac.at/cransubmit/
")
submit_to_cran <- createFunction(forms[[1]])
Should crea
Dirk, listeners,
Perhaps you would consider using omegahat's RHTMLForms instead?
library("RHTMLForms")
forms <- getHTMLFormDescription("http://xmpalantir.wu.ac.at/cransubmit/
")
submit_to_cran <- createFunction(forms[[1]])
Should create a function called "submit_to_cran" with argumen
On 19 August 2014 at 19:51, Uwe Ligges wrote:
| So to all listeners: Future submission by means of the webform, please.
I hereby offer one beer to the first person who shows me how to use RSelenium
to drive the webform from a script.
Dirk
(who used the webform in textmode earlier today over a s
On 19.08.2014 15:54, Duncan Murdoch wrote:
On 19/08/2014 9:28 AM, Richard Cotton wrote:
I recently tried to submit a package to CRAN using the release
function in the devtools package and got the response:
> The policies asked you to use the webform: do so in future.
I think that the relevan
Hi Richie,
On 19 August 2014 at 16:28, Richard Cotton wrote:
| I recently tried to submit a package to CRAN using the release
| function in the devtools package and got the response:
|
| > The policies asked you to use the webform: do so in future.
|
| I think that the relevant line in the poli
On 19/08/2014 9:28 AM, Richard Cotton wrote:
I recently tried to submit a package to CRAN using the release
function in the devtools package and got the response:
> The policies asked you to use the webform: do so in future.
I think that the relevant line in the policies are:
> When submitting
I recently tried to submit a package to CRAN using the release
function in the devtools package and got the response:
> The policies asked you to use the webform: do so in future.
I think that the relevant line in the policies are:
> When submitting a package to CRAN you should use the submissio
14 matches
Mail list logo