CRAN Package Check Results for Maintainer ‘Cinzia Viroli <cinzia.viroli at unibo.it>’

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

Package ERROR NOTE OK
FactMixtAnalysis 12
ifa 1 11
mixtNB 12
quantileDA 12

Package FactMixtAnalysis

Current CRAN status: NOTE: 12

Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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

Version: 1.0
Check: R code for possible problems
Result: NOTE
    fma: no visible global function definition for 'factanal'
    fma: no visible global function definition for 'runif'
    fma: no visible global function definition for 'kmeans'
    fma: no visible global function definition for 'var'
    fma.em.alg: no visible global function definition for 'var'
    misc : q: no visible global function definition for 'name'
    Undefined global functions or variables:
     factanal kmeans name runif var
    Consider adding
     importFrom("stats", "factanal", "kmeans", "runif", "var")
    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

Version: 1.0
Check: Rd line widths
Result: NOTE
    Rd file 'fma.Rd':
     \usage lines wider than 90 characters:
     fma(y, k, r, x.z = NULL, x.w = NULL, it = 15, eps = 1e-04, seed = 4, scaling = FALSE, init = NULL)
    
    These lines will be truncated in the PDF 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 ifa

Current CRAN status: ERROR: 1, NOTE: 11

Version: 7.0
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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

Version: 7.0
Check: R code for possible problems
Result: NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0
    
    ifa.em: no visible global function definition for 'runif'
    ifa.init.pca: no visible global function definition for 'var'
    ifa.init.pca: no visible global function definition for 'cor'
    ifa.init.pca: no visible global function definition for 'runif'
    ifa.init.random: no visible global function definition for 'runif'
    ifa.init.random: no visible global function definition for 'var'
    Undefined global functions or variables:
     cor runif var
    Consider adding
     importFrom("stats", "cor", "runif", "var")
    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

Version: 7.0
Check: compiled code
Result: NOTE
    File ‘ifa/libs/ifa.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 7.0
Check: examples
Result: ERROR
    Running examples in ‘ifa-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ifa.bic
    > ### Title: A function to compute the BIC
    > ### Aliases: ifa.bic
    > ### Keywords: multivariate
    >
    > ### ** Examples
    >
    > data(memory)
    
     *** caught segfault ***
    address a61a78f8, cause 'memory not mapped'
    
    Traceback:
     1: sub(".*\\.", "", x)
     2: fileExt(file)
     3: data(memory)
    An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-x86

Package mixtNB

Current CRAN status: NOTE: 12

Version: 1.0
Check: R code for possible problems
Result: NOTE
    fit.mixtNB: no visible global function definition for 'dnbinom'
    fit.mixtNB: no visible global function definition for 'nlminb'
    wald.test: no visible global function definition for 'pnorm'
    wald.test: no visible global function definition for 'p.adjust'
    Undefined global functions or variables:
     dnbinom nlminb p.adjust pnorm
    Consider adding
     importFrom("stats", "dnbinom", "nlminb", "p.adjust", "pnorm")
    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 quantileDA

Current CRAN status: OK: 12