Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move toward complete config_to_metab #85

Merged
merged 11 commits into from Jun 2, 2015

Conversation

aappling-usgs
Copy link
Contributor

No description provided.

@aappling-usgs
Copy link
Contributor Author

will need to update streamMetabolizer before this can build successfully. doing that now.

@aappling-usgs aappling-usgs mentioned this pull request Jun 1, 2015
@@ -38,13 +38,13 @@ download_ts=function(site, variable, destination = NULL, session = NULL, ...){
}

if(is.null(destination)){
destination = file.path(tempdir(), paste0(paste(site, ts_variable, sep = "_" ), '.', get_ts_extension()))
destination = file.path(tempdir(), paste0(paste(site, ts_variable, sep = "_" ), '.', pkg.env$ts_extension))
}

#set the intermediate (staging) destination for downloaded gzip file
if (isGzipped(file_list$url)){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed up this stuff in the next PR, since download_ts doesn't actually unzip anymore (that is handled in read_ts, just like zip is in write_ts)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

@jordansread
Copy link

travis or linux or r-devel seems to be having issues w/ sbtools? connection issue is travis only.

jordansread pushed a commit that referenced this pull request Jun 2, 2015
move toward complete config_to_metab
@jordansread jordansread merged commit 715916f into DOI-USGS:master Jun 2, 2015
@coveralls
Copy link

Coverage Status

Coverage increased (+98.3%) to 100.0% when pulling 9a4ea26 on aappling-usgs:master into fe1828c on USGS-R:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants