Re: [Discuss] An Etherpad of Software and Data Carpentry Etherpads

2017-01-08 Thread Sean Davis
Github might be an alternative or additional home. On Jan 8, 2017 15:11, "Karin Lagesen" wrote: > ...is there any way that this list could appear under the url > > pad.software-carpentry.org? > > Just spent 10 minutes looking for the pad-of-pads.. > > > Karin > > > On 21.12.2016 16:36, Tracy Te

Re: [Discuss] off-topic (?): source-controlling config files

2016-06-13 Thread Sean Davis
Take a look at git submodules and subtrees. Many folks end up using git submodules, but subtrees are, in some senses, simpler and often suffice. There are a number of good posts online about one versus the other. As is often the case with Git, I’d suggest trying both and see which feels more

Re: [Discuss] Reproducible R workshop - melded Software/Data Carpentry

2016-05-24 Thread Sean Davis
censes/by-nc-sa/3.0/us/> Sean > On May 24, 2016, at 1:34 PM, Sean Davis wrote: > > This is a longer set of lessons, but there is plenty of useful stuff here: > > https://www.coursera.org/specializations/jhu-data-science > <https://www.coursera.org/specializations/jhu-dat

Re: [Discuss] Reproducible R workshop - melded Software/Data Carpentry

2016-05-24 Thread Sean Davis
This is a longer set of lessons, but there is plenty of useful stuff here: https://www.coursera.org/specializations/jhu-data-science Sean > On May 24, 2016, at 1:29 PM, Stephanie Labou wrote: > > Hi all, > > > The economics departm

Re: [Discuss] SWC for high school (16-18)

2016-05-03 Thread Sean Davis
> On May 3, 2016, at 4:53 PM, Dirk Eddelbuettel wrote: > > > On 3 May 2016 at 21:45, Josh Greenhalgh wrote: > | Hi people of SWC, > | > | I would like to try teaching SWC material to high school students - those > doing physics/maths/computing at A-level (students between 16 and 18 in > Engla

[Discuss] R ISC proposals

2015-12-07 Thread Sean Davis
This might be well-known to folks, but in case it is not, I post it here. From the R ISC website: The goal of the Infrastructure Steering Committee (the ISC) is to support projects that broadly help the R community. This might be software development, developing new teaching materials, documen

Re: [Discuss] Is etherpad down?

2015-10-12 Thread Sean Davis
Hi, Jon. This is great service, so thanks for setting up another instance. Are you placing any restrictions on your instance? Are there any terms-of-use or content licensing issues that you want to declare (never a bad idea to be explicit)? Sean > On Oct 12, 2015, at 10:19 AM, Jon Pipitone

Re: [Discuss] Rodeo IDE is like Rstudio

2015-04-29 Thread Sean Davis
Running a shell in emacs or vim will functionally accomplish a history with output. The students need not know that emacs/vim are being used, as it looks the same on the screen if the backgrounds are set appropriately. Saving the buffer to a file regularly will get them an updated file during the

Re: [Discuss] what's your opinion on sense.io as a teaching tool?

2015-03-18 Thread Sean Davis
I tend to agree with Kai. In addition, Sense is a commercial entity and it might not be the best message to send to novice programmers to use a commercial platform for teaching open-source coding approaches. That said, it is always worth watching emerging technologies like this to see what we can

Re: [Discuss] Tools to write Python using LaTeX

2015-02-28 Thread Sean Davis
Hi, Dan. The search term is "literate programming" and there are a lot of options. One obvious choice is knitr, directly: http://yihui.name/knitr/demo/engines/ Sean On Sat, Feb 28, 2015 at 2:03 AM, Daniel Chen wrote: > Does anyone know of a tool to interweave Python code and output with all

Re: [Discuss] version control of big files

2014-11-18 Thread Sean Davis
On Tue, Nov 18, 2014 at 11:19 AM, Naupaka Zimmerman wrote: > Hi Karin - > > I believe at one point there was a lot of talk about using git annex for > this purpose: > https://git-annex.branchable.com > > Haven't used it myself, but perhaps others have and can chime in. > I've used git-annex as w