Skip to content

wenna2911/project-workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow and organization for statistical projects

This repository contains three things:

  • slides.pdf (Slides from the talk)
  • skeleton (This is an empty project, no code, just boilerplate files)
  • example-project (This is the final version of the example project I showed, with documented and tested functions

Necessary files to set up a "pseudopackage"

This are the files in skeleton that you would need to copy over to your package in order to set it up for use with the tools I mentioned:

  • DESCRIPTION (obviously, change the name to your name, rename the project if you want, etc.)
  • ***.Rproj project file (obviously, change the name from skeleton.Rproj to something appropriate for your project
  • tests directory: Add your tests to tests/tinytest

Keyboard shortcuts

  • Ctrl+Shift+L: Load all
  • Ctrl+Shift+D: Documentation
  • Ctrl+Shift+X: Run all examples
  • Ctrl+Shift+T: Run all tests

Packages

More information on the packages mentioned in the slides:

About

Slides and examples from talk on workflow and project organization (2021-09-30)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%