-
Notifications
You must be signed in to change notification settings - Fork 11
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
"Unknown package from github" -"Line malformed" #4
Comments
I could install it using R 3.6.0 through conda. Edit: I installed |
Hi VGalata, thanks for your quick reply. I am still stucked. I installed similar package along the same methods and I didn't have any problem. However, although the R version indicated at the beginning of the console is 3.6.0, I saw that the recent packages I installed were compiled with the R version 3.6.1. So maybe my R version was upgraded to R 3.6.1 and it's not compatible with your package ? Please see below a print of the screen : "> devtools::install_github("nhanhocu/metamicrobiomeR")
1: All Enter one or more numbers, or an empty line to skip updates: It doesn't work either when I do it manually: downloading the zip file of your package and install it locally. |
Hi @slendsa, I am not one of the maintainers of Regarding you problem: I would create a Installing MiniConda: # get miniconda (for linux)
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
# install (follow the instructions)
bash Miniconda3-latest-Linux-x86_64.sh Requirements ( channels:
- r
dependencies:
- r-base==3.6.0
- r-devtools==2.0.2 Creating the environment: conda env create --name myenv -f requirements.yml
conda activate myenv
R In the library(devtools)
devtools::install_github("nhanhocu/metamicrobiomeR", upgrade=FALSE) |
Hi VGalata, Thanks a lot for your help! I will try your script on my linux computer and hope it will help. I keep you in touch and I hope I will be able to try this interesting package as well. Thanks for sharing your expertise! |
Hi, |
Hi nhanhocu, Thanks for the notification. I just installed your new version of the package on R without anymore problem. It works now. Thanks for sharing your updates. Cheers, |
Hi,
I tried to install your package on Rstudio with R version 3.6.0 with the code you provided in the tutorial (I installed devtools as well); However, the installation process failed with the following errror:
"install_github("nhanhocu/metamicrobiomeR")
Error: Failed to install 'unknown package' from GitHub:
Line starting ': an R package for a ...' is malformed!"
Is your package compatible with R 3.6.0?
The text was updated successfully, but these errors were encountered: