Skip to content

bhuvy2/bhuvy-rdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00fa09e · Jun 15, 2019

History

3 Commits
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019

Repository files navigation

bhuvy-rdata

My custom themes and functions in R.

Installing

The pre-release version of the package can be pulled from GitHub using the devtools package:

# install.packages("devtools")
devtools::install_github("bhuvy2/bhuvy-rdata", build_vignettes=TRUE)

For developers

The repository includes a Makefile to facilitate some common tasks.

Running tests

$ make test. Requires the testthat package. You can also specify a specific test file or files to run by adding a "file=" argument, like $ make test file=logging. test_package will do a regular-expression pattern match within the file names. See its documentation in the testthat package.

Updating documentation

$ make doc. Requires the roxygen2 package.

About

My Custom R Functions

Resources

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE
MIT
LICENSE.solarize

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published