nawendt / gribr

GRIB interface for R using ECMWF ecCodes
BSD 3-Clause "New" or "Revised" License
24 stars 1 forks source link

Code cleanup and better string handling #20

Closed nawendt closed 2 years ago

nawendt commented 2 years ago

Primarily a housekeeping release. Took care of some minor linting and some redundant code. Made some changes to how string were being handled for various input. The allocation should be more efficient and safer as a result. Could see some minor impact on speed as a couple loops were added to calculate string length. Overall should improve ability to maintain and debug the code.