CRAN Package Check Results for Maintainer ‘Sacha Epskamp <mail at sachaepskamp.com>’

Last updated on 2020-08-07 01:50:26 CEST.

Package ERROR NOTE OK
bootnet 5 7
elasticIsing 12
graphicalVAR 6 6
IsingSampler 12
lisrelToR 12
lvnet 1 11
mlVAR 12
parSim 5 7
psychonetrics 6 6
qgraph 2 10
semPlot 12

Package bootnet

Current CRAN status: NOTE: 5, OK: 7

Version: 1.4.3
Check: package dependencies
Result: NOTE
    Imports includes 22 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.4.3
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘psychTools’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.4.3
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘psych’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Package elasticIsing

Current CRAN status: OK: 12

Package graphicalVAR

Current CRAN status: NOTE: 6, OK: 6

Version: 0.2.3
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
     src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
     src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
     src/Makevars.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
     src/Makevars.win: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
    Use of these macros is discussed in sect 1.2.1.1 of 'Writing R
    Extensions'. The macros for different languages may differ so the
    matching macro must be used in PKG_CXXFLAGS (etc) and match that used
    in PKG_LIBS (except for Fortran: see the manual).
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Package IsingSampler

Current CRAN status: OK: 12

Package lisrelToR

Current CRAN status: NOTE: 12

Version: 0.1.4
Check: R code for possible problems
Result: NOTE
    getMatrix : <anonymous>: no visible global function definition for
     'read.table'
    Undefined global functions or variables:
     read.table
    Consider adding
     importFrom("utils", "read.table")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package lvnet

Current CRAN status: ERROR: 1, OK: 11

Version: 0.3.5
Check: examples
Result: ERROR
    Running examples in ‘lvnet-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: lvnet
    > ### Title: Confirmatory Latent Variable Network Models
    > ### Aliases: lvnet
    >
    > ### ** Examples
    >
    > # Load dataset:
    > library("lavaan")
    This is lavaan 0.6-7
    lavaan is BETA software! Please report any bugs.
    
    Attaching package: ‘lavaan’
    
    The following object is masked from ‘package:OpenMx’:
    
     vech
    
    > data(HolzingerSwineford1939)
    > Data <- HolzingerSwineford1939[,7:15]
    >
    > # Measurement model:
    > Lambda <- matrix(0, 9, 3)
    > Lambda[1:3,1] <- NA
    > Lambda[4:6,2] <- NA
    > Lambda[7:9,3] <- NA
    >
    > # Fit CFA model:
    > CFA <- lvnet(Data, lambda = Lambda)
    Error: C stack usage 332240020 is too close to the limit
    Error: The job for model 'model' exited abnormally with the error message: User interrupt
    Execution halted
Flavor: r-patched-solaris-x86

Package mlVAR

Current CRAN status: OK: 12

Package parSim

Current CRAN status: NOTE: 5, OK: 7

Version: 0.1.4
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘parallel’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Package psychonetrics

Current CRAN status: NOTE: 6, OK: 6

Version: 0.7.2
Check: package dependencies
Result: NOTE
    Imports includes 22 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.2
Check: installed package size
Result: NOTE
     installed size is 53.7Mb
     sub-directories of 1Mb or more:
     libs 52.6Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package qgraph

Current CRAN status: NOTE: 2, OK: 10

Version: 1.6.5
Check: package dependencies
Result: NOTE
    Imports includes 24 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.6.5
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘sendplot’
Flavor: r-release-macos-x86_64

Version: 1.6.5
Check: Rd cross-references
Result: NOTE
    Package unavailable to check Rd xrefs: ‘sendplot’
Flavor: r-release-macos-x86_64

Package semPlot

Current CRAN status: OK: 12