Skip to content

Conversation

@jennybc
Copy link
Member

@jennybc jennybc commented Jan 16, 2018

Fixes #202 browseURL() on RStudio Server

@jennybc jennybc requested a review from hadley January 16, 2018 21:37
R/rstudio.R Outdated
if (!rstudioapi::isAvailable()) {
return(FALSE)
}
isTRUE(rstudioapi::versionInfo()$mode == "server")
Copy link
Member

Choose a reason for hiding this comment

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

I'd write identical(rstudioapi::versionInfo()$mode, "server")

@jennybc jennybc force-pushed the no-folder-browse-on-rss branch from 4d05d7e to 250b49e Compare January 16, 2018 21:59
@jennybc jennybc merged commit d866ca2 into master Jan 16, 2018
@jennybc jennybc deleted the no-folder-browse-on-rss branch January 16, 2018 22:10
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.

3 participants