Skip to content

Commit

Permalink
Merge pull request #381 from ldecicco-USGS/master
Browse files Browse the repository at this point in the history
Fix for R 3.5
  • Loading branch information
Lindsay Carr authored Jun 14, 2018
2 parents 18c62a5 + 3f4be70 commit 3af41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/publishLandingPage.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ getVizInfo <- function(org, repo, dev){
# the warning "NAs introduced by coercion: . is not a real" can be avoided by
# not setting any value to .; for example, in hurricane-harvey's data-sources
# item, we have "line6: .", which introduces this error.
viz.yaml <- yaml.load_file(viz.yaml_url)
viz.yaml <- yaml.load_file(url(viz.yaml_url))

has_publish_date <- !is.null(viz.yaml$info$`publish-date`)
if(!dev){
Expand Down

0 comments on commit 3af41ef

Please sign in to comment.