|
| 1 | +# ribiosArg 1.5.0 |
| 2 | + |
| 3 | +* Initial CRAN submission |
| 4 | +* Package prepared for CRAN submission with comprehensive documentation |
| 5 | +* Depends on ribiosUtils (on CRAN) and uses its C headers via LinkingTo |
| 6 | + |
| 7 | +# ribiosArg 1.1.18 (2015-09-04) |
| 8 | + |
| 9 | +* `rarg_parse`: fixed bug caused by passing SEXP as a size_t object |
| 10 | + |
| 11 | +# ribiosArg 1.1.17 (2015-06-23) |
| 12 | + |
| 13 | +* `argParse` returns invisible NULL in all situations |
| 14 | +* `argGetPos` and `argGet` returns default value in debugging mode |
| 15 | + |
| 16 | +# ribiosArg 1.1.16 (2015-06-08) |
| 17 | + |
| 18 | +* `parseNumVec` bug fix: returns failVal when input str is NULL |
| 19 | + |
| 20 | +# ribiosArg 1.1.15 (2015-02-09) |
| 21 | + |
| 22 | +* `makeFactor`: add 'verbose=FALSE' option |
| 23 | + |
| 24 | +# ribiosArg 1.1.14 (2015-01-12) |
| 25 | + |
| 26 | +* `argParse`: works with -e and --args options of R and Rscript |
| 27 | + |
| 28 | +# ribiosArg 1.1.13 (2014-10-07) |
| 29 | + |
| 30 | +* `argParse`: works with latest Rscript |
| 31 | + |
| 32 | +# ribiosArg 1.1.12 (2014-08-15) |
| 33 | + |
| 34 | +* `argParse`: add 'strict=TRUE' option for extra parameter handling |
| 35 | + |
| 36 | +# ribiosArg 1.1.11 (2014-06-23) |
| 37 | + |
| 38 | +* argparse C code: now aware of format strings in die/usage |
| 39 | + |
| 40 | +# ribiosArg 1.1.10 (2014-05-09) |
| 41 | + |
| 42 | +* `parseStrings` and `parsePairs` return NULL for NULL input |
| 43 | +* Export `parseFactor` and `makeFactor` |
| 44 | + |
| 45 | +# ribiosArg 1.1.7 (2014-03-11) |
| 46 | + |
| 47 | +* `rarg_get` checks initialization to avoid segmentation error |
| 48 | + |
| 49 | +# ribiosArg 1.1.6 (2013-10-16) |
| 50 | + |
| 51 | +* `argParse` prints command line on parse failure |
| 52 | + |
| 53 | +# ribiosArg 1.1.5 (2013-07-29) |
| 54 | + |
| 55 | +* Add `parseStrings` and `parsePairs` |
| 56 | +* ribiosArg now depends on ribiosUtils |
| 57 | + |
| 58 | +# ribiosArg 1.1.4 (2013-07-14) |
| 59 | + |
| 60 | +* `argPresent` returns FALSE if arg_init not called |
| 61 | +* `argGet` prints error and returns NULL if arg_init not called |
| 62 | + |
| 63 | +# ribiosArg 1.1.3 (2013-05-15) |
| 64 | + |
| 65 | +* Add 'default' parameter to `argGet` and `argGetPos` |
| 66 | +* Move `scriptInit()` to ribiosUtils |
| 67 | + |
| 68 | +# ribiosArg 1.1.2 (2013-01-28) |
| 69 | + |
| 70 | +* `argParse`: optargs and reqargs can be NULL |
| 71 | +* Replace log.h module with local mimics |
| 72 | + |
| 73 | +# ribiosArg 1.1.1 (2013-01-23) |
| 74 | + |
| 75 | +* Add `scriptInit` to prepare R for the script |
| 76 | + |
| 77 | +# ribiosArg 1.1.0 (2013-01-04) |
| 78 | + |
| 79 | +* Add BIOS-style command-line parser: `argParser`, `argGet`, `argGetPos`, `argPresent` |
| 80 | + |
| 81 | +# ribiosArg 1.0.5 (2012-01-24) |
| 82 | + |
| 83 | +* Add `RscriptName` function to get current script file name |
| 84 | + |
| 85 | +# ribiosArg 1.0.4 (2011-12-19) |
| 86 | + |
| 87 | +* `parseNumVec` accepts NULL as expLen for variable-length vectors |
| 88 | + |
| 89 | +# ribiosArg 1.0.3 (2011-12-15) |
| 90 | + |
| 91 | +* `getArg` parameter handling improvements |
| 92 | +* Add tests folder for consistent behavior testing |
| 93 | + |
| 94 | +# ribiosArg 1.0.2 (2011-10-10) |
| 95 | + |
| 96 | +* `getArg` differentiates options and negative numbers |
| 97 | +* `parseNumVec` removes leading and trailing quotes |
| 98 | + |
| 99 | +# ribiosArg 1.0.1 (2011-10-04) |
| 100 | + |
| 101 | +* `parseNumVec` suppresses warnings during string-to-number conversion |
0 commit comments