dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

esquisse - 3.6.1 #92

Closed johnnyfarrell closed 4 years ago

johnnyfarrell commented 4 years ago

esquisse won't work on my version of R

ERROR: lazy loading failed for package ‘esquisse’

pvictor commented 4 years ago

Hi, Have you tried to install from CRAN ?

Victor

johnnyfarrell commented 4 years ago

Yes I have


From: Victor Perrier notifications@github.com Sent: Tuesday 7 January 2020 18:03 To: dreamRs/esquisse esquisse@noreply.github.com Cc: johnnyfarrell johnnybtfarrell@hotmail.com; Author author@noreply.github.com Subject: Re: [dreamRs/esquisse] esquisse - 3.6.1 (#92)

Hi, Have you tried to install from CRAN ?

Victor

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/dreamRs/esquisse/issues/92?email_source=notifications&email_token=ALUBONNURRD7RDKXQEDUVO3Q4S7WPA5CNFSM4KD4D2FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIJXVLQ#issuecomment-571701934, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALUBONIE7DWCPSYA2RC35QLQ4S7WPANCNFSM4KD4D2FA.

robertwwalker commented 4 years ago

https://github.com/dreamRs/esquisse/issues/67#issuecomment-540144265

You work on a Mac. Your Mac occasionally needs system level tools for other packages. In this case, the relevant part of the error is:

dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/systemfonts/libs/systemfonts.so, 6): Library not loaded: /opt/X11/lib/libfreetype.6.dylib

Your Mac needs freetype. Here's how to fix that.

http://macappstore.org/freetype/

You may also need cairo. It is required for one of the dependencies and is not default installed on Macs.