-
Notifications
You must be signed in to change notification settings - Fork 28
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 of package ‘mzR’ had non-zero exit status #255
Comments
|
You run into issues because you try to install from source - and this happens there currently aren't any binaries for windows for devel. My only suggestion is (1) use release, or (2) wait until this is sorted out or (3) battle with compilation on windows (not advised). |
Thanks Laurent. Maybe it is a naïve question: But what do you mean by "use release"? |
You use R-devel and hence Bioc devel. If you use the latest stable R, you'll get the stable Bioc release. |
I am trying to compile the mzR package, but always getting this error after running the code below.
.
.
.
ERROR: compilation failed for package 'mzR'
The downloaded source packages are in
‘C:\Users\Space Pack\AppData\Local\Temp\RtmpyAcC0R\downloaded_packages’
Warning message:
In .inet_warning(msg) :
installation of package ‘mzR’ had non-zero exit status
You mentioned that packages:
1-
brew
2-
install
3-
netcdf
are pre-requisites. I tried to install netcd using the following code:
BiocManager::install("netcdf")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.15 (BiocManager 1.30.16), R Under development (unstable) (2021-12-11 r81350)
Installing package(s) 'netcdf'
Warning messages:
1: R graphics engine version 15 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
2: In .inet_warning(msg) :
package ‘netcdf’ is not available for Bioconductor version '3.15'
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-devel/R-admin.html#Installing-packages
I tried:
install.packages()
it only worked for
brew
.could you help here please?
The text was updated successfully, but these errors were encountered: