-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi dear developer,
Computer: Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz 2.59 GHz, 64GB of RAM, 12 CPU
I have some installation problems with your tool. Please, can you help me, I tried a different version of R, but it doesn't work.
This message is returned for each R version.
version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 3.2
year 2023
month 10
day 31
svn rev 85441
language R
version.string R version 4.3.2 (2023-10-31 ucrt)
nickname Eye Holes
Install "devtools" package from CRAN if you do not already have it installed.
if (!requireNamespace("devtools", quietly = TRUE)){
- install.packages("devtools")
- }
Load "devtools" package.
library(devtools)
Loading required package: usethis
Install "ISFrag" from Github using "devtools".
if (!requireNamespace("ISFrag", quietly = TRUE)){
- install_github("HuanLab/ISFrag")
- }
Warning message:
In loadNamespace(package, ...) :
package ‘ISFrag’ has no 'package.rds' in Meta/
Thanks