I’m using GitUgh links here b/c the issue was submitted there. Those not wishing to be surveilled by Microsoft can find the macOS QuickLook plugin project and {rdatainfo}
project in SourceHut and GitLab (~hrbrmstr
and hrbrmstr
accounts respectively).
I hadn’t touched QuickLookR
🔗 or {rdatainfo}
🔗 at all since 2016 since it was really just an example proof of concept. Yet the suggestion to have it handle R markdown (Rmd
) files felt useful so I updated {rdatainfo}
to better handle data loading for rds
, rdata
, and rda
file extensions and made a small update to the macOS {QuickLookR}
QuickLook extension project to treat Rmd
files as text files which can be previewed then edited with the default Finder extension exitor you’ve (or your apps) have set for Rmd
files.
The {rdatainfo}
package is only needed if you need/want R data file preview support (i.e. it’s not necessary for R markdown files). Just unzip the plugin release and put it into ~/Library/QuickLook
. Here are examples for the four file types (the example code under saveRDS()
and save()
was used to generate those data files and the R markdown file is the default one):
FIN
This is my first Xcode app build under macOS 10.14 so definitely file issues if you’re having trouble installing or compiling (there are some new shared library “gotchas” that I don’t think apply to this Xcode project but may).
One Comment
Thanks, great finding to start the week.
Kras
One Trackback/Pingback
[…] leave a comment for the author, please follow the link and comment on their blog: R – rud.is. R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data […]