aertslab / SCopeLoomR

R package (compatible with SCope) to create generic .loom files and extend them with other data e.g.: SCENIC regulons, Seurat clusters and markers, ...
MIT License
38 stars 15 forks source link

Should be Seurat, not seurat in DESCRIPTION file. #35

Open liqg opened 3 years ago

liqg commented 3 years ago

I got this error,

Error in install.pkgs(pkgs) : Error: seurat not be installed.
In addition: Warning messages:
1: package 'seurat' is not available for this version of R

I found this in the Suggests section of DESCRIPTION file,

Suggests: seurat, stringr

The package name of Seurat is not right.