pimentel / atom-r-exec

Send R code to various R consoles from the Atom editor
https://atom.io/packages/r-exec
MIT License
19 stars 8 forks source link

Package.getStylesheetsPath is deprecated. #6

Closed UserComponent closed 8 years ago

UserComponent commented 9 years ago

Store package style sheets in the styles/ directory instead of stylesheets/ in the r-exec package

Package.getStylesheetsPath (c:\Users\ahendrickson\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:460:9)
Package.getStylesheetPaths (c:\Users\ahendrickson\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:471:32)
Package.loadStylesheets (c:\Users\ahendrickson\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:453:38)
<unknown> (c:\Users\ahendrickson\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:183:19)
Package.measure (c:\Users\ahendrickson\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:163:15)
Package.load (c:\Users\ahendrickson\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:177:12)
graipher commented 9 years ago

+1

hafen commented 9 years ago

I have fixed all of these issues so that the package doesn't have any deprecations (see here, but it is not registering with atom as an update. This is probably something simple. Anyone know what to to make the update show up?

pimentel commented 8 years ago

This seems to be fixed. Please let me know if it isn't (and please reopen the issue).