Skip to content

Commit

Permalink
Version 1.20.2 on its way to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Mar 26, 2019
1 parent a30d3eb commit 67875ed
Show file tree
Hide file tree
Showing 158 changed files with 2,750 additions and 2,367 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CRAN-RELEASE$
^Meta$
^.*\.Rproj$
^\.Rproj\.user$
Expand Down Expand Up @@ -25,7 +26,6 @@ README[.]md
^vignettes/simulating.+\.Rmd$
^vignettes/structural.+\.Rmd$
# CRAN
^NEWS\.md$
^cran-comments\.md$
^next_release\.md$
^src/rgraph_scale_free.+$
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: netdiffuseR
Title: Analysis of Diffusion and Contagion Processes on Networks
Version: 1.20.1
Date: 2019-03-22
Version: 1.20.2
Date: 2019-03-25
Authors@R: c(
person("George", "Vega Yon", email="[email protected]", role=c("aut", "cre"),
comment=c(ORCID = "0000-0002-3171-0844", what="Rewrite functions with Rcpp, plus new features")
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changes in netdiffuseR version 1.20.2 (2019-03-25)

* Repaired broken link in bootnet.


# Changes in netdiffuseR version 1.20.1 (2019-03-22)

* This version has no user level visible changes.
Expand Down
2 changes: 1 addition & 1 deletion R/bootnet.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#' @family Functions for inference
#' @references Snijders, T. A. B., & Borgatti, S. P. (1999). Non-Parametric
#' Standard Errors and Tests for Network Statistics. Connections, 22(2), 1–10.
#' Retrieved from \url{https://insna.org/PDF/Connections/v22/1999_I-2_61-70.pdf}
#' Retrieved from \url{https://www.stats.ox.ac.uk/~snijders/Snijders_Borgatti.pdf}
#' @return A list of class \code{diffnet_bootnet} containing the following:
#' \item{graph}{The graph passed to \code{bootnet}.}
#' \item{p.value}{The resulting p-value of the test (see details).}
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ output: github_document
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/netdiffuseR)](http://cran.r-project.org/package=netdiffuseR)
[![](http://cranlogs.r-pkg.org/badges/grand-total/netdiffuseR)](http://cran.rstudio.com/web/packages/netdiffuseR/index.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1039317.svg)](https://doi.org/10.5281/zenodo.1039317)
[![Dependencies](https://tinyverse.netlify.com/badge/netdiffuseR)](https://cran.r-project.org/package=netdiffuseR)


This package contains functions useful for analyzing network data for diffusion of innovations applications.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ status](https://ci.appveyor.com/api/projects/status/6u48wgl1lqak2jum?svg=true)](
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/netdiffuseR)](http://cran.r-project.org/package=netdiffuseR)
[![](http://cranlogs.r-pkg.org/badges/grand-total/netdiffuseR)](http://cran.rstudio.com/web/packages/netdiffuseR/index.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1039317.svg)](https://doi.org/10.5281/zenodo.1039317)
[![Dependencies](https://tinyverse.netlify.com/badge/netdiffuseR)](https://cran.r-project.org/package=netdiffuseR)

This package contains functions useful for analyzing network data for
diffusion of innovations applications.
Expand Down
17 changes: 10 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
## Test environments

* Ubuntu 14.04.5 LTS 64-bit (on travis-ci), R 3.4.2, and R 3.3.3.
* Windows Server 2012 R2 (on AppVeyor), R version 3.4.2 (64-bit), R version 3.3.3 (32-bit).
* OS X El Capitan 10.11.6 (on travis-ci), R version 3.4.2, and R 3.3.3.
* This is a resubmission: Fixing broken link in manual.

## R CMD check results

0 errors | 0 warnings | 1 note

* Checked with options --use-valgrind and --as-cran.

* 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.

* Also, possible mis-spelled words in DESCRIPTION have the correct spelling.

* 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).

## Reverse dependencies

There are no reverse dependencies.
26 changes: 15 additions & 11 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 67875ed

Please sign in to comment.