Open bioinflix opened 1 year ago
I'm having a similar problem on my Mac. I get the following error trying to use devtools:
devtools::install_github("sunduanchen/Scissor")
Using github PAT from envvar GITHUB_PAT Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials
Rate limit remaining: 51/60 Rate limit reset at: 2023-08-23 19:13:59 UTC
Hi, I tried to install Scissor on windows and linux R platforms, but ran into the following installation problems:
Linux
Windows
*** arch - i386 C:\rtools40\mingw32\bin\nm.exe: RcppExports.o: file format not recognized C:\rtools40\mingw32\bin\nm.exe: Scissor.o: file format not recognized C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o Scissor.dll tmp.def RcppExports.o Scissor.o -LC:/PROGRA~1/R/R-41~1.3/bin/i386 -lR RcppExports.o: file not recognized: file format not recognized collect2.exe: error: ld returned 1 exit status no DLL was created ERROR: compilation failed for package 'Scissor'
Can you help solve this problem? Thanks!