Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Apr 26, 2019
1 parent 5f782bd commit d63660d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ activate.tidync <- function(.data, what, ..., select_var = NULL) {
if (missing(what)) return(.data)
vargrids <- tidyr::unnest(.data$grid)
what_name <- deparse(substitute(what))
#print(what_name)
#if (what_name %in% var_names(.data)) what <- what_name
if (what_name %in% vargrids$variable) {
## use the variable to find the grid
Expand Down
1 change: 0 additions & 1 deletion R/tidync_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ print.tidync_data <- function(x, ...) {
v <- dims[[a]][[a]];
tibble::tibble(name = a, min = min(v), max = max(v))}
))
print(dims)
cat(sprintf("Source: %s\n", attr(x, "source")$source[1L]))
invisible(x)
}
Expand Down

0 comments on commit d63660d

Please sign in to comment.