Skip to content

Commit

Permalink
Release candidate v1.2.1 (#768)
Browse files Browse the repository at this point in the history
* Release candidate 1.2.1

* Increment version number to 1.2.1
  • Loading branch information
juliasilge authored Aug 16, 2023
1 parent 4500de2 commit a39b888
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 37 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: pins
Title: Pin, Discover and Share Resources
Version: 1.2.0.9000
Version: 1.2.1
Authors@R: c(
person("Julia", "Silge", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-3671-836X")),
Expand All @@ -19,7 +19,7 @@ License: Apache License (>= 2)
URL: https://pins.rstudio.com/, https://github.com/rstudio/pins-r
BugReports: https://github.com/rstudio/pins-r/issues
Depends:
R (>= 3.5.0)
R (>= 3.6)
Imports:
cli,
digest,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pins (development version)
# pins 1.2.1

* New environment variable `PINS_CACHE_DIR` controls the location of the
default cache path (#748).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ board <- board_temp()
board
#> Pin board <pins_board_folder>
#> Path:
#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpPROJ1m/pins-17c753a542596'
#> '/var/folders/07/0sps_qnd3qd7fdj3cq9j8pqw0000gn/T/RtmpfnLq46/pins-16f285b5dde39'
#> 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 '20230516T170700Z-a800d'
#> Creating new version '20230816T005558Z-8df40'
#> Writing to pin 'mtcars'
```

Expand Down
31 changes: 1 addition & 30 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,6 @@
Currently, there is a NOTE for pins on Windows that looks like this:

```
#STDOFF 2:05:08.9
#STDOFF 8:05:43.2
#STDOFF 7:36:41.7
#STDOFF -0:25:21.1
#STDOFF 1:39:49.2
#STDOFF -0:36:44.68
#STDOFF -4:56:01.6
#STDOFF -3:58:29.2
#STDOFF -4:19:18.3
#STDOFF -5:36:13.3
#STDOFF -4:56:16.4
#STDOFF 2:05:08.9
#STDOFF 8:05:43.2
#STDOFF 7:36:41.7
#STDOFF -0:25:21.1
#STDOFF 1:39:49.2
#STDOFF -0:36:44.68
#STDOFF -4:56:01.6
#STDOFF -3:58:29.2
#STDOFF -4:19:18.3
#STDOFF -5:36:13.3
#STDOFF -4:56:16.4
```

This is not due to pins but rather to the [arrow](https://cran.r-project.org/package=arrow) package and a problem with [how it includes a time zone database](https://github.com/apache/arrow/issues/35594).

## revdepcheck results

We checked 3 reverse dependencies (2 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 3 reverse dependencies (2 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
2 changes: 1 addition & 1 deletion vignettes/pins-update.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Finally, you can `pin()` a url to automatically re-download it when it changes:

```{r}
# Legacy API
base <- "https://raw.githubusercontent.com/rstudio/pins-r/master/tests/testthat/"
base <- "https://raw.githubusercontent.com/rstudio/pins-r/main/tests/testthat/"
(pin(paste0(base, "pin-files/first.txt"), board = "vignette"))
```
Expand Down

0 comments on commit a39b888

Please sign in to comment.