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

not available for this version of R #40

Open
babinecha opened this issue Feb 14, 2022 · 6 comments
Open

not available for this version of R #40

babinecha opened this issue Feb 14, 2022 · 6 comments

Comments

@babinecha
Copy link

Hello,

I'm trying to install PrimerMiner, but came to me the following error:

Warning in install.packages :
package ‘PrimerMiner-0.21.tar.gz’ is not available for this version of R

What's the problem?

@babinecha
Copy link
Author

by the way, I tried in R version 3.6.3 an in R version 4.1.2, and the same problem arrived

@Sbu211
Copy link

Sbu211 commented Jul 28, 2022

Hi did you manage to find a solution to your issue? I am currently having the same problem

Thanks

@hgoldspiel
Copy link

Same issue here.

@VascoElbrecht
Copy link
Owner

hey, I need to look into this, but I think this might just be a warning and should not affect the installation (?). Does it not install at all?

You can also try the following way of installation:

# Installing dependencies needed fro JAMP
install.packages(c("bold", "XML", "seqinr", "devtools", "fastqcr"), dependencies=T)
# Load devtools and install package directly from GitHub
library("devtools")
install_github("VascoElbrecht/PrimerMiner", subdir="PrimerMiner")

did that solve the issue? = )

@hgoldspiel
Copy link

Yeah it worked! Thanks.

@cement-head
Copy link

@VascoElbrecht I can confirm that this method [https://github.com//issues/40#issuecomment-1204495501] will work on Ubuntu 22.04 LTS with the latest R 4.4.0. This should now be the default install method.

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

5 participants