Skip to content

Commit

Permalink
Spooky cleaning 🎃 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Nov 3, 2023
1 parent f6c6f50 commit 43b142c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
needs: check

- name: "Set LOGNAME environment variable to get _R_CHECK_THINGS_IN_OTHER_DIRS_ to work"
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
shell: Rscript {0}

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person("Javier", "Luraschi", , "[email protected]", role = "aut"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Publish data sets, models, and other R objects, making it
easy to share them across projects and with your colleagues. You can
Expand Down Expand Up @@ -68,8 +68,8 @@ Suggests:
zip
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
)
```

# pins <a href="https://pins.rstudio.com"><img src="man/figures/logo.png" align="right" height="138" /></a>
# pins <a href="https://pins.rstudio.com"><img src="man/figures/logo.png" align="right" height="138" alt="pins website" /></a>

<!-- badges: start -->

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# pins <a href="https://pins.rstudio.com"><img src="man/figures/logo.png" align="right" height="138" /></a>
# pins <a href="https://pins.rstudio.com"><img src="man/figures/logo.png" align="right" height="138" alt="pins website" /></a>

<!-- badges: start -->

Expand Down Expand Up @@ -63,7 +63,7 @@ board <- board_temp()
board
#> Pin board <pins_board_folder>
#> Path:
#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/Rtmp4Z1lsA/pins-8a413b4b4478'
#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpxYBClc/pins-15f883ae6999e'
#> Cache size: 0
```

Expand All @@ -73,7 +73,7 @@ arguments: the board to pin to, an object, and a name:
``` r
board %>% pin_write(head(mtcars), "mtcars")
#> Guessing `type = 'rds'`
#> Creating new version '20230908T204205Z-a800d'
#> Creating new version '20231103T151040Z-8df40'
#> Writing to pin 'mtcars'
```

Expand Down
2 changes: 1 addition & 1 deletion man/figures/lifecycle-superseded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43b142c

Please sign in to comment.