- Switch to MIT license.
todo. matrix is printed with quotes, but tibble does NOT. But tibbles are only printing 6 rows. Maybe the "pillar" package could help?
as.matrix(mtcars) %>% lucid as.matrix(mtcars) %>% as_tibble
- Add method for
sommer::mmer
objects.
- Fix test case to accommodate changes in
lme4
output.
lucid()
now converts tibbles to data.frames before formatting.
-
Added logo, JSM poster & paper to github.
-
Changed vignette from Rnw to Rmd.
-
Switched to
roxygen2
documentation. -
Now using
testthat
andcovr
packages.
- Namespace changes due to R devel changes.
- Added
vc.mcmc.list()
for prettier summaries from JAGS.
-
Re-worked code. Primary objective is formatting, not printing.
-
Added
na.replace
option.
- First release to CRAN, Nov 2014.
- Development begins