Skip to content

halpclub/sdlabFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdlabFunctions

This is the Stress and Development Function Library! To load the package:

  1. library(devtools)
  2. install_github("halpclub/sdlabFunctions")
  3. library(sdlabFunctions)

A few guidelines for building new packages:

Document your functions

Use roxygen2 to build documentation in to your functions. Here is how to do that: https://cran.r-project.org/web/packages/roxygen2/vignettes/roxygen2.html (or you can look at the examples)

Use one R file per function, or one per author.

Remember Human Error

If you're using a function for the first time - remember to check that it does what it says it does.

About

Share useful functions (R package)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages