Skip to content

Commit

Permalink
prepare to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 24, 2020
1 parent 30f6b8d commit f57f9fb
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ README_files
^codecov\.yml$
newUI
^inst/examples
^revdep$
^cran-comments\.md$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
.RData
.Ruserdata
inst/doc
revdep/checks/
revdep/data.sqlite
revdep/library/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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!
22 changes: 22 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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 |<U+0394> |
|:----------------|:------|:------|:--|
|manipulateWidget |0.10.0 |0.10.1 |* |

# Revdeps

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit f57f9fb

Please sign in to comment.