0

I downloaded the Windows binary file dmGWAS_2.3.zip clickHere and try to install it by clicking Packages/install package from local zip file. After install, when I try to load 'dmGWAS' I got the error 'Error: package ‘dmGWAS’ was built before R 3.0.0: please re-install it'. I am using win 7 and R 3.1.0.

I searched similar questions but find no solution.

yliueagle
  • 1,191
  • 1
  • 7
  • 22

2 Answers2

1

try:

> update.packages(checkBuilt = TRUE, ask = FALSE)
ErichBSchulz
  • 15,047
  • 5
  • 57
  • 61
1

The authors release the newest version dmGWAS_3.0, which is compatible with dmGWAS_2.3. You can use the new version at http://bioinfo.mc.vanderbilt.edu/dmGWAS/

Quan Wang
  • 11
  • 1