Skip to content

Commit

Permalink
update pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 17, 2017
1 parent fe5e0b0 commit 75aae8d
Show file tree
Hide file tree
Showing 14 changed files with 1,628 additions and 115 deletions.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,29 @@ write_codemeta(".")
"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": "tidyverse",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"depends": [
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"name": "jsonlite",
Expand All @@ -159,6 +179,15 @@ write_codemeta(".")
{
"@type": "SoftwareApplication",
"name": "methods"
},
{
"@type": "SoftwareApplication",
"name": "stats"
},
{
"@type": "SoftwareApplication",
"name": "R",
"version": "3.0.0)"
}
],
"contIntegration": "https://travis-ci.org/codemeta/codemetar",
Expand Down
162 changes: 161 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
@@ -1 +1,161 @@
{"identifier":["codemetar"],"@context":["https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld"],"@type":["SoftwareSourceCode"],"title":["Generate CodeMeta Metadata for R Packages"],"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"],"codeRepository":["https://github.com/codemeta/codemetar"],"issueTracker":["https://github.com/codemeta/codemetar/issues"],"licenseId":["MIT + file LICENSE"],"version":["0.1.0"],"programmingLanguage":{"name":["R"],"version":["3.4.0"],"URL":["https://r-project.org"]},"agents":[{"@id":{},"@type":["person"],"name":["Carl Boettiger"],"email":["[email protected]"],"isMaintainer":[true],"role":["aut","cre","cph"]}],"suggests":[{"identifier":{},"name":["testthat"],"version":[null],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" jsonvalidate"],"version":[null],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" jsonld"],"version":[null],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" covr"],"version":[null],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" knitr"],"version":[null],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" rmarkdown"],"version":[null],"packageSystem":["http://cran.r-project.org"]}],"depends":[{"identifier":{},"name":["jsonlite"],"version":["1.3"],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" utils"],"version":[null],"packageSystem":["http://cran.r-project.org"]},{"identifier":{},"name":[" methods"],"version":[null],"packageSystem":["http://cran.r-project.org"]}]}
{
"@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",
"licenseId": "MIT + file LICENSE",
"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)",
"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"
},
"suggests": [
{
"@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": "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",
"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": "tidyverse",
"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": "utils"
},
{
"@type": "SoftwareApplication",
"name": "methods"
},
{
"@type": "SoftwareApplication",
"name": "stats"
},
{
"@type": "SoftwareApplication",
"name": "R",
"version": "3.0.0)"
}
],
"contIntegration": "https://travis-ci.org/codemeta/codemetar",
"developmentStatus": "wip",
"keywords": [
"metadata",
"ropensci"
]
}
2 changes: 2 additions & 0 deletions docs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
YEAR: 2017
COPYRIGHT HOLDER: Carl Boettiger
15 changes: 11 additions & 4 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 75aae8d

Please sign in to comment.