datasciencecampus / coding-in-the-open

A compendium of open-source guidance which aims to share the benefits, risks and a summarised strategy for open-source coding.
https://datasciencecampus.github.io/coding-in-the-open/
MIT License
8 stars 0 forks source link

adapt template for R packages? #51

Open NicciPotts opened 1 year ago

NicciPotts commented 1 year ago

Feedback from survey

My understanding of packaging R code tells me that this template wouldn't work. It's great for Python though. Could there be two templates?

Believe this has been discussed previously and relates specifically to R packages not R repos

And

Additional branches could be added to address bespoke needs (such as R packaging structure etc). Disclaimer: I have been involved in the working group on this.

TSGreen commented 11 months ago

@matweldon , correct me if I am wrong, but I recall you volunteered to help with setting up something like this?

TSGreen commented 10 months ago

Python template added - changes include adding Black and Flake8 into pre-commit config and updates to README to reflect these changes. See branch here

No progress on R package branch - need to either chase someone with experience packaging in R or agree to not bother.