On 02.02.2018 08:00, CRAN Olivier Delaigue wrote:
Submitter's comment: Dear CRAN Team,
The following NOTE message is
caused by the use of the dyStackedBarGroup() function
of a version of the dygraphs package only available
on GitHub (same version number of the version on the
CRAN) :
Missing or unexported object:
'dygraphs::dyStackedBarGroup'
We have made a
.onattach() function that returns a
packageStartupMessage to inform users on how to
install the right version of the dygraphs
package:
.onAttach <- function(lib, pkg) {
packageStartupMessage("\nThe airGRteaching needs the
last version of the 'dygraphs' package that is only
available on GitHub at the moment.\n",
"Please, make sure at the first use of
airGRteaching to install 'dygraphs' with the
following command:\n",
"\tdevtools::install_github(c(\"ramnathv/htmlwidgets\",
\"rstudio/dygraphs\"), force = TRUE)")
}
If this
solution is not acceptable, tell us how to
proceed.
Regards,
O.D.
On 02.02.2018 08:35, CRAN submission wrote:
Dear maintainer,
package airGRteaching_0.1.11.25.tar.gz does not pass the incoming checks automatically, please see the pre-test at:
<https://win-builder.r-project.org/incoming_pretest/180202_081124_airGRteaching_011125/00check.log>
Status: 2 NOTEs
Please fix all problems and resubmit a fixed version via the webform.
If you are not sure how to fix the problems shown, please ask for help on the R-package-devel mailing list:
<https://stat.ethz.ch/mailman/listinfo/r-package-devel>
If you are fairly certain the rejection is a false positive, please reply-all to this message and explain.
More details are given in the directory:
<https://win-builder.r-project.org/incoming_pretest/180202_081124_airGRteaching_011125>
The files will be removed after roughly 7 days.
Best regards,
CRAN teams' auto-check service
On 02.02.2018 09:00, CRAN submission wrote:
Dear CRAN Team,
The following NOTE message return by the CRAN check is caused by the use of the dyStackedBarGroup() function of the last version of the dygraphs package only available on GitHub (same version number of the version on the CRAN) :
Missing or unexported object:
'dygraphs::dyStackedBarGroup'
We have made a .onattach() function that returns a packageStartupMessage to inform users on how to install the right version of the dygraphs package:
.onAttach <- function(lib, pkg) {
packageStartupMessage("\nThe airGRteaching needs the last version of the 'dygraphs' package that is only available on GitHub at the moment.\n",
"Please, make sure at the first use of airGRteaching to install 'dygraphs' with the following command:\n",
"\tdevtools::install_github(c(\"ramnathv/htmlwidgets\", \"rstudio/dygraphs\"), force = TRUE)")
}
This solution does not pass the incoming checks automatically; can you tell us how to proceed.
Maybe we have to ask the RStudio Team (maintainer of the dygraphs packages) to push their last version on the CRAN or to ask them to temporally put their own function into our airGRteaching package?
Regards,
Olivier Delaigue
On 02.02.2018 19:46, CRAN submission wrote:
We'd prefer the former, i.e. ask the RStudio Team (maintainer of the
dygraphs packages) to push their last version on the CRAN.
Or go with an airGRteaching version that does not use dyStackedBarGroup
for now.
Best,
Uwe Ligge