rOpenHealth / rpubmed

Tools for extracting and processing Pubmed and Pubmed Central records.
42 stars 23 forks source link

Compatible R versions #13

Closed simonthelwall closed 10 years ago

simonthelwall commented 10 years ago

trying

   install.packages("rpubmed")

in win8 R version 3.0.1 returns the following message

"Warning in install.packages :
  package ‘rpubmed’ is not available (for R version 3.0.1)"

Is it possible to update the package for newer versions of R and/or list compatible versions on the readme? Thanks.

karthik commented 10 years ago

@simonthelwall If you have devtools installed, then please try this

library(devtools)
install_github("rpubmed", "ropensci")

If not, try installing this from source. If issues persist please reopen the issue.

simonthelwall commented 10 years ago

Sorted, thanks very much for the very rapid response.