This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Mypkg In R

Dear Biostars!

I would like to download a package called mypkg in R, but unable to find the source for mypkg. Could anyone provide me the source to download mypkg in R.

Thanks

r

are you taking some R-examples too literally? possibly there is no mypackage unless you make it. Also, this question is off topic and should be closed.

ok... i m new to R. will trying goin through tutorials

I think what that example wanted to tell you was that you could install <any package=""> like this, just like in"software: press any key, user: I don't find the 'any key'".

I could only download yourpkg.

Hello Priyanka!

We believe that this post does not fit the main topic of this site.

Instructive, but not bioinformatics

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

1 answer

To install packages use:

install.packages('your-package-name-here')

as many have pointed out make sure to replace the 'your-package-name-here' with the actual package name that you need. Yours ended up being a funny question - don't feel bad about it - all of us have had a problem of this sorts at some point in life.

Log in to answer this question.