Added package logo
For parallel computing, use of n.cores=0 argument now results in all
but one core (parallel::detectCores()-1) rather than all
cores.
bibentry() rather than citEntry()Fixed use of class(), for example using inherits(object, "blah") rather than "blah" %in% class(object).
Fixed potential problem in documentation, since plot() has moved from the graphics package to base.
Converted documentation to use markdown
Fixed a bug in distee()
Fixed test for corbetw2mat(), due to upcoming change in sample(), in R 3.6
Add a vignette and example data.
calc.locallod can do calculations in parallel
Added NAMESPACE.
Revised lineupversion() to use packageVersion().