Skip to content

Commit

Permalink
rm remote Rd2md dep to close #15
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jun 21, 2024
1 parent 650eac5 commit 58f2eb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: r2readthedocs
Title: Convert R Package Documentation to a 'readthedocs' Website
Version: 0.1.0.001
Version: 0.1.0.002
Authors@R:
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"))
Description: Convert R package documentation to a 'readthedocs' website.
Expand All @@ -16,8 +16,6 @@ Imports:
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Remotes:
quantsch/Rd2md
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
16 changes: 6 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"codeRepository": "https://github.com/ropenscilabs/r2readthedocs",
"issueTracker": "https://github.com/ropenscilabs/r2readthedocs/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0.001",
"version": "0.1.0.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -104,7 +104,7 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/quantsch/Rd2md"
"sameAs": "https://CRAN.R-project.org/package=Rd2md"
},
"5": {
"@type": "SoftwareApplication",
Expand All @@ -118,14 +118,10 @@
},
"sameAs": "https://CRAN.R-project.org/package=withr"
},
"SystemRequirements": {}
"SystemRequirements": null
},
"fileSize": "52.94KB",
"fileSize": "52.916KB",
"readme": "https://github.com/ropenscilabs/r2readthedocs/blob/main/README.md",
"contIntegration": [
"https://github.com/ropenscilabs/r2readthedocs/actions",
"https://github.com/ropenscilabs/r2readthedocs/actions?query=workflow%3Apkgcheck",
"https://codecov.io/gh/ropenscilabs/r2readthedocs"
],
"contIntegration": ["https://github.com/ropenscilabs/r2readthedocs/actions", "https://github.com/ropenscilabs/r2readthedocs/actions?query=workflow%3Apkgcheck", "https://codecov.io/gh/ropenscilabs/r2readthedocs"],
"developmentStatus": "https://www.repostatus.org/#concept"
}

0 comments on commit 58f2eb1

Please sign in to comment.