CRAN Package Check Results for Maintainer ‘George Vega Yon <g.vegayon at gmail.com>’

Last updated on 2022-09-11 12:56:44 CEST.

Package ERROR WARN NOTE OK
ABCoptim 13
aphylo 2 11
ergmito 2 4 7
fmcmc 13
googlePublicData 13
netdiffuseR 1 2 7 3
netplot 13
rgexf 13
slurmR 13

Package ABCoptim

Current CRAN status: OK: 13

Package aphylo

Current CRAN status: WARN: 2, OK: 11

Additional issues

clang14

Version: 0.2-1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ../inst/include/tree_meat.hpp:375:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Package ergmito

Current CRAN status: WARN: 2, NOTE: 4, OK: 7

Additional issues

clang14

Version: 0.3-0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     induced_submat.cpp:25:11: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     induced_submat.cpp:27:11: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 0.3-0
Check: installed package size
Result: NOTE
     installed size is 5.8Mb
     sub-directories of 1Mb or more:
     libs 4.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package fmcmc

Current CRAN status: OK: 13

Package googlePublicData

Current CRAN status: OK: 13

Package netdiffuseR

Current CRAN status: ERROR: 1, WARN: 2, NOTE: 7, OK: 3

Additional issues

clang14

Version: 1.22.3
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     netdiffuser_extra.cpp:84:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:85:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:86:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:87:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:88:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:89:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:90:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:91:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     netdiffuser_extra.cpp:92:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
     plot.cpp:70:14: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
     plot.cpp:70:58: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
     plot.cpp:70:15: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
     rgraph.cpp:257:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 1.22.3
Check: examples
Result: ERROR
    Running examples in ‘netdiffuseR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: %*%
    > ### Title: Matrix multiplication
    > ### Aliases: %*% %*%.default %*%.diffnet
    >
    > ### ** Examples
    >
    > # Finding the Simmelian Ties network ----------------------------------------
    >
    > # Random diffnet graph
    > set.seed(773)
    > net <- rdiffnet(100, 4, seed.graph='small-world', rgraph.args=list(k=8))
    > netsim <- net
    >
    > # According to Dekker (2006), Simmelian ties can be computed as follows
    > netsim <- net * t(net) # Keeping mutal
    Error in getMethod("t", "dgCMatrix") :
     no method found for function 't' and signature dgCMatrix
    Calls: t -> t.diffnet -> lapply -> match.fun -> getMethod
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.22.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [46s/75s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(netdiffuseR)
    
     Attaching package: 'netdiffuseR'
    
     The following object is masked from 'package:base':
    
     %*%
    
     >
     > Sys.setenv("R_TESTS" = "")
     >
     > test_check("netdiffuseR", reporter = "summary")
     adjmat:
     Read/Write graphs edgelist to adjmat and vice-versa: ..............
     Time of Adoption (toa_mat, toa_dif): ..........
     Isolated vertices (isolated, drop_isolated): .............
     bass:
     Bass Diffusion model: ...
     bootnet:
     Network bootstrap: ........
     cumulative_adopt_count:
     Cumulative adopt count, and hazard rate: ....
     dgr:
     Degree function: .................
     diffnet-class:
     Diffnet class and methods: ..........................
     diffnet-indexing:
     Checking diffnet-indexing: ................
     diffnet-methods:
     plot_diffnet, threshold, and exposure: ........
     Threshold functions: .............
     Infectiousness and susceptibility (plot methods): ........W..
     Other methods: .........................1....
     egonets:
     Egonets: .......
     examples:
     foreign:
     Foreign function: ........
     formula:
     Diffusion Regression: ....
     graph_data:
     Graph objects: ...............
     imports:
     Silly tests for imports.R: .
     infect_suscept:
     Infection and susceptibility: ................
     mentor:
     Mentor matching: ..
     misc:
     Misc functions: .......
     moran:
     Morans I: .
     netdiffuser_extra:
     C++ extra functions: 2.3
     options:
     Testing package .onLoad and options: ....
     plot_diffnet2:
     Set of functions used in: plot_diffnet2: ........
     random_graph:
     Random graphs: ................
     rdiffnet:
     Random diffusion graphs: .........
     read_write_foreign:
     Read/write foreign formats: ..
     rewire:
     Rewiring algorithms: ......................
     select_egoalter:
     Select ego/alter: ....
     spatial:
     Spatial functions (beta): ...
     stats:
     Stats functions (including exposure): ...............................
     struct_equiv:
     Structural equivalence: ..................
     struct_test:
     Structural test: .S......
     survey_to_diffnet:
     Survey to diffnet: ...................
    
     ══ Skipped ═════════════════════════════════════════════════════════════════════
     1. struct_test should be reproducible (parallel version) (test-struct_test.R:23:3) - Reason: On CRAN
    
     ══ Warnings ════════════════════════════════════════════════════════════════════
     1. Returning threshold equal to the infect/suscept funs (test-diffnet-methods.R:133:3) - When applying logscale some observations are missing.
    
     ══ Failed ══════════════════════════════════════════════════════════════════════
     ── 1. Error (test-diffnet-methods.R:244:3): Arithmetic and others ──────────────
     Error in `getMethod("t", "dgCMatrix")`: no method found for function 't' and signature dgCMatrix
     Backtrace:
     1. base::t(g)
     at test-diffnet-methods.R:244:2
     3. netdiffuseR:::t.diffnet(g)
     6. methods::getMethod("t", "dgCMatrix")
    
     ── 2. Error (test-netdiffuser_extra.R:7:3): sp_trimatl ─────────────────────────
     Error in `methods::getMethod("t", "dgCMatrix")`: no method found for function 't' and signature dgCMatrix
     Backtrace:
     1. testthat::expect_equal(...)
     at test-netdiffuser_extra.R:7:2
     4. methods::getMethod("t", "dgCMatrix")
    
     ── 3. Error (test-netdiffuser_extra.R:24:3): sp_as_undirected ──────────────────
     Error in `methods::getMethod("t", "dgCMatrix")`: no method found for function 't' and signature dgCMatrix
     Backtrace:
     1. methods::getMethod("t", "dgCMatrix")
     at test-netdiffuser_extra.R:24:2
    
     ══ DONE ════════════════════════════════════════════════════════════════════════
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.22.3
Flags: --no-vignettes
Check: installed package size
Result: NOTE
     installed size is 5.5Mb
     sub-directories of 1Mb or more:
     doc 2.3Mb
     libs 1.5Mb
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.22.3
Check: installed package size
Result: NOTE
     installed size is 10.1Mb
     sub-directories of 1Mb or more:
     doc 2.2Mb
     libs 6.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package netplot

Current CRAN status: OK: 13

Package rgexf

Current CRAN status: OK: 13

Package slurmR

Current CRAN status: OK: 13