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

Add stop if windows until ncdf4 and grib2 issues in bug #127 are resolved. #133

Merged
merged 5 commits into from
Jan 25, 2016
Merged

Conversation

potterzot
Copy link
Contributor

No description provided.

@sckott
Copy link
Contributor

sckott commented Jan 25, 2016

Sorry - is_windows() is not a fxn in base R - you can tell from the snake case :)

here's the little function I made

is_windows <- function() {
    .Platform$OS.type == "windows"
}

can you add that

@potterzot
Copy link
Contributor Author

Sure, though maybe it makes more sense for is_windows() to be in zzz.R?


Nicholas Potter
http://potterzot.com

On Mon, Jan 25, 2016 at 10:23 AM, Scott Chamberlain <
notifications@github.com> wrote:

Sorry - is_windows() is not a fxn in base R - you can tell from the snake
case :)

here's the little function I made

is_windows <- function() {
.Platform$OS.type == "windows"
}

can you add that


Reply to this email directly or view it on GitHub
#133 (comment).

@sckott
Copy link
Contributor

sckott commented Jan 25, 2016

yeah

@sckott
Copy link
Contributor

sckott commented Jan 25, 2016

thanks!

sckott added a commit that referenced this pull request Jan 25, 2016
Add stop if windows until ncdf4 and grib2 issues in bug #127 are resolved.
@sckott sckott merged commit 5aef15b into ropensci:master Jan 25, 2016
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.

2 participants