DOI-USGS / mda.streams

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

config handling & solar.time/date refactor #220

Closed aappling-usgs closed 8 years ago

aappling-usgs commented 8 years ago
aappling-usgs commented 8 years ago

@jread-usgs - let's wait for the CI builds, but i think/hope this will be all my updates. pretty much separate from what you and @lindsaycarr are working on, anyway.

both of you, note that if you pull this version, you will also need updated streamMetabolizer (through 0.8.0 or possibly even the up-and-coming 0.9.0. i hope just 0.8.0.)

jordansread commented 8 years ago

Thanks @aappling-usgs

aappling-usgs commented 8 years ago

both CI builds are currently failing on Package required and available but unsuitable version: 'streamMetabolizer'. This is because they're looking to the master branch of USGS-R/streamMetabolizer, but only the develop branch is >= v0.8.0

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.6%) to 18.09% when pulling 6d6d8085ce66f9ba82b9cae10c915e4f33d5a7f2 on aappling-usgs:develop into 0945a9fbfcca78864f9d7c4def5b4167fe6bbdbd on USGS-R:develop.

aappling-usgs commented 8 years ago

well, coverage is abysmal and may always be for this pkg, but i'm satisfied for now. @jread-usgs & @lindsaycarr, if these changes seem compatible with what you're doing, please give :+1: and/or merge.

when you pull this version of mda.streams, you'll be required to switch to streamMetabolizer 0.8.0 or later. i don't think that version will cause problems for either of you. i'm working on a PR to streamMetabolizer 0.9.1 right now, so if you need the 0.8.0 version specifically, do this:

devtools::install_github("USGS-R/streamMetabolizer#150")

Re: the PR to streamMetabolizer 0.9.1:

lindsayplatt commented 8 years ago

@aappling-usgs I'm not working on it today at all, my next steps were going to be worked on at our meeting anyways. Thanks for the heads up!