Skip to content

Commit

Permalink
update docs (pkgdown site)
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 26, 2017
1 parent 79e9aeb commit bd46bee
Show file tree
Hide file tree
Showing 16 changed files with 695 additions and 302 deletions.
49 changes: 35 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ write_codemeta(".")
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.0 (2017-04-21)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -99,16 +105,6 @@ write_codemeta(".")
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "jsonld",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "covr",
Expand Down Expand Up @@ -194,15 +190,37 @@ write_codemeta(".")
},
{
"@type": "SoftwareApplication",
"name": "utils"
"name": "jsonld",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "methods"
"name": "git2r",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "stats"
"name": "devtools",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "methods"
},
{
"@type": "SoftwareApplication",
Expand All @@ -211,7 +229,10 @@ write_codemeta(".")
}
],
"contIntegration": "https://travis-ci.org/codemeta/codemetar",
"developmentStatus": "wip"
"developmentStatus": "wip",
"releaseNotes": "https://github.com/codemeta/codemetar/blob/master/README.md",
"readme": "https://github.com/codemeta/codemetar/blob/master/README.md",
"fileSize": "119.263KB"
}

Enriching CodeMeta metadata
Expand Down
202 changes: 202 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"identifier": "codemetar",
"description": "Codemeta defines a 'JSON-LD' format for describing software metadata.\n This package provides utilities to generate, parse, and modify codemeta.jsonld\n files automatically for R packages.",
"name": "codemetar: Generate CodeMeta Metadata for R Packages",
"codeRepository": "https://github.com/codemeta/codemetar",
"issueTracker": "https://github.com/codemeta/codemetar/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.0",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.0 (2017-04-21)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0002-1642-628X"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0002-1642-628X"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0002-1642-628X"
},
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "jsonvalidate",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "covr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "magrittr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "readr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "xml2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"name": "jsonlite",
"version": "1.3",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "jsonld",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "git2r",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "devtools",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"name": "methods"
},
{
"@type": "SoftwareApplication",
"name": "R",
"version": "3.0.0"
}
],
"contIntegration": "https://travis-ci.org/codemeta/codemetar",
"developmentStatus": "wip",
"releaseNotes": "https://github.com/codemeta/codemetar/blob/master/README.md",
"readme": "https://github.com/codemeta/codemetar/blob/master/README.md",
"fileSize": "119.263KB",
"keywords": [
"metadata",
"ropensci"
]
}
3 changes: 3 additions & 0 deletions docs/articles/index.html

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

Loading

0 comments on commit bd46bee

Please sign in to comment.