Matchprobes binary packages for R 3.1.3
1
0
Entering edit mode
9.1 years ago
gizemtatar • 0

I try download matchprobes binary packages are in R 3.1.3 version. But it gives,

Warning message:
package 'matchprobes' is not available (as a binary package for R version 3.1.3).

How can I solve this problem?

r software-error • 3.5k views
ADD COMMENT
0
Entering edit mode

This is off topic. Looks at similar problems on SO:

  1. http://stackoverflow.com/questions/29337477/unable-to-install-ggplot2-package-in-r-on-windows-8-1
  2. http://stackoverflow.com/questions/29150782/rstan-for-r-versions-3-1-3

Solution:

    source("http://bioconductor.org/biocLite.R")
    biocLite("matchprobes")
ADD REPLY
0
Entering edit mode

I try download matchprobes binary packages are in R 3.1.3 version for Mac OS 10.8. So, windows solutions not suitable for me.

ADD REPLY
0
Entering edit mode
9.1 years ago
Deepak Tanwar ★ 4.2k

Try to install packages in R by:

source("http://bioconductor.org/biocLite.R")
    biocLite("matchprobes")

or

Download the package (".tar.gz"/ ".zip"/ ".tgz") from http://www.bioconductor.org/packages/2.3/bioc/html/matchprobes.html

After downloading, install in R by:

install.packages("/path/of/downloaded/file//matchprobes_1.14.1.tgz", repos = NULL)

or, try from github. See this link, to install packages from github

http://stackoverflow.com/questions/9656016/how-to-install-development-version-of-r-packages-github-repository

ADD COMMENT
0
Entering edit mode

I tried this process. But it gives warning message:

Installing package into ‘/Users/gtatar/Library/R/3.1/library’
(as ‘lib’ is unspecified)

ADD REPLY
0
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 3254 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6