CRAN Package Check Results for Package nws

Last updated on 2021-05-26 14:48:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.0.1 6.15 38.55 44.70 NOTE
r-devel-linux-x86_64-debian-gcc 1.7.0.1 5.35 30.04 35.39 NOTE
r-devel-linux-x86_64-fedora-clang 1.7.0.1 65.39 NOTE
r-devel-linux-x86_64-fedora-gcc 1.7.0.1 54.75 NOTE
r-devel-windows-x86_64 1.7.0.1 12.00 47.00 59.00 NOTE
r-devel-windows-x86_64-gcc10-UCRT 1.7.0.1 NOTE
r-patched-linux-x86_64 1.7.0.1 7.80 37.95 45.75 NOTE
r-patched-solaris-x86 1.7.0.1 77.00 NOTE
r-release-linux-x86_64 1.7.0.1 7.38 37.89 45.27 NOTE
r-release-windows-ix86+x86_64 1.7.0.1 11.00 45.00 56.00 NOTE
r-oldrel-macos-x86_64 1.7.0.1 NOTE
r-oldrel-windows-ix86+x86_64 1.7.0.1 11.00 45.00 56.00 NOTE

Check Details

Version: 1.7.0.1
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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.7.0.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'methods' which was already attached by Depends.
     Please remove these calls from your code.
    Package in Depends field not imported from: 'methods'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.7.0.1
Check: R code for possible problems
Result: NOTE
    File 'nws/R/zzz.R':
     .onLoad calls:
     require(methods)
    
    Package startup functions should not change the search path.
    See section 'Good practice' in '?.onAttach'.
    
    blendOptions: warning in assign(names[i], new[[i]], env = options):
     partial argument match of 'env' to 'envir'
    docall: warning in get(as.character(fun), env = .GlobalEnv, mode =
     "function"): partial argument match of 'env' to 'envir'
    logMsg: no visible global function definition for 'flush.console'
    nwsPkgInfo: no visible global function definition for
     'packageDescription'
    initialize,nwsServer: no visible global function definition for
     'make.socket'
    initialize,nwsServer: no visible global function definition for
     'close.socket'
    Undefined global functions or variables:
     close.socket flush.console make.socket packageDescription
    Consider adding
     importFrom("utils", "close.socket", "flush.console", "make.socket",
     "packageDescription")
    to your NAMESPACE file.
    
    Found the following assignments to the global environment:
    File 'nws/R/workerLoop.R':
     assign("SleighName", displayName, globalenv())
     assign("SleighNws", nws, globalenv())
     assign("SleighUserNws", userNws, globalenv())
     assign("SleighRank", rank, globalenv())
     assign("SleighWorkerCount", workerCount, globalenv())
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.7.0.1
Check: Rd line widths
Result: NOTE
    Rd file 'nwsVariable-methods.Rd':
     \usage lines wider than 90 characters:
     nwsVariable(.Object, xName, mode=c('fifo','lifo','multi','single'),env=parent.frame(),force=FALSE,quietly=FALSE)
    
    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

Version: 1.7.0.1
Check: R code for possible problems
Result: NOTE
    File ‘nws/R/zzz.R’:
     .onLoad calls:
     require(methods)
    
    Package startup functions should not change the search path.
    See section ‘Good practice’ in '?.onAttach'.
    
    blendOptions: warning in assign(names[i], new[[i]], env = options):
     partial argument match of 'env' to 'envir'
    docall: warning in get(as.character(fun), env = .GlobalEnv, mode =
     "function"): partial argument match of 'env' to 'envir'
    logMsg: no visible global function definition for ‘flush.console’
    nwsPkgInfo: no visible global function definition for
     ‘packageDescription’
    initialize,nwsServer: no visible global function definition for
     ‘make.socket’
    initialize,nwsServer: no visible global function definition for
     ‘close.socket’
    Undefined global functions or variables:
     close.socket flush.console make.socket packageDescription
    Consider adding
     importFrom("utils", "close.socket", "flush.console", "make.socket",
     "packageDescription")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64