thebioengineer / camcorder

Record plots generated during an R session and replay as a gif!
https://thebioengineer.github.io/camcorder/
Other
201 stars 7 forks source link

Problem with installation #20

Closed Pablo-Alvarez-Baeza closed 2 years ago

Pablo-Alvarez-Baeza commented 2 years ago

I'm trying to install the package but I receive the following error message. Is there a package missing I need to install?

Thanks in advance,

remotes::install_github("thebioengineer/camcorder")

Downloading GitHub repo thebioengineer/camcorder@HEAD ✔ checking for file ‘/private/var/folders/zy/mb83lfs57_q86yc8h2zgq5c80000gn/T/Rtmp24STDm/remotes42165afa29a0/thebioengineer-camcorder-68867a1/DESCRIPTION’ ... ─ preparing ‘camcorder’: ✔ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories Removed empty directory ‘camcorder/inst/gif_samples’ Removed empty directory ‘camcorder/inst’ Omitted ‘LazyData’ from DESCRIPTION ─ building ‘camcorder_0.0.2.9000.tar.gz’

Pablo-Alvarez-Baeza commented 2 years ago

I had to install XQuartz on Mac (https://www.xquartz.org) and then I was able to install it.

z3tt commented 2 years ago

Thanks @Pablo-Alvarez-Baeza, we will add that information to the installation notes.