Error in install.packages : package 'caTools' not installed because it is not built for UCRT
error:
Error in install.packages : package 'caTools' not installed because it is not built for UCRT
what can i do?
r
• 2,667 views
•
link
updated
by
barslmn •
•
written
by
ali.kian.saei •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
gWidgets2RGtk2 problem for newer versions of R
written by burak •I want to use tReasure tool for a scientific purpose (https://github.com/jinoklee/tReasure). However, I couldn't install it because it gave error about `gWidgets2RGtk2`. When I tried …
-
Error: package ‘ScISI’ was built before R 3.0.0: please re-install it
written by ali.kian.saei •i want to install ScISI package and this error show Warning message: package ‘ScISI’ is not available for Bioconductor version '3.17' A version of this …
-
warning when installing "AnnotationDbi"
written by songqy9 •When I try to install "org.Hs.eg.db", a warning appeared. However, the "AnnotationDbi" and "DBI" have been installed and loaded into the R Error: package 'AnnotationDbi' …
-
Installation error - Seurat/SeuratObject/rgeos - in server-based RStudio
written by Heidi •Hey. Today I can't load the Seurat package: > library(Seurat) Error: package or namespace load failed for ‘Seurat’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck …
-
Error when trying to install a package (non-zero exit status)
written by BioC123 •Hi, I'm trying to install TxDb.Hsapiens.UCSC.hg38.knownGene package but I fail. Unfortunately, the error message is not so helpful. Any ideas how I can install the …
-
problem installing rtracklayer
written by Meghan.T •I'm pretty new to Rstudio on ubuntu .so I'm trying to install "rtracklayer" package from BiocManager I used this code: if (!requireNamespace("BiocManager", quietly = TRUE)) …
-
Problem installing DESeq2 in R4.0 linux16.04
written by matiasbmg •I did if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("DESeq") I received this Bioconductor version 3.11 (BiocManager 1.30.10), R 4.0.0 (2020-04-24) Installing package(s) 'DESeq' also installing …
-
DESeq2 intstallation probem on fedora
written by kperlejewski •Hi, I am trying to install DESeq2 on my Fedora but I am getting this error. read.c:548:18: note: each undeclared identifier is reported only once …
-
alao can not install DIffBind on R studio in linux
written by mikysyc2016When I try to install "DiffBind" on R studio, I get the erro below. I use R 3.4 and BIoconductor 3.6. ERROR: configuration failed for …
-
trouble with installing DiffBind R package
written by eem0306 •I try to install "R package; DiffBind" I think other depends package was installed well.. but I got a problem like this; (I tried to …
I am guessing you're on Windows. R installs packages as pre-compiled binaries on Windows. I am guessing you can build the package from source. I haven't compiled anything on Windows, so I don't know how, but there are some tutorials online.
Alternatively you can try Linux or WSL.