DOI-USGS / mda.streams

backend tools for powstreams
Creative Commons Zero v1.0 Universal
3 stars 8 forks source link

get_metab_prep improvements #267

Closed aappling-usgs closed 8 years ago

aappling-usgs commented 8 years ago

So I take out @importFrom methods is and I get this:

* checking R code for possible problems ... NOTE
config_to_metab_repeat : <anonymous>: no visible global function
  definition for 'is'
config_to_metab_repeat: no visible global function definition for 'is'
summarize_ts : <anonymous> : <anonymous>: no visible global function
  definition for 'is'
Undefined global functions or variables:
  is
Consider adding
  importFrom("methods", "is")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').

I put it in and I get this from Travis:

* checking package dependencies ... ERROR
Namespace dependency not required: ‘methods’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.

so...

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.02%) to 10.01% when pulling e85a551229eb82da99ec4982f9abd8311ea251d6 on aappling-usgs:develop into 6db815f85159cea8208c492696b2d6d740039133 on USGS-R:develop.