Skip to content
Prev 6527 / 21307 Next

[Bioc-devel] check warning of QUALIFIER package

Hi Mike,
On 10/22/2014 10:54 AM, Mike wrote:
Adding this to the NAMESPACE file in flowWorkspace should solve the
problem. Note that a bunch of other imports are missing from that
file:

   read.ncdfFlowSet
   flowFrame  (the function)
   flowSet    (the function)
   nodes
   ncdfFlowList
   varMetadata
   phenoData<-
   etc...

See the "no visible global function definition" notes in the online
CHECK report for flowWorkspace for the complete list.

Same problem with the NAMESPACE file in QUALIFIER. Missing imports:

   sampleNames
   pData
   getData
   setcolorder
   rbindlist
   getSample
   getNodes
   parameters
   getGate
   data.table
   exprs
   rename
   standard.theme
   load_gs
   trellis.par.get
   current.panel.limits
   panel.polygon
   panel.segments
   etc...

See the "no visible global function definition" notes in the online
CHECK report for QUALIFIER for the complete list.

Looks like both NAMESPACE files were generated by roxygen2 (4.0.2) so
something must have gone wrong when that tool was used.

HTH,
H.