Skip to content

Commit 240886a

Browse files
authored
Merge pull request #2 from bedapub/devel
Prepare for CRAN submission
2 parents ec8c072 + fe28d73 commit 240886a

3 files changed

Lines changed: 103 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ BugReports: https://github.com/bedapub/ribiosArg/issues
2727
Encoding: UTF-8
2828
LazyLoad: yes
2929
RoxygenNote: 7.3.3
30-
Remotes: github::bedapub/ribiosUtils

NEWS.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*ribiosArg*: Handling command-line arguments of stand-alone R programs
22
===
33

4+
![R-CMD-check badge](https://github.com/bedapub/ribiosArg/workflows/R-CMD-check/badge.svg)
5+
46
## What is *ribiosArg*?
57

68
*ribiosUtils* is a R package in the *ribios* suite that handles command-line arguments of stand-alone R programs. It is used to build R programs that run via command-line.

0 commit comments

Comments
 (0)