oncogenetics / LocusExplorer

An interactive graphical illustration of genetic associations and their biological context
MIT License
14 stars 15 forks source link

R3.7 Suggested filenames with invalid characters #54

Closed zx8754 closed 9 years ago

zx8754 commented 9 years ago

The suggested filenames when saving a plot contains “ characters at the beginning and end The “ should be removed because not all file systems may handle this appropriately.

zx8754 commented 9 years ago

I couldn't replicate this bug under Windows, might need testing on OSX.

@martimij could you replicate this problem on Mac?

zx8754 commented 9 years ago

We could not replicate this error.

Tested on:

R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
R version 3.2.2 (2015-08-14)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.3 (Yosemite)

Please, suggest re-open this issue with your sessionInfo().

EdSaunders commented 9 years ago

Identified that quotation marks are added surrounding the filename when the application is run directly in RStudio. Amended launch instructions and code to use launch.browser = TRUE so that the app is run in an external browser by default, in which we have not experienced this issue.