alexyermanos / Platypus

R package for the analysis of single-cell immune repertoires
GNU General Public License v3.0
36 stars 16 forks source link

Can't install Platypus #62

Closed Masakazu-Ishikawa137 closed 11 months ago

Masakazu-Ishikawa137 commented 11 months ago

I tried to install Platypus on my local MacOS. It it fails.

install.packages('Desktop/Platypus-master/Platypus_3.4.1.tar.gz',repos = NULL, type="source")
ERROR: dependency ‘useful’ is not available for package ‘Platypus’
* removing ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Platypus’
Warning in install.packages :
  installation of package ‘Desktop/Platypus-master/Platypus_3.4.1.tar.gz’ had non-zero exit status

What does 'useful' mean?

alexyermanos commented 11 months ago

"useful" is an R package - try installing this and see if the error is resolved https://cran.r-project.org/web/packages/useful/index.html

Masakazu-Ishikawa137 commented 11 months ago

Thank you so much. I could download it.