Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code formatting guidelines #14

Open
KevCaz opened this issue Feb 28, 2020 · 1 comment
Open

Code formatting guidelines #14

KevCaz opened this issue Feb 28, 2020 · 1 comment
Assignees

Comments

@KevCaz
Copy link
Member

KevCaz commented Feb 28, 2020

It would be nice to introduce some guidelines for code formatting of the workshops (both inline code and code chunks).

For instance, in code chunk we could use:

var <- 2

Instead of

var = 2

Another example, for the inline code, when a function is mentioned we could use

In what follows we will be using plot()

rather than

In what follows we will be using plot

Looks like details but it makes it easier to read the code and understand what we are referring to.

@KevCaz KevCaz self-assigned this Feb 28, 2020
@KevCaz
Copy link
Member Author

KevCaz commented Mar 10, 2020

Similarly,

  • plot/ggplot/qplot ? all?
  • dplyr over with/within ... ?
  • with/dplyr
  • rules about datasets? real data set already published?
  • standardize first slides?

@pedrohbraga pedrohbraga transferred this issue from QCBSRworkshops/templateWorkshops Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant