astamm / nloptr

nloptr provides an R interface to NLopt, a free/open-source library for nonlinear optimization providing a common interface to a number of different optimization routines which can handle nonlinear constraints and lower and upper bounds for the controls.
https://astamm.github.io/nloptr/
Other
106 stars 34 forks source link

Replace uncompressed tarball with gzip'ed one #108

Closed eddelbuettel closed 2 years ago

eddelbuettel commented 2 years ago

The included source were named *.tar.gz but not actually compressed. This PR corrects this oversight, as seen below for 48% reduction in file size... Of course, it didn't really matter in the tar.gz created from our source directory.

astamm commented 2 years ago

Thanks. Merging...