MassBank / RMassBank

Playground for experiments on the official http://bioconductor.org/packages/devel/bioc/html/RMassBank.html
Other
12 stars 15 forks source link

WARNINGS in build/check: replacing previous import #317

Closed sneumann closed 10 months ago

sneumann commented 1 year ago

We are getting:

* checking whether package ‘RMassBank’ can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import ‘MSnbase::header’ by ‘R.utils::header’ when loading ‘RMassBank’
  Warning: replacing previous import ‘R.utils::reset’ by ‘RCurl::reset’ when loading ‘RMassBank’
  Warning: replacing previous import ‘R.utils::header’ by ‘mzR::header’ when loading ‘RMassBank’

Always helpful Martin Morgen said: https://stat.ethz.ch/pipermail/bioc-devel/2017-June/011127.html

see importFrom() and import(except=) in Writing R Extensisons section 1.5.1. https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Specifying-imports-and-exports

tsufz commented 10 months ago

Solved at a curtain point.