microbiome / OMA

Orchestrating Microbiome Analysis
https://microbiome.github.io/OMA
85 stars 43 forks source link

Styling of packages and functions #564

Closed TuomasBorman closed 1 month ago

TuomasBorman commented 2 months ago

https://github.com/microbiome/OMA/pull/562

All packages should be in format `package`, all functions should be in format `function()` and all slots should be in format `assay`.

Now the book contains multiple different styles. Modify them all to follow this common styling.

jkc9886 commented 2 months ago

in reference to #562, I can work on maintaining this common styling, just some quick confirmations :

  1. should I go with library("mia") or library(mia) ?
  2. is it okay to assign you as a reviewer on that PR?
antagomir commented 2 months ago
  1. use library(mia) style
  2. you could add me and @TuomasBorman
antagomir commented 2 months ago

Also, @Daenarys8 could provide review comments?

jkc9886 commented 1 month ago

This issue could be closed @antagomir ?

584 addressed this.