Releases: RhoInc/datadigest
Releases · RhoInc/datadigest
v1.0.2
Respond to CRAN feedback:
- Omit "from R" from the Title.
- Added quotes to software names.
- Used the CRAN template for the LICENSE file.
- Indentified the copyright holder in the DECSRIPTION file.
v1.0.1
- Add Travis CI integration
- Closes #33
- Update R version dependency
- Update description file
- Create NEWS.md and cran-comments.md in preparation of CRAN submission
v1.0
This is the first production-ready release of the datadigest package. Features include:
- codebook(), codebookApp(), and codebookApp addin
- explorer(), explorerApp(), and explorerApp addin
- Full vignette
- Fixes for v0.3.0 (including closing #26 and #30)
- Change of package name from codebook to datadigest
v0.3.0
- Add vignette
- Add ability to pass settings object to codebook() - closes #21
- Fix missing value issue - closes #23
- Update docs
v0.2.2
- Upgrade to most recent JavaScript and CSS libraries (webcharts, web-codebook)
- Clean up files
- Document R dependencies
v0.2.1
- Fix bug where demo data files wouldn't load with an empty workspace.
- Throw warning when user tries to load tibbles (resolves #7 )
v0.2.0
Added support for exploring multiple files using the codebook explorer interface that was implemented in web-codebook v1.2. Users can now explore multiple files from a single shiny interface via the new explorer()
and explorerApp()
functions. This includes a simple shiny UI that allows users to interactively load files.
Initial release
Initial release for codebook: an interface to Rho's web-codebook Features include:
- create an interactive codebook within R environment
- explore codebook in RStudio viewer or embed in Rmarkdown or HTML document
- Shiny app interface to codebook,:
- Explore data already loaded in R environment
- Upload a new datafile
- Export interactive or static codebook to an html document
- Shiny app interface can be accessed through "Addins" menu within RStudio