dreamRs / esquisse

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

installation of package ‘esquisse’ had non-zero exit status #63

Closed rnsarma closed 5 years ago

rnsarma commented 5 years ago

installation of package ‘esquisse’ had non-zero exit status.

How to resolve

pvictor commented 5 years ago

Hello, Can you be more explicit ? What have you tried and what's your sessionInfo() ?

Thanks

Victor

rnsarma commented 5 years ago

sessionInfo() R version 3.4.4 (2018-03-15) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.2 LTS

Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3 LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so

locale: [1] LC_CTYPE=en_IN.UTF-8 LC_NUMERIC=C LC_TIME=en_IN.UTF-8 LC_COLLATE=en_IN.UTF-8 LC_MONETARY=en_IN.UTF-8 LC_MESSAGES=en_IN.UTF-8
[7] LC_PAPER=en_IN.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_IN.UTF-8 LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_3.4.4 tools_3.4.4 yaml_2.2.0

rnsarma commented 5 years ago

sessionInfo()R version 3.4.4 (2018-03-15) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.2 LTS

Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3 LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so

locale: [1] LC_CTYPE=en_IN.UTF-8 LC_NUMERIC=C LC_TIME=en_IN.UTF-8 LC_COLLATE=en_IN.UTF-8 LC_MONETARY=en_IN.UTF-8 LC_MESSAGES=en_IN.UTF-8 [7] LC_PAPER=en_IN.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_IN.UTF-8 LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_3.4.4 tools_3.4.4 yaml_2.2.0

On Tue, Jul 2, 2019 at 1:28 PM Victor Perrier notifications@github.com wrote:

Hello, Can you be more explicit ? What have you tried and what's your sessionInfo() ?

Thanks

Victor

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dreamRs/esquisse/issues/63?email_source=notifications&email_token=AF5MCYHOIXAMNDHJUFRUPEDP5MDDFA5CNFSM4H4ZBM5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZANOXI#issuecomment-507565917, or mute the thread https://github.com/notifications/unsubscribe-auth/AF5MCYCKKBZVUANXAGUUFPLP5MDDFANCNFSM4H4ZBM5A .

-- Warm regards,

Dr R N SarmaProfessorDepartment of Plant Breeding and GeneticsAssam Agricultural UniversityJorhat-785013Assam, Indiaweb: www.aau.ac.in; http://www.aaau.ac.in Phone: +91-376-2310526; +91-376231133(R); 9435350529(M)

rnsarma commented 5 years ago

I tried install.packages("esquisse") in Rstudio

pvictor commented 5 years ago

Can you provide output from console after tried install.packages("esquisse") ? It's unclear what happened

rnsarma commented 5 years ago

install.packages("esquisse") Installing package into ‘/home/rnsarma/R/x86_64-pc-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) also installing the dependencies ‘gdtools’, ‘hrbrthemes’

trying URL 'https://cloud.r-project.org/src/contrib/gdtools_0.1.9.tar.gz' Content type 'application/x-gzip' length 36154 bytes (35 KB)

downloaded 35 KB

trying URL 'https://cloud.r-project.org/src/contrib/hrbrthemes_0.6.0.tar.gz' Content type 'application/x-gzip' length 2020137 bytes (1.9 MB)

downloaded 1.9 MB

trying URL 'https://cloud.r-project.org/src/contrib/esquisse_0.2.1.tar.gz' Content type 'application/x-gzip' length 2679969 bytes (2.6 MB)

downloaded 2.6 MB

The downloaded source packages are in ‘/tmp/RtmpTaitmJ/downloaded_packages’

pvictor commented 5 years ago

You need to install cairo on your system, in a terminal try :

sudo apt-get update
sudo apt-get install libcairo2-dev
rnsarma commented 5 years ago

Yeas, The esquisse package has been installed correctly. Thank you

pvictor commented 5 years ago

nice! you're welcome!