Skip to content

Commit

Permalink
Resubmission fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rundel committed Apr 15, 2021
1 parent a387702 commit f2bb22a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
44 changes: 40 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,47 @@
Package: diffmatchpatch
Type: Package
Title: String Diff, Match, and Patch Utilities for R
Title: String Diff, Match, and Patch Utilities
Version: 0.1.0
Date: 2021-04-10
Author: Colin Rundel
Maintainer: Colin Rundel <rundel@gmail.com>
Description: An R wrapper for Google's diff-match-patch library. It provides basic tools
Authors@R:
c(person(
given = "Colin",
family = "Rundel",
role = c("aut", "cre"),
email = "rundel@gmail.com"
),
person(
family = "Google Inc.",
role = "cph",
comment = "diff_match_patch.h"
),
person(
given = "Neil",
family = "Fraser",
role = "cph",
comment = "diff_match_patch.h"
),
person(
given = "Mike",
family = "Slemmer",
role = "cph",
comment = "diff_match_patch.h"
),
person(
given = "Sergey",
family = "Nozhenko",
role = "cph",
comment = "diff_match_patch.h"
),
person(
given = "Christian",
family = "Leutloff",
role = "cph",
comment = "diff_match_patch.h"
)
)
Copyright: Google Inc., Neil Fraser, Mike Slemmer, Sergey Nozhenko, Christian Leutloff, Colin Rundel
Description: A wrapper for Google's 'diff-match-patch' library. It provides basic tools
for computing diffs, finding fuzzy matches, and constructing / applying patches to strings.
Encoding: UTF-8
Imports:
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ There is only 1 NOTE:
## Downstream dependencies

There are no current downstream dependencies.

## Resubmission

The suggested changed to the title and description have been made and all copyright holders for `diff_match_patch.h` have been added as authors with a "cph" role.
Finally, a Copyright field was added which also includes all copyright holders for
the included header.

0 comments on commit f2bb22a

Please sign in to comment.