Skip to content

santina/gameplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameplay

My first R package base on a R homework

How to build

  • install.packages("devtools")
  • start a new project
  • document() :
    • for generating documentations/help files when typing ?functionName()
    • .Rd files in man
  • Build&Reload constantly to refresh the package
  • devtools:test() to test the test cases
  • more details in [overview], part1, part2, hints

How to download it

  • library(devtools)
  • install_github("santina/gameplay")

About

My first R package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published