From 8652a49f08141d27103bd797394976e177639f3c Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Wed, 12 Feb 2020 12:48:53 -0800 Subject: [PATCH] Accepted on CRAN --- DESCRIPTION | 4 ++-- NEWS.md | 7 +++++++ cran-comments.md | 27 +++++++++++++-------------- inst/NEWS | 9 +++++++++ 4 files changed, 31 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fd7d0a4c..65b0b26b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: netdiffuseR Title: Analysis of Diffusion and Contagion Processes on Networks -Version: 1.20.999 -Date: 2020-02-03 +Version: 1.21.0 +Date: 2020-02-10 Authors@R: c( person("George", "Vega Yon", email="g.vegayon@gmail.com", role=c("aut", "cre"), comment=c(ORCID = "0000-0002-3171-0844", what="Rewrite functions with Rcpp, plus new features") diff --git a/NEWS.md b/NEWS.md index ebf387de..9f881f13 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Changes in netdiffuseR version 1.21.0 (2020-02-10) + +* Getting netdiffuseR back to CRAN. We have fixed issues that arise from the + next big CRAN release, in particular, matrices are now arrays. That was + creating issues throughout the package (now fixed). + + # Changes in netdiffuseR version 1.20.2 (2019-03-25) * Repaired broken link in bootnet. diff --git a/cran-comments.md b/cran-comments.md index 30d2b233..efdbfc63 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,21 +1,20 @@ -* This is a resubmission: Fixing broken link in manual. +## Test environments -## R CMD check results - -* Checked with options --use-valgrind and --as-cran. +* Local: Ubuntu 18.04.4 LTS, R 3.6.2 +* Travis: Ubuntu 16.04.6 LTS, R 3.6.2 +* Travis: Ubuntu 16.04.6 LTS, R Under development (unstable) (2020-02-10 r77788) +* Travis: macOS Mojave 10.14.4, R 3.6.2 +* AppVeyor: Windows Server 2012 R2 x64, R 3.5.3 +* AppVeyor: Windows Server 2012 R2 x64, R 3.6.2 +* AppVeyor: Windows Server 2012 R2 x64, R Under development (unstable) (2020-02-10 r77789) -* Possible invalid URLs in man/rgraph_ws.Rd is false positive. - -* Install size > 1Mb in libs. Using Rcpp increases the size. Still, working on - reducing it. +## R CMD check results -* Also, possible mis-spelled words in DESCRIPTION have the correct spelling. +* This package was taken out of CRAN due to problems regarding matrices are now + arrays. This issue has been solved by changing the way in which the package + was testing for classes (array vs matrix) and has been throughly tested. -* Error in R Old Rel (3.4.4) has to do with dependency change in statnet.common - # which I cannot control. - -* One known error while installing in OldRel because of a change in the system - requirements of the package statnet.common (on which netdiffuseR depends). +* No reverse dependencies to be checked. ## Reverse dependencies diff --git a/inst/NEWS b/inst/NEWS index bf69cf9e..95a14022 100644 --- a/inst/NEWS +++ b/inst/NEWS @@ -1,5 +1,14 @@ +CHANGES IN NETDIFFUSER VERSION 1.21.0 (2020-02-10) + + +- Getting netdiffuseR back to CRAN. We have fixed issues that arise + from the next big CRAN release, in particular, matrices are now + arrays. That was creating issues throughout the package (now fixed). + + + CHANGES IN NETDIFFUSER VERSION 1.20.2 (2019-03-25)