Skip to content

Commit

Permalink
Merge pull request #36 from RhoInc/v1.0.1_cran_fixes
Browse files Browse the repository at this point in the history
V1.0.1 cran fixes
  • Loading branch information
Becca Krouse authored Aug 31, 2018
2 parents bfe585a + 920ceb1 commit 8cb4fec
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 28 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: datadigest
Type: Package
Title: Create an Interactive Data Summary from R
Version: 1.0.1
Title: Create an Interactive Data Summary
Version: 1.0.2
Authors@R: c(
person("Becca", "Krouse", email = "[email protected]", role = c("cre","aut")),
person("Spencer", "Childress", role = c("aut")),
person("Jeremy", "Wildfire", role = c("aut")))
person("Spencer", "Childress", role = "aut"),
person("Jeremy", "Wildfire", role = "aut"),
person("Rho Inc.", role = "cph"))
Maintainer: Becca Krouse <[email protected]>
Description: An R interface for Rho's web-codebook JavaScript charting library, which provides a simple interactive framework for exploring data. datadigest includes two key functions (codebook() and explorer()) that deliver a concise summary of every variable in a data frame, along with interactive features such as real-time filters, grouping, and highlighting. Each function has an associated RStudio addin/Shiny app for quick and convenient exploration of one or more data frames.
Description: An R interface for Rho's 'web-codebook' 'JavaScript' charting library, which provides a simple interactive framework for exploring data. datadigest includes two key functions (codebook() and explorer()) that deliver a concise summary of every variable in a data frame, along with interactive features such as real-time filters, grouping, and highlighting. Each function has an associated 'RStudio' addin/'Shiny' app for quick and convenient exploration of one or more data frames.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
21 changes: 2 additions & 19 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
MIT License
YEAR: 2018
COPYRIGHT HOLDER: Rho Inc.

Copyright (c) 2017-2018 Rho Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# datadigest 1.0.1
# datadigest 1.0.2

Initial release for datadigest, an R interface for Rho's [web-codebook](https://github.com/RhoInc/web-codebook) JavaScript library. The r version of the codebook has been built using the [htmlwidgets](htmlwidgets.org) framework and consists of two key functions: ```codebook()``` and ```explorer()```. ```codebook()``` delivers an interactive interface for a single data frame while ```explorer()``` extends this functionality, allowing the user to navigate through multiple data frames.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ library("datadigest")
explorer(demo = TRUE)
```

Note that the name of this repo changed from "rhoinc/codebook" to "rhoinc/datadigest" prior to the release of v1.0 on CRAN. Any links to the codebook repo will automatically redirect.
Note that the name of this repo changed from "rhoinc/codebook" to "rhoinc/datadigest" prior to the release of v1.0.2 on CRAN. Any links to the codebook repo will automatically redirect.
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version 1.0.1
This is the first submission of datadigest.
# Version 1.0.2
This is a resubmission of datadigest. In this version we have:

* 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.

## Test environments
* ubuntu 14.04, R 3.5.0 (on travis-ci)
Expand Down

0 comments on commit 8cb4fec

Please sign in to comment.