diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 23733d7..925df85 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-01-11. -Once it is accepted, delete this file and tag the release (commit 8c1a5b3064). +This package was submitted to CRAN on 2021-01-15. +Once it is accepted, delete this file and tag the release (commit b38adae). diff --git a/cran-comments.md b/cran-comments.md index 282db3a..dbedc00 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,11 @@ ## Test environments -* local Linux install (R-4.0.3; Ubuntu 20.04.1 LTS) -* remote Linux install (4.0.0; Ubuntu 16.04.6 LTS, Travis CI) -* win-builder (release R ) -* win-builder-devel () +* local Windows install (R-4.0.3; Windows 10 build 18363) +* remote Linux install (4.0.2; Ubuntu 16.04.6 LTS, Travis CI) +* win-builder (release R 4.0.3; 2020-10-10) +* win-builder-devel (2021-01-13 r79826) ## R CMD check results -This update removes some dependencies and will avoid errors that would arise due to a future release of the `dplyr` package. +This update to `pixiedust` was requested by CRAN to address the use of `order` on a data frame. There were no warnings, errors, or notes returned by CHECK on any of the test environments. @@ -16,7 +16,9 @@ Reverse dependency checks showed the following: `tadaatoolbox` shows no warnings or errors. There is a note regarding found UTF-8 strings. This note exists in the CRAN checks online as well. -`HydeNet` shows no warnings, errors, or notes. +`wiseR` shows no warnings or errors. There is a note for 'Namespaces in Imports field not imported from'. This note exists in the CRAN checks as well. + +`HydeNet` shows 2 errors that appear to be related to deprecated functions in the `dplyr` package. There is also a NOTE about a package listed in the imports that is not imported from. These errors do not appear to be caused by changes in `pixiedust`. If it is acceptable to you, I would like to proceed with this update to `pixiedust` prior to fixing problems in `HydeNet`. Thanks, Benjamin diff --git a/man/sprinkle.Rd b/man/sprinkle.Rd index 692e292..e6a0acb 100644 --- a/man/sprinkle.Rd +++ b/man/sprinkle.Rd @@ -147,8 +147,7 @@ bg \tab \tab \cr \tab default \tab \cr \tab accepts \tab dvips color names; rgb(R,G,B); rgba(R,G,B,A); \cr \tab \tab #RRGGBB; #RRGGBBAA. See the "Colors" section \cr - \tab \tab for further details or \cr - \tab \tab \url{https://www.suchanutter.net/pixiedust/colors.html}. \cr + \tab \tab for further details. \cr \tab console \tab Not recognized \cr \tab markdown \tab Not recognized \cr \tab html \tab Accepts any of the listed formats; \cr @@ -215,8 +214,7 @@ border_color \tab \tab \cr \tab accepts \tab character(1) \cr \tab \tab dvips color names; rgb(R,G,B); rgba(R,G,B,A); \cr \tab \tab #RRGGBB; #RRGGBBAA. See the "Colors" section \cr - \tab \tab for further details or \cr - \tab \tab \url{https://www.suchanutter.net/pixiedust/colors.html}. \cr + \tab \tab for further details. \cr \tab console \tab Not recognized \cr \tab markdown \tab Not recognized \cr \tab html \tab Recognized \cr @@ -311,8 +309,7 @@ font_color \tab \tab \cr \tab default \tab Black \cr \tab accepts \tab dvips color names; rgb(R,G,B); rgba(R,G,B,A); \cr \tab \tab #RRGGBB; #RRGGBBAA. See the "Colors" section \cr - \tab \tab for further details or \cr - \tab \tab \url{https://www.suchanutter.net/pixiedust/colors.html}. \cr + \tab \tab for further details. \cr \tab console \tab Not recognized \cr \tab markdown \tab Not recognized \cr \tab html \tab Recognized; transparency recognized \cr @@ -656,8 +653,6 @@ All colors are internally translated into rgb format and are case insensitive. \section{Required LaTeX Packages}{ -(Read more about \code{pixiedust} with LaTeX at -http://suchanutter.net/pixiedust/latex-configuration.html) If you will be using the LaTeX output, some sprinkles will require you to include additional LaTeX packages in your document preamble. In diff --git a/man/sprinkle_bg.Rd b/man/sprinkle_bg.Rd index d49abce..bb79c25 100644 --- a/man/sprinkle_bg.Rd +++ b/man/sprinkle_bg.Rd @@ -91,9 +91,7 @@ Background colors may be used to highlight the contents } \details{ Colors may be a dvips color name, or in the rgb(R, G, B), -rgba(R, G, B, A), #RRGGBB, or #RRGGBBAA formats. See -\url{http://suchanutter.net/pixiedust/colors.html} for additional -details. +rgba(R, G, B, A), #RRGGBB, or #RRGGBBAA formats. This sprinkle is ignored in console and markdown outputs. HTML output will accept any of the color formats and recognize transparency. LaTeX diff --git a/man/sprinkle_pad.Rd b/man/sprinkle_pad.Rd index b14f024..40c9932 100644 --- a/man/sprinkle_pad.Rd +++ b/man/sprinkle_pad.Rd @@ -77,9 +77,7 @@ be placed between the cell's content and the outside border. } \details{ Colors may be a dvips color name, or in the rgb(R, G, B), -rgba(R, G, B, A), #RRGGBB, or #RRGGBBAA formats. See -\url{http://suchanutter.net/pixiedust/colors.html} for additional -details. +rgba(R, G, B, A), #RRGGBB, or #RRGGBBAA formats. This sprinkle is ignored in console and markdown outputs. HTML output will accept any of the color formats and recognize transparency. LaTeX diff --git a/vignettes/pixiedust.Rmd b/vignettes/pixiedust.Rmd index 47414f1..74f7e78 100644 --- a/vignettes/pixiedust.Rmd +++ b/vignettes/pixiedust.Rmd @@ -293,4 +293,4 @@ dust(Formaldehyde) %>% # References -1. Robinson, David. "`broom`: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames," Cornell University Library, http://arxiv.org/pdf/1412.3565v2.pdf. \ No newline at end of file +1. Robinson, David. "`broom`: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames," Cornell University Library, https://arxiv.org/pdf/1412.3565v2.pdf. \ No newline at end of file