numbbo / coco

Numerical Black-Box Optimization Benchmarking Framework
https://numbbo.github.io/coco
Other
261 stars 86 forks source link

Wrong package for running the R code #112

Open ttusar opened 9 years ago

ttusar commented 9 years ago

Using the version bbob.v15.02 on a Windows 7 64-bit machine and following the quick installation guide, the file "http://coco.lri.fr/downloads/download15.02/bbobr.tar.gz" is successfully copied into a file named bbob_current.tar.gz in a temporary folder. However, when trying to extract the file, the following error occurs:

ERROR: cannot extract package from 'C:/Users/.../AppData/Local/Temp/RtmpQ9qZF4/bbob_current.tar.gz'

I believe the problem is that instead of extracting the file "bbob_current.tar.gz", the file "bbobrpackage.15.02.tar.gz" that is contained in "bbob_current.tar.gz" should be extracted.

When the correct file is extracted, the library is successfully installed.

nikohansen commented 8 years ago

Not sure we still want to fix this?