genomicsclass / labs

Rmd source files for the HarvardX series PH525x
http://genomicsclass.github.io/book
MIT License
2.01k stars 1.95k forks source link

Permission to port over dplyr tutorial to DataFramesMeta.jl #102

Closed pdeffebach closed 3 years ago

pdeffebach commented 3 years ago

Hello,

I am the maintainer of the Julia package DataFramesMeta.jl. It is a data manipulation package for the Julia language and it is very similar to dplyr. I would like permission to port your dplyr tutorial to DataFramesMeta.jl and host it on our documentation website.

We are getting very close to releasing version 1.0 of DataFramesMeta and as a result I'm working on tutorials to help new users get on board.

Because so many of our users will be coming from dplyr, it makes sense to not try and re-invent the wheel when it comes to tutorials and instead port over existing tutorials. Your dplyr tutorial ranks pretty high on Google search and is a nice introduction.

Can I modify your tutorial to be a tutorial for DataFramesMeta.jl and host it on our website? This pretty much just involves surface-level syntax changes, but most of the text will remain intact.

Thank you!

rafalab commented 3 years ago

You have permission

pdeffebach commented 3 years ago

Thank you!