On 03/03/2019 4:11 p.m., Krishan Gupta wrote:
Original: no visible binding for global variable
   ‘filter_normalized_data’
Seurat: no visible binding for global variable ‘filter_normalized_data’
genes_filter: no visible binding for global variable
   ‘filter_normalized_data’
Undefined global functions or variables:
   filter_normalized_data

Those functions contain a reference to filter_normalized_data, but the code analysis couldn't find it defined anywhere.

Sometimes these are false positives, the code analysis isn't perfect. You should check them, and if they really are false positives, you can use

globalVariables("filter_normalized_data")

to suppress the warning.



checking installed package size ... NOTE
   installed size is  6.4Mb
   sub-directories of 1Mb or more:
     data   5.5Mb


You need to decide if that large data directory is really necessary, and if so, justify its use to the CRAN maintainers when you make your submission.

Duncan Murdoch

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to