Skip to content

Commit f26e0e7

Browse files
committed
Upkeep
Closes #2544
1 parent c901718 commit f26e0e7

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
2020
env:
2121
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
22+
permissions:
23+
contents: write
2224
steps:
2325
- uses: actions/checkout@v3
2426

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
covr::codecov(
3232
quiet = FALSE,
3333
clean = FALSE,
34-
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
34+
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
3535
)
3636
shell: Rscript {0}
3737

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Authors@R: c(
77
person("Winston", "Chang", role = "aut"),
88
person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut", "cre"),
99
comment = c(ORCID = "0000-0002-6983-2759")),
10-
person(given = "Posit, PBC", role = c("cph", "fnd"))
10+
person("Posit Software, PBC", role = c("cph", "fnd"))
1111
)
1212
Description: Collection of package development tools.
1313
License: MIT + file LICENSE
1414
URL: https://devtools.r-lib.org/, https://github.com/r-lib/devtools
1515
BugReports: https://github.com/r-lib/devtools/issues
1616
Depends:
17-
R (>= 3.0.2),
17+
R (>= 3.6),
1818
usethis (>= 2.1.6)
1919
Imports:
2020
cli (>= 3.3.0),
@@ -62,11 +62,11 @@ Suggests:
6262
spelling (>= 2.2)
6363
VignetteBuilder:
6464
knitr
65+
Remotes:
66+
r-lib/testthat
6567
Config/Needs/website: tidyverse/tidytemplate
68+
Config/testthat/edition: 3
6669
Encoding: UTF-8
6770
Language: en-US
6871
Roxygen: list(markdown = TRUE)
6972
RoxygenNote: 7.2.3
70-
Config/testthat/edition: 3
71-
Remotes:
72-
r-lib/testthat

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2021
1+
YEAR: 2023
22
COPYRIGHT HOLDER: devtools authors

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2021 devtools authors
3+
Copyright (c) 2023 devtools authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

man/devtools-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/figures/logo.png

-114 Bytes
Loading

0 commit comments

Comments
 (0)