knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Contributing to this package is very much welcome. This is an effort to structure things and follow certain convention when pushing to Github.

Keyword for GitHub Commit

These keywords will be helpful when searching for relevant commits:

Github Commit Message

Use message for commit as follows:

Keyword: Write summary as imperative or command

More detail explanation if necessary with maximum 72 characters and use
line break for long sentences.

The first line gives summary for what was done. Preferably to write this as imperative mood or like commanding someone especially for commit related to features, functions (Feat:) or fixing code (Fix).

Folders structure

Where are the files located and how the files will be used.

Naming style (function or object)

Use these naming style:

Function names

An effort to group functions according to their responsibilities



helseprofil/orgdata documentation built on Feb. 3, 2025, 4:55 p.m.