[Discuss] Fwd: [ES_JOBS_NET] Earth Data Fellowship Opportunity at Development Seed (Washington DC)

2018-04-21 Thread Naupaka Zimmerman
A fellowship opportunity for working with AWS and Earth Science data that may be of interest to some on this list. Best, Naupaka Forwarded message: -- Fellowship post: https://developmentseed.org/careers/fellowship/ Contact: ai...@developmentseed.org

Re: [Discuss] Git lesson through RStudio?

2018-03-14 Thread Naupaka Zimmerman
Good conversation! The way I've always taught it as part of an R-shell-git-R sequence is to do a full half-day with git from the command line, then in the second R segment (end of second day), move over to using git in RStudio. That way it reinforces the concepts learned on the command line

[Discuss] git autopush

2018-01-24 Thread Naupaka Zimmerman
Hi all, Potentially a very useful tool for instructors, created by Chris Holdgraf at the Berkeley Institute for Data Science: [gitautopush](https://github.com/choldgraf/gitautopush). He just added a nbconvert option too! It's kind of like the [bash PROMPT_COMMAND

[Discuss] Fwd: Help Us Hire Software Developers

2017-06-25 Thread Naupaka Zimmerman
Hi all, A job opportunity that may be of interest to some of you on this list. Carbon Lighthouse is a company based out of San Francisco that helps businesses reduce their carbon footprint. It was founded by some friends of mine from college. They’re looking to hire some developers with Python or

[Discuss] Testing for data analysis code

2017-05-10 Thread Naupaka Zimmerman
Hi all, I'm been thinking recently about the best way to incorporate testing (regression/unit/etc) into routine data analysis scripts, both for my own work and when teaching (e.g. a graduate-level bioinformatics class). Conceptually it seems straightforward to incorporate tests when

Re: [Discuss] casto: Live coding in browser, using text editor.

2017-03-14 Thread Naupaka Zimmerman
I find things like this really helpful for allowing people to follow along as you go, and students seem to really appreciate having the record to download and refer back to. A Dropbox public links works well for this too. For R, I usually save the script somewhere in Dropbox (or other cloud

Re: [Discuss] nano not found after installing gitbash

2017-03-07 Thread Naupaka Zimmerman
FWIW, we just had a workshop at UCSF and the nano install/config with the SWC installer worked fine on the ~15 windows laptops in the room. The only ones with 'nano not found' were those that hadn't run the SWC installer after installing git for windows. Best, Naupaka On 7 Mar 2017, at 3:50,

Re: [Discuss] forking github repos/github pages

2017-01-17 Thread Naupaka Zimmerman
Hi Tobin, The other difference with the R repos (as compared to non-R lessons) is that they have a makefile in them that needs to be run locally to knit the Rmd files to md for Jekyll to use to render for GitHub pages. Lots of really useful info on all the gory details of how lessons are

Re: [Discuss] Defensive Programming with R

2016-09-30 Thread Naupaka Zimmerman
Hi Raniere - I think it isn't a part of the materials because it's a bit advanced for the usual audience level. But that's not to say it wouldn't be nice to have. I imagine such a lesson could intro the base assertion functions like `stopifnot()` and also Hadley's testthat package. PRs

[Discuss] Fwd: Help Us Hire Our Next Software Engineer

2016-04-29 Thread Naupaka Zimmerman
Hi all - Passing along a job opportunity for a software engineer at a clean-tech startup in San Francisco called Carbon Lighthouse (http://www.carbonlighthouse.com/). The company was started by a couple of friends of mine; they're good people and they do good work -- could be a great

Re: [Discuss] Lesson contribution requirements

2016-04-19 Thread Naupaka Zimmerman
Hi Bennet - It works for me, but I'm using CommonMark 0.5.4 vs your 0.6.3? Maybe the newer version of CommonMark removed or renamed DocParser? dig around on GitHub> Yup, looks like `DocParser` was renamed to `Parser` in v0.6.0

Re: [Discuss] Editable tables in repos?

2015-06-24 Thread Naupaka Zimmerman
Perhaps not a silver bullet, but: Emacs org-mode has some pretty awesome table functionality, including formulas. These get rendered properly (like markdown tables) on GitHub, since GitHub renders .org files. Downside is that people need to install/use emacs and org-mode syntax to get the