From f57f9fbfcf1670158db43ebf09b9f9fd31000224 Mon Sep 17 00:00:00 2001 From: pvictor Date: Mon, 24 Feb 2020 13:56:20 +0100 Subject: [PATCH] prepare to cran --- .Rbuildignore | 2 ++ .gitignore | 3 +++ DESCRIPTION | 2 +- cran-comments.md | 11 +++++++++++ revdep/README.md | 22 ++++++++++++++++++++++ revdep/failures.md | 1 + revdep/problems.md | 1 + 7 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 cran-comments.md create mode 100644 revdep/README.md create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md diff --git a/.Rbuildignore b/.Rbuildignore index de4340d..bfa1fcf 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,5 @@ README_files ^codecov\.yml$ newUI ^inst/examples +^revdep$ +^cran-comments\.md$ diff --git a/.gitignore b/.gitignore index a7305f8..37cd3db 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ .RData .Ruserdata inst/doc +revdep/checks/ +revdep/data.sqlite +revdep/library/ diff --git a/DESCRIPTION b/DESCRIPTION index 4fecf1e..6936b4c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: manipulateWidget Type: Package Title: Add Even More Interactivity to Interactive Charts -Version: 0.10.0.900 +Version: 0.10.1 Authors@R: c( person("Veronique", "Bachelier", email = "veronique.bachelier@rte-france.com", role = c("aut", "cre")), person("Jalal-Edine", "ZAWAM", role = "aut"), diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..8085740 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,11 @@ +## Test environments +* local OS X install, R 3.6.2 +* ubuntu 14.04 (on travis-ci), R 3.6.2 +* win-builder (devel and release) + +## R CMD check results + +0 errors | 0 warnings | 1 note + +* There's a new maintainer to the package. +Thanks! diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..5f5e55c --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,22 @@ +# Platform + +|field |value | +|:--------|:----------------------------| +|version |R version 3.6.2 (2019-12-12) | +|os |Windows 10 x64 | +|system |x86_64, mingw32 | +|ui |RStudio | +|language |(EN) | +|collate |French_France.1252 | +|ctype |French_France.1252 | +|tz |Europe/Berlin | +|date |2020-02-24 | + +# Dependencies + +|package |old |new | | +|:----------------|:------|:------|:--| +|manipulateWidget |0.10.0 |0.10.1 |* | + +# Revdeps + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file