Error on CRAN checks in r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64, r-patched-linux-x86_64 and r-oldrel-windows-ix86+x86_64 when running examples and vignette containing calls to igraph with negative weights.
Solved by avoiding negative weights. Version number updated.
Enhanced features, described in NEWS.md. Version number updated.
Correction of minor bugs, described in NEWS.md. Version number updated.
tests on x86_64 Linux with R-devel configured using --disable-long-double Error: processing vignette 'a3_phasetypeR_SFS.Rmd' failed with diagnostics: negative probability
Tolerance added for numeric tests. Version number changed accordingly.
If there are references describing the methods in your package, please add these in the description field of your DESCRIPTION file in the form authors (year) authors (year) authors (year, ISBN:...) or if those are not available: with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for auto-linking. (If you want to add a title as well please put it in quotes: "Title")
Most relevant references added.
Please always write package names, software names and API (application programming interface) names in single quotes in title and description. e.g: --> 'PhaseTypeR'
Done.
Please always make sure to reset to user's options(), working directory or par() after you changed it in examples and vignettes and demos. e.g.: inst/doc/... oldpar <- par(mfrow = c(1,2)) ... par(oldpar)
Done.
0 errors | 0 warnings | 0 notes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.