Skip to content

Commit

Permalink
move parsing into vignettes, update pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jul 5, 2017
1 parent 21e5f3c commit 3e8d0d9
Show file tree
Hide file tree
Showing 20 changed files with 2,909 additions and 201 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ Suggests: testthat,
httr,
magrittr,
readr,
xml2
xml2,
dplyr,
purrr,
printr
VignetteBuilder: knitr
keywords: metadata, codemeta, ropensci, citation, credit
affiliation: https://ropensci.org
Expand Down
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,39 @@ write_codemeta(".")
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "printr",
"name": "printr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
Expand Down Expand Up @@ -261,10 +294,10 @@ write_codemeta(".")
"keywords": ["metadata", "codemeta", "ropensci", "citation", "credit"],
"relatedLink": "https://codemeta.github.io/codemetar",
"contIntegration": "https://travis-ci.org/codemeta/codemetar",
"developmentStatus": "wip",
"developmentStatus": "active",
"releaseNotes": "https://github.com/codemeta/codemetar/blob/master/NEWS.md",
"readme": "https://github.com/codemeta/codemetar/blob/master/README.md",
"fileSize": "366.241KB"
"fileSize": "397.768KB"
}

Modifying or enriching CodeMeta metadata
Expand Down
37 changes: 35 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,39 @@
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "printr",
"name": "printr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
Expand Down Expand Up @@ -223,8 +256,8 @@
"keywords": ["metadata", "codemeta", "ropensci", "citation", "credit"],
"relatedLink": "https://codemeta.github.io/codemetar",
"contIntegration": "https://travis-ci.org/codemeta/codemetar",
"developmentStatus": "wip",
"developmentStatus": "active",
"releaseNotes": "https://github.com/codemeta/codemetar/blob/master/NEWS.md",
"readme": "https://github.com/codemeta/codemetar/blob/master/README.md",
"fileSize": "366.241KB"
"fileSize": "397.768KB"
}
3 changes: 3 additions & 0 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/articles/codemeta-intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3e8d0d9

Please sign in to comment.