DS4B-ANU / help

this is where to ask for help with your coding in BIOL3207/6207
MIT License
2 stars 0 forks source link

HELP!

This repo is where BIOL3207/6207 students from ANU can ask for help with their coding

How?

  1. First, read this blog post and make sure you follow the advice on how to make a Minimal Reproducible Example. A little summary is to include:
    • a short, descriptive title
    • enough context that someone can quickly understand what you are trying to do
    • a clear problem statement
    • a description of what you've already tried, or what directions you think might be useful
    • reproducible code and data, try to make sure to include a minimal dataset that we can load, as well as a clear example of the output you are looking for (see also points 2 and 3)
    • good formatting (e.g. use headers and subheaders if it makes it clearer)
  2. Write your MRE
  3. If there is code in your MRE, make sure it runs as you expect (either producing the output you expect, or the error you expect), then turn your code into a reprex using the reprex() function from the reprex package in R
  4. Submit your MRE with the reprex code as a New Issue on this repository
  5. Await help

Then what?

We'll do our best to respond to all questions within 1 working day.

A few things to remember