Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues #37

Open
taxkourel opened this issue Jul 28, 2021 · 4 comments
Open

Installation issues #37

taxkourel opened this issue Jul 28, 2021 · 4 comments

Comments

@taxkourel
Copy link

## I install bioconductor

if (!requireNamespace("BiocManager", quietly = TRUE))

  • install.packages("BiocManager")
    

BiocManager::install(version = "3.13")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details

replacement repositories:
CRAN: https://cran.rstudio.com/

Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)

##But then I can't install cytofkit2

if (!requireNamespace("BiocManager", quietly = TRUE))

  • install.packages("BiocManager")
    

BiocManager::install("cytofkit2")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details

replacement repositories:
CRAN: https://cran.rstudio.com/

Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)
Installing package(s) 'cytofkit2'
Warning message:
In .inet_warning(msg) :
package ‘cytofkit2’ is not available for Bioconductor version '3.13'

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

#what am I doing wrong? Thank you.

@raman91
Copy link
Contributor

raman91 commented Jul 29, 2021

Hi, please install cytofkit2 using these commands:

if(!require(devtools)){
install.packages("devtools") # If not already installed
}
devtools::install_github("JinmiaoChenLab/cytofkit2")

Thanks

@taxkourel
Copy link
Author

taxkourel commented Jul 29, 2021 via email

@raman91
Copy link
Contributor

raman91 commented Jul 30, 2021

Hi, you will have to install 'e1071' package individually first using:
install.packages('e1071')

and then install cytofkit2 package using:

if(!require(devtools)){
install.packages("devtools") # If not already installed
}
devtools::install_github("JinmiaoChenLab/cytofkit2")

@taxkourel
Copy link
Author

taxkourel commented Aug 3, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants