forked from ropensci-archive/Rclean
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.", | ||
|
@@ -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" | ||
} |