mike-lawrence / ez

Development repository for the `ez` package for R
52 stars 17 forks source link

installing lastest version #35

Open ghost opened 11 years ago

ghost commented 11 years ago

I'm trying to download and instal the latest version using posted instructions but come up against the following error.

library(devtools) dev_mode() Dev mode: ON install_github('ez','mike-lawrence') Loading required package: RCurl Loading required package: bitops Installing ez from mike-lawrence Error in unzip(src, list = TRUE) : zip file '.' cannot be opened

I'm using OS.X 10.6.8 devtools version 0.2 R version 2.12.2

unzip is installed.

Suggestions warmly welcome. Thank you.

mike-lawrence commented 11 years ago

Is there a reason you want the dev version? Except for the recent commit to fix a minor bug in ezCor, the version on CRAN is up to date.

Mike Lawrence Graduate Student Department of Psychology & Neuroscience Dalhousie University

~ Certainty is (possibly) folly ~

On Sun, Apr 28, 2013 at 8:12 PM, DrTeicher notifications@github.com wrote:

I'm trying to download and instal the latest version using posted instructions but come up against the following error.

library(devtools) dev_mode() Dev mode: ON install_github('ez','mike-lawrence') Loading required package: RCurl Loading required package: bitops Installing ez from mike-lawrence Error in unzip(src, list = TRUE) : zip file '.' cannot be opened

I'm using OS.X 10.6.8 devtools version 0.2 R version 2.12.2

unzip is installed.

Suggestions warmly welcome. Thank you.

— Reply to this email directly or view it on GitHubhttps://github.com/mike-lawrence/ez/issues/35 .