ropensci-archive / rfigshare

:no_entry: ARCHIVED :no_entry: An R Interface to 'figshare'
https://docs.ropensci.org/rfigshare
40 stars 12 forks source link

Documentation #31

Closed emhart closed 11 years ago

emhart commented 11 years ago

I'm not sure if this is useful or not. I worked on it a bit when we had all that flurry of activity and then it dropped off my radar. I finished it up today and could add the md file to documentation if you think it'd be useful. It may just recapitulate the documentation you already have up though.

http://figshare.com/articles/An_rfigshare_tutorial/97209

cboettig commented 11 years ago

Looks cool.

A few notes: it's no longer necessary to call fs_auth(). It's called automatically by functions that need it and authenticates if authentication hasn't yet been done.

We should probably encourage folks to put keys in the .Rprofile at every opportunity, so they don't get annoyed by having to authenticate.

I'm looking into a function that will let you publish the images to figshare automatically when knitr runs (the way you already can in knitr using imgur).

It might seem a strange workflow to some (though not me!) that you propose markdown -> pandoc -> pdf, rather than just standard Sweave/.Rnw -> pdf, which is a more common workflow for lots of folks. but very cool/nicely written all the same.

On Mon, Nov 5, 2012 at 5:17 PM, Edmund Hart notifications@github.comwrote:

I'm not sure if this is useful or not. I worked on it a bit when we had all that flurry of activity and then it dropped off my radar. I finished it up today and could add the md file to documentation if you think it'd be useful. It may just recapitulate the documentation you already have up though.

http://figshare.com/articles/An_rfigshare_tutorial/97209

— Reply to this email directly or view it on GitHubhttps://github.com/ropensci/rfigshare/issues/31.

Carl Boettiger UC Santa Cruz http://www.carlboettiger.info/