Skip to content

tlscherer/MSSLStyleGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

MSSLStyleGuide

This file describes the style guide for MSSL projects.

R Projects

General

Underscores "_" not periods "."

Packages

  • All calls to external packages should made on the Imports and Suggests lines in the DESCRIPTION file. Any calls to library() in the analysis should be commented out.
  • Packrat

Functions

Writing Functions

-R functions go in their own individual .r file. -The name of the file should be the same as the name of the function

Calling Functions

R-Notebooks

All analysis should be in an R-Notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published