README.md

Lazy2

Custom functions from Lazy for personal use, now as a package!

Version 0.2.0 To Do

Checklist before moving to 0.2.0

Ver 0.2.0 is final backward incompatible change.

Version 0.2 Ideas

~- [ ] Think about utilizing cpp codes for simple calculation function. --> speed trade-off potentially not worth it~ - [ ] Mathematical equations into help page. (if possible)

Note to Self

Version Numbers

major.minor.patch.dev

Testing Build

getwd() #'path/to/alt/RLib/Lazy2'
library(devtools)
build()
document()
check()

Installation Guide

.libPaths('path/to/alt/RLib')
devtools::install_github('LittleHeronCodes/Lazy2')
library(Lazy2, lib.loc = 'path/to/alt/RLib')

Update Guide

library(roxygen2)
library(devtools)

getwd()
#'path/to/alt/RLib/Lazy2'
document()
build()
install()

# reload package
reload(inst('Lazy2'))

Useful Links and References



LittleHeronCodes/Lazy2 documentation built on Jan. 26, 2024, 2:01 p.m.