From 3876ec943699525abd96983df96a6f56e5514b79 Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Thu, 5 Dec 2019 00:12:52 +0900 Subject: [PATCH] update cran-comments.md [skip ci] --- cran-comments.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index afb860b..01dfa57 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,7 +7,9 @@ - Windows Server 2008 R2 SP1, R-devel, 32/64 bit - Ubuntu Linux 16.04 LTS, R-release, GCC - Fedora Linux, R-devel, clang, gfortran -- win-builder: x86_64-w64-mingw32 (64-bit), R-release +- win-builder: + - x86_64-w64-mingw32 (64-bit), R version 3.6.1 (2019-07-05) + - x86_64-w64-mingw32 (64-bit), R Under development (unstable) (2019-12-02 r77499) ## R CMD check results @@ -16,3 +18,9 @@ ## revdepcheck results There are currently no downstream dependencies for this package. + +## Remarks + +The previous version did not declared Pandoc as SystemRequirements. +It caused errors on some environments (https://cran.r-project.org/web/checks/check_results_felp.html). +This version fixed the problem by removing the dependency on Pandoc.