Skip to content

Commit d6a73ac

Browse files
authored
RC 0.1.1 (#268)
* Update README * Update CRAN comments * Revdep checks * Increment version number to 0.1.1 * Update to new pkgdown site
1 parent 8d7665e commit d6a73ac

20 files changed

+130
-125
lines changed

.github/workflows/pkgdown.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ jobs:
2525

2626
- uses: r-lib/actions/setup-r-dependencies@v1
2727
with:
28-
extra-packages:
29-
pkgdown
30-
tidyverse/tidytemplate
31-
tidymodels
32-
GGally
33-
survival
34-
nlstools
35-
tidyposterior
28+
extra-packages: r-lib/pkgdown
3629
needs: website
3730

3831
- name: Install package

DESCRIPTION

+16-21
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
Package: rsample
22
Title: General Resampling Infrastructure
3-
Version: 0.1.0.9000
4-
Authors@R:
5-
c(person(given = "Julia",
6-
family = "Silge",
7-
role = c("aut", "cre"),
8-
email = "[email protected]",
9-
comment = c(ORCID = "0000-0002-3671-836X")),
10-
person(given = "Fanny",
11-
family = "Chow",
12-
role = "aut",
13-
email = "[email protected]"),
14-
person(given = "Max",
15-
family = "Kuhn",
16-
role = "aut",
17-
email = "[email protected]"),
18-
person(given = "Hadley",
19-
family = "Wickham",
20-
role = "aut",
21-
email = "[email protected]"),
22-
person(given = "RStudio",
23-
role = "cph"))
3+
Version: 0.1.1
4+
Authors@R: c(
5+
person("Julia", "Silge", , "[email protected]", role = c("aut", "cre"),
6+
comment = c(ORCID = "0000-0002-3671-836X")),
7+
person("Fanny", "Chow", , "[email protected]", role = "aut"),
8+
person("Max", "Kuhn", , "[email protected]", role = "aut"),
9+
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
10+
person("RStudio", role = "cph")
11+
)
2412
Maintainer: Julia Silge <[email protected]>
2513
Description: Classes and functions to create and summarize different types
2614
of resampling objects (e.g. bootstrap, cross-validation).
@@ -57,6 +45,13 @@ Suggests:
5745
xml2
5846
VignetteBuilder:
5947
knitr
48+
Config/Needs/website:
49+
GGally,
50+
nlstools,
51+
survival,
52+
tidymodels,
53+
tidyposterior,
54+
tidyverse/tidytemplate
6055
Encoding: UTF-8
6156
Roxygen: list(markdown = TRUE)
6257
RoxygenNote: 7.1.2

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rsample (development version)
1+
# rsample 0.1.1
22

33
* Updated documentation on stratified sampling (#245).
44

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/tidymodels/rsample/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/rsample/actions)
20-
[![Codecov test coverage](https://codecov.io/gh/tidymodels/rsample/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/rsample?branch=main)
20+
[![Codecov test coverage](https://codecov.io/gh/tidymodels/rsample/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/rsample?branch=main)
2121
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rsample)](https://cran.r-project.org/package=rsample)
2222
[![Downloads](https://cranlogs.r-pkg.org/badges/rsample)](https://cran.r-project.org/package=rsample)
2323
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![R-CMD-check](https://github.com/tidymodels/rsample/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/rsample/actions)
77
[![Codecov test
8-
coverage](https://codecov.io/gh/tidymodels/rsample/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/rsample?branch=main)
8+
coverage](https://codecov.io/gh/tidymodels/rsample/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/rsample?branch=main)
99
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/rsample)](https://cran.r-project.org/package=rsample)
1010
[![Downloads](https://cranlogs.r-pkg.org/badges/rsample)](https://cran.r-project.org/package=rsample)
1111
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)

_pkgdown.yml

+7-17
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
url: https://rsample.tidymodels.org
22

33
template:
4+
bootstrap: 5
5+
bslib:
6+
danger: "#CA225E"
7+
primary: "#CA225E"
48
package: tidytemplate
5-
params:
6-
theme: tidymodels
7-
part_of: <a href="https://tidymodels.org">tidymodels</a>
8-
footer: rsample is a part of the <strong>tidymodels</strong> ecosystem, a collection of modeling packages designed with common APIs and a shared philosophy.
99

1010
development:
1111
mode: auto
1212

13-
home:
14-
strip_header: true
15-
1613
figures:
1714
fig.width: 8
1815
fig.height: 5.75
@@ -66,10 +63,9 @@ reference:
6663
- rsample
6764

6865
navbar:
69-
left:
70-
- text: Get started
71-
href: articles/rsample.html
72-
- text: Articles
66+
components:
67+
articles:
68+
text: Articles
7369
menu:
7470
- text: Working with Resample Sets
7571
href: articles/Working_with_rsets.html
@@ -83,9 +79,3 @@ navbar:
8379
href: https://www.tidymodels.org/learn/models/time-series/
8480
- text: Nested Resampling
8581
href: https://www.tidymodels.org/learn/work/nested-resampling/
86-
- text: Reference
87-
href: reference/index.html
88-
- text: News
89-
href: news/index.html
90-
91-

cran-comments.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Release Summary
22

3-
This is the 9th CRAN release of rsample. This release fixes bugs, improves error messages, and adds flexibility for users when stratifying sampling. This release also marks a **change in license** from GPL-2 to MIT; see [consent from copyright holders here](https://github.com/tidymodels/rsample/issues/226).
3+
This is the 10th CRAN release of rsample. This release improves documentation, adds methods for `make_splits()`, and improves the memory footprint of hashing resamples.
44

55
## Test environments
66

77
* local macOS install: release
88
* macOS 10.15.7 (on GitHub actions): release
99
* windows server 2019 10.0.17763 (on GitHub actions): oldrel, release
10-
* ubuntu 16.04 (on GitHub actions): oldrel, release, devel
10+
* ubuntu 18.04 (on GitHub actions): oldrel, release, devel
1111
* win-builder: release, devel
1212

1313
## R CMD check results
@@ -16,7 +16,13 @@ This is the 9th CRAN release of rsample. This release fixes bugs, improves error
1616

1717
## revdepcheck results
1818

19-
We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
19+
We checked 36 reverse dependencies (35 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
2020

2121
* We saw 0 new problems
22-
* We failed to check 0 packages
22+
* We failed to check 1 packages
23+
24+
Issues with CRAN packages are summarised below.
25+
26+
### Failed to check
27+
28+
* did2s (NA)

pkgdown/extra.css

-57
This file was deleted.
-12.4 KB
Binary file not shown.
-17.8 KB
Binary file not shown.
-23.4 KB
Binary file not shown.
-4.58 KB
Binary file not shown.
-6.35 KB
Binary file not shown.

pkgdown/favicon/apple-touch-icon.png

-23.4 KB
Binary file not shown.

pkgdown/favicon/favicon-16x16.png

-1.21 KB
Binary file not shown.

pkgdown/favicon/favicon-32x32.png

-2.12 KB
Binary file not shown.

pkgdown/favicon/favicon.ico

-14.7 KB
Binary file not shown.

revdep/README.md

+22-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 4.0.5 (2021-03-31) |
6-
|os |macOS Big Sur 10.16 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/Denver |
13-
|date |2021-05-07 |
3+
|field |value |
4+
|:--------|:-------------------------------------------------------------------------|
5+
|version |R version 4.1.1 (2021-08-10) |
6+
|os |macOS Big Sur 11.6 |
7+
|system |aarch64, darwin20 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/Denver |
13+
|date |2021-11-08 |
14+
|rstudio |1.4.1717 Juliet Rose (desktop) |
15+
|pandoc |2.11.4 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) |
1416

1517
# Dependencies
1618

1719
|package |old |new |Δ |
1820
|:-------|:-----|:----------|:--|
19-
|rsample |0.0.9 |0.0.9.9000 |* |
21+
|rsample |0.1.0 |0.1.0.9000 |* |
22+
|glue |NA |1.4.2 |* |
23+
|tibble |NA |3.1.5 |* |
2024

2125
# Revdeps
2226

27+
## Failed to check (1)
28+
29+
|package |version |error |warning |note |
30+
|:-------|:-------|:-----|:-------|:----|
31+
|did2s |0.4.0 |1 | | |
32+

revdep/cran.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## revdepcheck results
22

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

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 1 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* did2s (NA)

revdep/failures.md

+64-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,64 @@
1-
*Wow, no problems at all. :)*
1+
# did2s
2+
3+
<details>
4+
5+
* Version: 0.4.0
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/did2s
8+
* Date/Publication: 2021-09-27 08:50:07 UTC
9+
* Number of recursive dependencies: 160
10+
11+
Run `revdep_details(, "did2s")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* checking whether package ‘did2s’ can be installed ... ERROR
18+
```
19+
Installation failed.
20+
See ‘/Users/juliasilge/Work/rstudio/rsample/revdep/checks.noindex/did2s/new/did2s.Rcheck/00install.out’ for details.
21+
```
22+
23+
## Installation
24+
25+
### Devel
26+
27+
```
28+
* installing *source* package ‘did2s’ ...
29+
** package ‘did2s’ successfully unpacked and MD5 sums checked
30+
** using staged installation
31+
** libs
32+
clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/RcppArmadillo/include' -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
33+
clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/RcppArmadillo/include' -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c code.cpp -o code.o
34+
clang++ -arch arm64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o did2s.so RcppExports.o code.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.2.0/11.0.0 -L/opt/R/arm64/gfortran/lib -lgfortran -lemutls_w -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
35+
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.2.0/11.0.0'
36+
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib'
37+
ld: library not found for -lgfortran
38+
clang: error: linker command failed with exit code 1 (use -v to see invocation)
39+
make: *** [did2s.so] Error 1
40+
ERROR: compilation failed for package ‘did2s’
41+
* removing ‘/Users/juliasilge/Work/rstudio/rsample/revdep/checks.noindex/did2s/new/did2s.Rcheck/did2s’
42+
43+
44+
```
45+
### CRAN
46+
47+
```
48+
* installing *source* package ‘did2s’ ...
49+
** package ‘did2s’ successfully unpacked and MD5 sums checked
50+
** using staged installation
51+
** libs
52+
clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/RcppArmadillo/include' -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
53+
clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/RcppArmadillo/include' -I'/Users/juliasilge/Work/rstudio/rsample/revdep/library.noindex/did2s/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c code.cpp -o code.o
54+
clang++ -arch arm64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o did2s.so RcppExports.o code.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.2.0/11.0.0 -L/opt/R/arm64/gfortran/lib -lgfortran -lemutls_w -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
55+
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.2.0/11.0.0'
56+
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib'
57+
ld: library not found for -lgfortran
58+
clang: error: linker command failed with exit code 1 (use -v to see invocation)
59+
make: *** [did2s.so] Error 1
60+
ERROR: compilation failed for package ‘did2s’
61+
* removing ‘/Users/juliasilge/Work/rstudio/rsample/revdep/checks.noindex/did2s/old/did2s.Rcheck/did2s’
62+
63+
64+
```

0 commit comments

Comments
 (0)