Page MenuHomeSolus

Update R to 3.3.2 and fix font issue
Closed, ResolvedPublic

Description

Update R to version 3.3.2. I also added pkgconfig(pangocairo) as a build dependency which allows R markdown documents to render properly.

Event Timeline

JoshStrobl triaged this task as Normal priority.Nov 11 2016, 5:23 PM
JoshStrobl moved this task from Backlog to Awaiting Fixes on the Patch Submission board.
JoshStrobl added a subscriber: JoshStrobl.

This needs to be rebased on top of our existing R repo and package.

My bad. I've updated it to use the existing R repo.

sunnyflunk changed the task status from Open to In Progress.Nov 13 2016, 4:30 AM
sunnyflunk claimed this task.
sunnyflunk moved this task from Awaiting Fixes to Ready For Merge on the Patch Submission board.
sunnyflunk added a subscriber: sunnyflunk.

LGTM

Now in unstable for next sync https://git.solus-project.com/packages/r/commit/?id=b038cde315650735e02d0829a92623d387e221ba

Thanks a bunch @mark Though one tip for future, if you can add the changes to abi_used_libs and abi_symbols to the patch it would be most helpful :) It helps validate that pango is picked up properly and makes it less confusing for the next build (where pango is suddenly added without any build changes). If it's not doing the abireport, you'll need to pull the updates to common.
https://git.solus-project.com/packages/r/commit/?id=8a42489fbd365a16da217c520e93f4955670666d

I'll keep that in mind, thanks!