Skip to content

Commit 4da8afa

Browse files
Update docs with pkgdev
1 parent 2bdc153 commit 4da8afa

6 files changed

Lines changed: 10 additions & 7 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@
4949
^index\.html$
5050
^index\.md$
5151
[.]markdown$
52+
^\.positai$
53+
^\.claude$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ index_files/
3636
*index.html
3737
pkgdown/*_files
3838
*.rmarkdown
39+
.positai

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ references:
3636
authors:
3737
- name: R Core Team
3838
institution:
39-
name: R Foundation for Statistical Computing
39+
name: 'R Foundation for Statistical Computing (ROR: <https://ror.org/05qewa988>)'
4040
address: Vienna, Austria
4141
year: '2026'
42+
doi: 10.32614/R.manuals
4243
version: '>= 4.1.0'
4344
- type: software
4445
title: brand.yml

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ Suggests:
2121
quarto,
2222
rmarkdown
2323
VignetteBuilder:
24-
knitr,
2524
quarto
2625
Config/Needs/website: ggplot2, reactable, usethis, servr, diffviewer,
2726
rticles
28-
Config/roxygen2/version: 7.3.3.9000
27+
Config/roxygen2/markdown: TRUE
28+
Config/roxygen2/version: 8.0.0
2929
Encoding: UTF-8
30-
Roxygen: list(markdown = TRUE)
3130
X-schema.org-keywords: pkgdown, pkgdown-template, r, r-package

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.5.3 (2026-03-11 ucrt)",
17+
"runtimePlatform": "R version 4.6.0 (2026-04-24 ucrt)",
1818
"author": [
1919
{
2020
"@type": "Person",
@@ -115,7 +115,7 @@
115115
"SystemRequirements": null
116116
},
117117
"keywords": ["pkgdown", "pkgdown-template", "r", "r-package"],
118-
"fileSize": "386.633KB",
118+
"fileSize": "386.617KB",
119119
"readme": "https://github.com/dieghernan/gitdevr/blob/main/README.md",
120120
"contIntegration": "https://github.com/dieghernan/gitdevr/actions/workflows/check-simple.yaml",
121121
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental"

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"name": "R",
2121
"url": "https://r-project.org"
2222
},
23-
"runtimePlatform": "R version 4.5.3 (2026-03-11 ucrt)",
23+
"runtimePlatform": "R version 4.6.0 (2026-04-24 ucrt)",
2424
"version": "0.0.0.9000"
2525
}

0 commit comments

Comments
 (0)