Hi Venu,
I downloaded the *tar.gz file, but I don't know how to install in R. (I'm strange to Linux.)
If you can teach me how to install, that would be great.
Thank you.
Downloading GitHub repo csuzfq/mapsnp@master from URL https://api.github.com/repos/csuzfq/mapsnp/zipball/master Error: Does not appear to be an R package (no DESCRIPTION) In addition: Warning message: Username parameter is deprecated. Please use csuzfq/mapsnp
Hi @venu,
Thank you for your reply. It is really clear and helpful. I learn a lot.
I followed what you have written to me. But R shows me:
Downloading GitHub repo csuzfq/mapsnp_pkg@master
from URL https://api.github.com/repos/csuzfq/mapsnp_pkg/zipball/master
Installing mapsnp
Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) && :
missing value where TRUE/FALSE needed
What happened to it? I don't understand what it means.
from this comment on original thread, I thought you are using Linux machine but from the error above it seems you are using windows machine. I don't know how to install these packages (atleast how to debug) in windows machine. I think you can't install from Github in a windows machine but I'm not sure.
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
From this page (
reference - 8 from paper
), you should be able to install, it syaysR > 2.15.*
Did you try downloading
*tar.gz
file and install ? May be it is not inCRAN
. Download manually and install.Hi Venu, I downloaded the *tar.gz file, but I don't know how to install in R. (I'm strange to Linux.) If you can teach me how to install, that would be great. Thank you.