-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * Update CRAN comments * Revdep checks * Increment version number to 0.1.1 * Update to new pkgdown site
- Loading branch information
1 parent
8d7665e
commit d6a73ac
Showing
20 changed files
with
130 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,14 @@ | ||
Package: rsample | ||
Title: General Resampling Infrastructure | ||
Version: 0.1.0.9000 | ||
Authors@R: | ||
c(person(given = "Julia", | ||
family = "Silge", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-3671-836X")), | ||
person(given = "Fanny", | ||
family = "Chow", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Max", | ||
family = "Kuhn", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Hadley", | ||
family = "Wickham", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "RStudio", | ||
role = "cph")) | ||
Version: 0.1.1 | ||
Authors@R: c( | ||
person("Julia", "Silge", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-3671-836X")), | ||
person("Fanny", "Chow", , "[email protected]", role = "aut"), | ||
person("Max", "Kuhn", , "[email protected]", role = "aut"), | ||
person("Hadley", "Wickham", , "[email protected]", role = "aut"), | ||
person("RStudio", role = "cph") | ||
) | ||
Maintainer: Julia Silge <[email protected]> | ||
Description: Classes and functions to create and summarize different types | ||
of resampling objects (e.g. bootstrap, cross-validation). | ||
|
@@ -57,6 +45,13 @@ Suggests: | |
xml2 | ||
VignetteBuilder: | ||
knitr | ||
Config/Needs/website: | ||
GGally, | ||
nlstools, | ||
survival, | ||
tidymodels, | ||
tidyposterior, | ||
tidyverse/tidytemplate | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# rsample (development version) | ||
# rsample 0.1.1 | ||
|
||
* Updated documentation on stratified sampling (#245). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,32 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 4.0.5 (2021-03-31) | | ||
|os |macOS Big Sur 10.16 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/Denver | | ||
|date |2021-05-07 | | ||
|field |value | | ||
|:--------|:-------------------------------------------------------------------------| | ||
|version |R version 4.1.1 (2021-08-10) | | ||
|os |macOS Big Sur 11.6 | | ||
|system |aarch64, darwin20 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/Denver | | ||
|date |2021-11-08 | | ||
|rstudio |1.4.1717 Juliet Rose (desktop) | | ||
|pandoc |2.11.4 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------|:-----|:----------|:--| | ||
|rsample |0.0.9 |0.0.9.9000 |* | | ||
|rsample |0.1.0 |0.1.0.9000 |* | | ||
|glue |NA |1.4.2 |* | | ||
|tibble |NA |3.1.5 |* | | ||
|
||
# Revdeps | ||
|
||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|did2s |0.4.0 |1 | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
## revdepcheck results | ||
|
||
We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 36 reverse dependencies (35 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* did2s (NA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,64 @@ | ||
*Wow, no problems at all. :)* | ||
# did2s | ||
|
||
<details> | ||
|
||
* Version: 0.4.0 | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/did2s | ||
* Date/Publication: 2021-09-27 08:50:07 UTC | ||
* Number of recursive dependencies: 160 | ||
|
||
Run `revdep_details(, "did2s")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* checking whether package ‘did2s’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/Users/juliasilge/Work/rstudio/rsample/revdep/checks.noindex/did2s/new/did2s.Rcheck/00install.out’ for details. | ||
``` | ||
|
||
## Installation | ||
|
||
### Devel | ||
|
||
``` | ||
* installing *source* package ‘did2s’ ... | ||
** package ‘did2s’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** libs | ||
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 | ||
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 | ||
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 | ||
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.2.0/11.0.0' | ||
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib' | ||
ld: library not found for -lgfortran | ||
clang: error: linker command failed with exit code 1 (use -v to see invocation) | ||
make: *** [did2s.so] Error 1 | ||
ERROR: compilation failed for package ‘did2s’ | ||
* removing ‘/Users/juliasilge/Work/rstudio/rsample/revdep/checks.noindex/did2s/new/did2s.Rcheck/did2s’ | ||
``` | ||
### CRAN | ||
|
||
``` | ||
* installing *source* package ‘did2s’ ... | ||
** package ‘did2s’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** libs | ||
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 | ||
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 | ||
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 | ||
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.2.0/11.0.0' | ||
ld: warning: directory not found for option '-L/opt/R/arm64/gfortran/lib' | ||
ld: library not found for -lgfortran | ||
clang: error: linker command failed with exit code 1 (use -v to see invocation) | ||
make: *** [did2s.so] Error 1 | ||
ERROR: compilation failed for package ‘did2s’ | ||
* removing ‘/Users/juliasilge/Work/rstudio/rsample/revdep/checks.noindex/did2s/old/did2s.Rcheck/did2s’ | ||
``` |