diff --git a/DESCRIPTION b/DESCRIPTION index 8ea52eb..cd36903 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Authors@R: c( person("Avi", "Deitcher", role = c("ctb", "cph"), comment = "jsTreeGrid"), person("Terence", "Eden", role = c("ctb", "cph"), comment = "SuperTinyIcons") ) -Description: Creates interactive trees that can be included in Shiny apps and R markdown documents. Similar to the 'shinyTree' package but offers more features and options. +Description: Creates interactive trees that can be included in 'Shiny' apps and R markdown documents. A tree allows to represent hierarchical data (e.g. the contents of a directory). Similar to the 'shinyTree' package but offers more features and options, such as the grid extension, restricting the drag-and-drop behavior, and settings for the search functionality. It is possible to attach some data to the nodes of a tree and then to get these data in 'Shiny' when a node is selected. License: GPL-3 URL: https://github.com/stla/jsTreeR BugReports: https://github.com/stla/jsTreeR/issues diff --git a/NEWS.md b/NEWS.md index af03879..df96b16 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,3 @@ -# jsTreeR 0.1.0 (2020-08-24) +# jsTreeR 0.1.0 (2020-08-26) First release. diff --git a/cran-comments.md b/cran-comments.md index 8eb366b..9961e5e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,8 @@ ## Release summary -This is a resubmission. I moved the copies of the license agreements of the -components used by the package from the 'README.md' file to the 'LICENSE.note' -file. I did not change anything else. +This is a resubmission. As requested by the CRAN team, I surrounded the +package names with single quotes in the 'Description' field and I added more +details in the 'Description' field. I did not change anything else. ## Test environments