Rperform-package: Rperform - Performance testing for R packages

Rperform-packageR Documentation

Rperform - Performance testing for R packages

Description

Rperform helps R package developers keep track of the quantitative metrics of their packages over various development versions.

Details

The DESCRIPTION file: This package was not yet installed at build time.
Index: This package was not yet installed at build time.
~~ An overview of how to use the package, including the most important functions ~~

Author(s)

Akash Tandon (analyticalmonk on GitHub), Toby Dylan Hocking

Maintainer: Akash Tandon <akashtndn.acm@gmail.com>

References

~~ Literature or other references for background information ~~

See Also

~~ Optional links to other man pages, e.g. ~~ ~~ git2r ~~

Examples


## Not run: 
# Set the current directory to the git repository concerned.
setwd("./Path/to/repository")

# Set the file-path
t_path <- "Path/to/file"

# Load the library
library(Rperform)

## End(Not run)


analyticalmonk/Rperform documentation built on July 3, 2022, 2:36 a.m.