wilkox / treemapify

🌳 Draw treemaps in ggplot2
http://wilkox.org/treemapify
213 stars 18 forks source link

Error when installing treemapify on Mac OS 10.8 with R 3.1.1 #1

Closed pachevalier closed 10 years ago

pachevalier commented 10 years ago

I've tried to install treemapify on my computer (Mac OS 10.8 with R 3.1.1) but I've got the following error message :

Error : file '/Library/Frameworks/R.framework/Versions/3.1/Resources/library/treemapify/DESCRIPTION' is not in valid DCF format

Do you have any explanation ?

wilkox commented 10 years ago

Thanks for the report @blaquans! I think it may have been due to a malformation in the DESCRIPTION file which I've now fixed. Try installing again with

> library(devtools)
> install_github("wilkox/treemapify")

and let me know how it goes.

pachevalier commented 10 years ago

It works ! Thanks for your answer.