vertesy / ggExpress

ggExpress is the fastest way to create, annotate and and save plots in R.
https://vertesy.github.io/ggExpress
GNU General Public License v3.0
5 stars 2 forks source link

Installation error #18

Closed christensensm closed 2 years ago

christensensm commented 2 years ago

Trying to install ggExpress so that I can install Seurat.utils and running into the following error:

devtools::install_github(repo = "vertesy/ggExpress@HEAD") Downloading GitHub repo vertesy/ggExpress@HEAD ✓ checking for file ‘/tmp/Rtmpu9c30N/remotes19a625b7236/vertesy-ggExpress-ef9bab4/DESCRIPTION’ ... ─ preparing ‘ggExpress’: ✓ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘ggExpress_0.2.2.tar.gz’

Installing package into ‘/sbgenomics/workspace/rpkgs’ (as ‘lib’ is unspecified)

vertesy commented 2 years ago

Hi,

sorry it was a bug on my end. An accidental junk-line ended up in the code. Should work now.

Let me know & good luck, Abel

christensensm commented 2 years ago

Fixed now. Thanks!