Closed rnsarma closed 5 years ago
Hello,
Can you be more explicit ? What have you tried and what's your sessionInfo()
?
Thanks
Victor
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
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 .
I tried install.packages("esquisse") in Rstudio
Can you provide output from console after tried install.packages("esquisse")
? It's unclear what happened
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’
downloaded 35 KB
downloaded 1.9 MB
downloaded 2.6 MB
cairo.pc' to the PKG_CONFIG_PATH environment variable No package 'cairo' found Package cairo was not found in the pkg-config search path. Perhaps you should add the directory containing
cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Using PKG_CFLAGS=
Using PKG_LIBS=-lcairo
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because cairo was not found. Try installing:
ERROR: configuration failed for package ‘gdtools’
The downloaded source packages are in ‘/tmp/RtmpTaitmJ/downloaded_packages’
You need to install cairo on your system, in a terminal try :
sudo apt-get update
sudo apt-get install libcairo2-dev
Yeas, The esquisse package has been installed correctly. Thank you
nice! you're welcome!
installation of package ‘esquisse’ had non-zero exit status.
How to resolve