Skip to content

Commit 8d180fe

Browse files
authored
Upkeep 2023 (#738)
* Rebrand * Update logo + favicons * `usethis::use_tidy_coc()` * `use_mit_license()` * `usethis::use_tidy_github_actions()`
1 parent 9b3b21b commit 8d180fe

17 files changed

+9
-7
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at codeofconduct@rstudio.com.
62+
reported to the community leaders responsible for enforcement at codeofconduct@posit.co.
6363
All complaints will be reviewed and investigated promptly and fairly.
6464

6565
All community leaders are obligated to respect the privacy and security of the

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authors@R: c(
66
person("Evan", "Miller", role = c("aut", "cph"),
77
comment = "Author of included ReadStat code"),
88
person("Danny", "Smith", role = "aut"),
9-
person("RStudio", role = c("cph", "fnd"))
9+
person("Posit Software, PBC", role = c("cph", "fnd"))
1010
)
1111
Description: Import foreign statistical formats into R via the embedded
1212
'ReadStat' C library, <https://github.com/WizardMac/ReadStat>.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2013-2019
2-
COPYRIGHT HOLDER: Hadley Wickham; RStudio; and Evan Miller
1+
YEAR: 2023
2+
COPYRIGHT HOLDER: haven 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) 2019 Hadley Wickham; RStudio; and Evan Miller
3+
Copyright (c) 2023 haven 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/figures/logo.png

-32 Bytes
Loading

man/haven-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.
-305 Bytes
Loading
-102 Bytes
Loading
-372 Bytes
Loading
-101 Bytes
Loading
-213 Bytes
Loading

pkgdown/favicon/apple-touch-icon.png

-372 Bytes
Loading

pkgdown/favicon/favicon-16x16.png

63 Bytes
Loading

pkgdown/favicon/favicon-32x32.png

-50 Bytes
Loading

pkgdown/favicon/favicon.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)