Skip to content

maptracker/myRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myRepository R Package

The myRepository package contains tools to allow an organization to initialize, maintain and populate their own, internal R package archive. In other words, you can use it to set up your own in-house CRAN.

It also contains utilities to aid users in the development of well-documented R packages. These tools are targetted towards new programmers, or programmers who are new to the R language. They encapsulate the process of:

  • Creating a "blank" package (the createNewPackage() function)
  • Building and checking the package (buildAndCheck())
  • Learning how to use Roxygen to easily document the package (the exampleCodeDeleteMe.R example file)
  • Learning to use tests (test-harmlessExamplesDeleteMe.R)

Files

About

R package to manage the creation and publication of R packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors