Skip to content

Commit

Permalink
Merge branch 'joss'
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLau committed Feb 12, 2020
2 parents ff7c205 + 5da0091 commit 31d5ef2
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 10 deletions.
26 changes: 19 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@ Type: Package
Package: Rclean
Title: A Tool for Writing Cleaner, More Transparent Code
Version: 1.1.7
Authors@R: c(person("Matthew", "Lau", email =
"[email protected]", role = c("aut", "cre"), comment="http://orcid.org/0000-0003-3758-2406"),
person("Will", "Landau", role = "rev",
comment = "Will reviewed the package for ropensci,
Authors@R: c(
person(
given = "Matthew",
family = "Lau",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3758-2406")),
person(
given = c("William", "Michael"),
family = "Landau",
role = "rev",
comment = "Will reviewed the package for ropensci,
see <https://github.com/ropensci/software-review/issues/327>"),
person("Clemens", "Schmid", role = "rev",
comment = "Clemens reviewed the package for ropensci,
see <https://github.com/ropensci/software-review/issues/327>"))
person(
given = "Clemens",
family = "Schmid",
role = "rev",
comment = "Clemens reviewed the package for ropensci,
see <https://github.com/ropensci/software-review/issues/327>")
)
Description: To create clearer, more concise code provides this
toolbox helps coders to isolate the essential parts of a
script that produces a chosen result, such as an object,
Expand Down
37 changes: 34 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "Rclean",
"description": "To create clearer, more concise code provides this\n\t toolbox helps coders to isolate the essential parts of a\n\t script that produces a chosen result, such as an object,\n\t tables and figures written to disk.",
Expand Down Expand Up @@ -140,6 +143,34 @@
],
"releaseNotes": "https://github.com/mklau/rclean/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/Rclean/blob/master/README.md",
"contIntegration": ["https://travis-ci.org/ROpenSci/Rclean", "https://codecov.io/github/ROpenSci/Rclean?branch=master"],
"developmentStatus": ["http://www.repostatus.org/#active", "https://www.tidyverse.org/lifecycle/#maturing"]
"contIntegration": [
"https://travis-ci.org/ROpenSci/Rclean",
"https://codecov.io/github/ROpenSci/Rclean?branch=master"
],
"developmentStatus": [
"http://www.repostatus.org/#active",
"https://www.tidyverse.org/lifecycle/#maturing"
],
"author": [
{
"@type": "Person",
"givenName": "Matthew",
"familyName": "Lau",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-3758-2406"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Matthew",
"familyName": "Lau",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-3758-2406"
}
],
"fileSize": "315.665KB"
}

0 comments on commit 31d5ef2

Please sign in to comment.