install.packages("imudata") - package ‘imudata’ is not available for this version of R
1
0
Entering edit mode
12 days ago
snajafy • 0

I have some problems when I want to install some package for R. For example imudata package. I see following error:

 install.packages("imudata")
Installing package into ‘C:/Users/najafi/AppData/Local/R/win-library/4.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘imudata’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

How can I solve this problem? Thanks a lot

r • 367 views
ADD COMMENT
0
Entering edit mode

I am facing the same problem and I don't know how to solve the problem,....

ADD REPLY
0
Entering edit mode

Read the answers in the post, understand them and try to implement them.

ADD REPLY
0
Entering edit mode

You can install from github directly. Many R packages are not present in the CRAN repository or in Bioconductor( from Biocmanager). Also remember to carefully read the documentation of the various tools you wish to install, where you can find instructions. Try these commands:

# Install R devtools
  install.packages("devtools")
# Install the package from github  
  devtools::install_github("SMAC-Group/imudata")
ADD REPLY
0
Entering edit mode
12 days ago
ATpoint 82k

Welcome to this community. Please learn the most important lesson right away which is reading answers and learning from it. Users gave you good advise for exactly the same question but different package here:

install package

ADD COMMENT

Login before adding your answer.

Traffic: 1016 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6