From 3e0182de123fcdd314bb4c362dd44a16ca9234cc Mon Sep 17 00:00:00 2001 From: timelyportfolio Date: Tue, 18 Apr 2017 14:16:29 -0500 Subject: [PATCH] update man and off to CRAN --- DESCRIPTION | 4 ++-- cran-comments.md | 4 +--- man/change_to_name.Rd | 1 - man/d3_dep_v3.Rd | 1 - man/d3_dep_v4.Rd | 1 - man/d3_igraph.Rd | 1 - man/d3_json.Rd | 1 - man/d3_nest.Rd | 1 - man/d3_party.Rd | 1 - man/d3_v8.Rd | 1 - man/promote_na.Rd | 1 - man/promote_na_one.Rd | 1 - 12 files changed, 3 insertions(+), 15 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d1bbad6..b5dc503 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,7 +22,7 @@ BugReports: https://github.com/timelyportfolio/d3r/issues Description: Helper functions for using 'd3.js' in R. License: BSD_3_clause + file LICENSE Encoding: UTF-8 -Imports: dplyr, +Imports: dplyr, htmltools, tidyr Suggests: jsonlite, @@ -35,4 +35,4 @@ Enhances: igraph, treemap, V8 LazyData: true -RoxygenNote: 5.0.1 +RoxygenNote: 6.0.1 diff --git a/cran-comments.md b/cran-comments.md index db5cb96..8478153 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,6 @@ ## Comments -Resubmit. Removed .V8history from build. Sorry :( - -Resubmit. `ORGANIZATION` not required for BSD_3_clause LICENSE and intentionally left out of `LICENSE` file. BSD_3_clause chosen to match the license of d3.js on which the package is based. Research suggests not including `ORGANIZATION` or leaving `ORGANIZATION` is acceptable when it does not apply. +`ORGANIZATION` not required for BSD_3_clause LICENSE and intentionally left out of `LICENSE` file. BSD_3_clause chosen to match the license of d3.js on which the package is based. Research suggests not including `ORGANIZATION` or leaving `ORGANIZATION` is acceptable when it does not apply. ## Test environments diff --git a/man/change_to_name.Rd b/man/change_to_name.Rd index 5255489..49353ad 100644 --- a/man/change_to_name.Rd +++ b/man/change_to_name.Rd @@ -18,4 +18,3 @@ as \code{tibble}} \description{ Change Column Name in Children to "name" } - diff --git a/man/d3_dep_v3.Rd b/man/d3_dep_v3.Rd index 52e8f85..ca24a0d 100644 --- a/man/d3_dep_v3.Rd +++ b/man/d3_dep_v3.Rd @@ -22,4 +22,3 @@ library(htmltools) attachDependencies(tagList(),d3_dep_v3()) } - diff --git a/man/d3_dep_v4.Rd b/man/d3_dep_v4.Rd index edc61a5..a69da98 100644 --- a/man/d3_dep_v4.Rd +++ b/man/d3_dep_v4.Rd @@ -22,4 +22,3 @@ library(htmltools) attachDependencies(tagList(),d3_dep_v4()) } - diff --git a/man/d3_igraph.Rd b/man/d3_igraph.Rd index a99b6fd..bb0f517 100644 --- a/man/d3_igraph.Rd +++ b/man/d3_igraph.Rd @@ -40,4 +40,3 @@ data("kite",package="igraphdata") listviewer::jsonedit(d3_igraph(kite)) } } - diff --git a/man/d3_json.Rd b/man/d3_json.Rd index 533a93f..5455b32 100644 --- a/man/d3_json.Rd +++ b/man/d3_json.Rd @@ -18,4 +18,3 @@ for hierarchies from \code{d3_nest}} \description{ Create 'JSON' that 'd3.js' Expects } - diff --git a/man/d3_nest.Rd b/man/d3_nest.Rd index 5451eeb..82a1064 100644 --- a/man/d3_nest.Rd +++ b/man/d3_nest.Rd @@ -70,4 +70,3 @@ tit_tb \%>\% d3_nest(value_cols = c("color", "vSize")) } } - diff --git a/man/d3_party.Rd b/man/d3_party.Rd index 1809d3d..338551f 100644 --- a/man/d3_party.Rd +++ b/man/d3_party.Rd @@ -53,4 +53,3 @@ with ideas and contributions. } } - diff --git a/man/d3_v8.Rd b/man/d3_v8.Rd index d50f790..c13356a 100644 --- a/man/d3_v8.Rd +++ b/man/d3_v8.Rd @@ -128,4 +128,3 @@ rect( par(opar) } } - diff --git a/man/promote_na.Rd b/man/promote_na.Rd index 5a65762..7a73628 100644 --- a/man/promote_na.Rd +++ b/man/promote_na.Rd @@ -15,4 +15,3 @@ promote_na(x) \description{ Apply `promote_na` to All Rows } - diff --git a/man/promote_na_one.Rd b/man/promote_na_one.Rd index 64add5c..fa32e3e 100644 --- a/man/promote_na_one.Rd +++ b/man/promote_na_one.Rd @@ -15,4 +15,3 @@ promote_na_one(x) \description{ Promote NA to Top Level } -