Quick Hit: Updates to QuickLookR and {rdatainfo}
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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).
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.