bnprks / BPCells

Scaling Single Cell Analysis to Millions of Cells
https://bnprks.github.io/BPCells
Other
150 stars 17 forks source link

install #63

Open kriswangchunyan opened 9 months ago

kriswangchunyan commented 9 months ago

hi,there is something wrong when i installed this packages,error information can be found in the following information

下载的二进制程序包在 C:\Users\11944\AppData\Local\Temp\RtmpakOOei\downloaded_packages里 ── R CMD build ──────────────────────────────────────────────────────────────────────────────────────────────────────────────── Active code page: 65001 ✔ checking for file 'C:\Users\11944\AppData\Local\Temp\RtmpakOOei\remotes6b8c1dae6a0c\bnprks-BPCells-1b0aa56/DESCRIPTION' ... ─ preparing 'BPCells': (474ms) ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building 'BPCells_0.1.0.tar.gz' Warning: file 'BPCells/cleanup' did not have execute permissions: corrected Warning: file 'BPCells/configure' did not have execute permissions: corrected

将程序包安装入‘C:/Users/11944/AppData/Local/R/win-library/4.3’ (因为‘lib’没有被指定) Active code page: 65001

bnprks commented 9 months ago

The log that you've provided doesn't show enough information to see what's going wrong, so I can't say for sure what's wrong.

It does look like you're installing on Windows, so I'd just double-check you've got everything needed to compile BPCells on Windows, namely installing R tools for Windows. See https://github.com/bnprks/BPCells/issues/9 for more discussion.

Another option that might work for you would be to install a pre-compiled version of BPCells from my R-universe page: install.packages('BPCells', repos = c('https://bnprks.r-universe.dev', 'https://cloud.r-project.org'))