You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to install and load mzkit or mzkit-hpc in R? I see require(mzkit) in your zzz.R, but I am unable to install mzkit using BiocManager or devtools::install_github.
The text was updated successfully, but these errors were encountered:
devtools::install_local("../mzkit-master/")
Error: Failed to install 'unknown package' from local:
cannot open the connection
In addition: Warning messages:
1: In read.dcf(path) :
cannot open compressed file '/Users/jianglab1/Downloads/mzkit-master/DESCRIPTION', probable reason 'No such file or directory'
2: In read.dcf(path) :
cannot open compressed file '/Users/jianglab1/Downloads/mzkit-master/DESCRIPTION', probable reason 'No such file or directory'
First install package "Rcpp". Then install package "VisualBasic.R" through release in https://github.com/xieguigang/visualbasic.R. Finally install.packages("....\mzkit-5.2.7336.3219\mzkit-5.2.7336.3219\Rscript\R\mzkit", type = "source", repos = NULL)
How to install and load mzkit or mzkit-hpc in R? I see require(mzkit) in your zzz.R, but I am unable to install mzkit using BiocManager or devtools::install_github.
The text was updated successfully, but these errors were encountered: