Skip to content

Commit c8cdf4b

Browse files
committed
updating DESCRIPTION, winbuilder note
1 parent a4ccf8d commit c8cdf4b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Package: docopt
22
Type: Package
33
Title: Command-Line Interface Specification Language
44
Version: 0.7.2
5-
Author: Edwin de Jonge ([email protected])
5+
Authors@R: c(
6+
person("Edwin", "de Jonge", email = "[email protected]", role = c("aut", "cre"),
7+
comment=c(ORCID="0000-0002-6580-4718")))
68
Maintainer: Edwin de Jonge <[email protected]>
79
Description: Define a command-line interface by just giving it
810
a description in the specific format.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![version](https://www.r-pkg.org/badges/version/docopt)](https://cran.r-project.org/package=docopt)
22
![downloads](https://cranlogs.r-pkg.org/badges/docopt)
3-
[![R build status](https://github.com/docopt/docopt.R/workflows/R-CMD-check/badge.svg)](https://github.com/docopt/docopt.R/actions)
3+
[![R build status](https://github.com/docopt/docopt.R/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/docopt/docopt.R/actions/workflows/R-CMD-check.yaml)
44
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/docopt/docopt.R?branch=master&svg=true)](https://ci.appveyor.com/project/docopt/docopt.R)
5-
[![Depsy](http://depsy.org/api/package/cran/docopt/badge.svg)](http://depsy.org/package/r/docopt)
65
[![status](https://tinyverse.netlify.com/badge/docopt)](https://CRAN.R-project.org/package=docopt)
76

87

man/docopt-package.Rd

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)