Skip to content

Commit

Permalink
Merge pull request #148 from EmilHvitfeldt/RC-1.6.0
Browse files Browse the repository at this point in the history
Release Candidate 1.6.0
  • Loading branch information
EmilHvitfeldt authored Jan 21, 2024
2 parents 85a2a11 + c93cef1 commit ac016b9
Show file tree
Hide file tree
Showing 12 changed files with 224 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paletteer
Title: Comprehensive Collection of Color Palettes
Version: 1.5.0.9000
Version: 1.6.0.9000
Author: See AUTHORS file.
Maintainer: Emil Hvitfeldt <[email protected]>
Description: The choices of color palettes in R can be quite
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# paletteer (development version)

# paletteer 1.6.0

* 15 palettes have been added from vangogh package. (#133)
* 30 palettes have been added from ButterflyColors package. (#136)
* 35 palettes have been added from MoMAColors package. (#142)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ paletteer_c("nord::frost")
| impressionist.colors | \- | [1.0](https://CRAN.R-project.org/package=impressionist.colors) |
| jcolors | [jaredhuling/jcolors - 0.0.5](https://github.com/jaredhuling/jcolors) | \- |
| khroma | [tesselle/khroma - 1.12.0.9000](https://github.com/tesselle/khroma) | [1.12.0](https://CRAN.R-project.org/package=khroma) |
| lisa | [tyluRp/lisa - 0.1.2.9000](https://github.com/tyluRp/lisa) | [0.1.2](https://CRAN.R-project.org/package=lisa) |
| lisa | [tylerlittlefield/lisa - 0.1.2.9000](https://github.com/tylerlittlefield/lisa) | [0.1.2](https://CRAN.R-project.org/package=lisa) |
| ltc | [loukesio/ltc_palettes - 0.2.0](https://github.com/loukesio/ltc_palettes) | \- |
| miscpalettes | [EmilHvitfeldt/miscpalettes - 0.0.0.9000](https://github.com/EmilHvitfeldt/miscpalettes) | \- |
| musculusColors | [dawnbarlow/musculusColors - 0.1.0](https://github.com/dawnbarlow/musculusColors) | \- |
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Release Summary

Package have been updated to properly insure that it handled it when noSuggest errors come up.
New palettes have been added.

## R CMD check results

0 errors | 0 warnings | 0 note

## Reverse dependencies

Checked all 11 reverse dependencies. No issues.
Checked all 14 reverse dependencies. No issues.
2 changes: 1 addition & 1 deletion data-raw/packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ paletteer_packages <- tibble::tribble(
"jcolors", "jaredhuling/jcolors", "0.0.5", FALSE, NA,
"khroma", "tesselle/khroma", "1.12.0.9000", TRUE, "1.12.0",
"LaCroixColoR", "johannesbjork/LaCroixColoR", "0.1.0", FALSE, NA,
"lisa", "tyluRp/lisa", "0.1.2.9000", TRUE, "0.1.2",
"lisa", "tylerlittlefield/lisa", "0.1.2.9000", TRUE, "0.1.2",
"ltc", "loukesio/ltc_palettes", "0.2.0", FALSE, NA,
"MetBrewer", "BlakeRMills/MetBrewer", "0.3.0", TRUE, "0.2.0",
"MexBrewer", "paezha/MexBrewer", "0.0.2", FALSE, "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion data-raw/paletteer_packages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ harrypotter,aljrico/harrypotter,2.1.1,TRUE,2.1.1
impressionist.colors,NA,NA,TRUE,1.0
jcolors,jaredhuling/jcolors,0.0.5,FALSE,NA
khroma,tesselle/khroma,1.12.0.9000,TRUE,1.12.0
lisa,tyluRp/lisa,0.1.2.9000,TRUE,0.1.2
lisa,tylerlittlefield/lisa,0.1.2.9000,TRUE,0.1.2
ltc,loukesio/ltc_palettes,0.2.0,FALSE,NA
miscpalettes,EmilHvitfeldt/miscpalettes,0.0.0.9000,FALSE,NA
musculusColors,dawnbarlow/musculusColors,0.1.0,FALSE,NA
Expand Down
Binary file modified data/paletteer_packages.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
citHeader("To cite paletteer in publications use:")

citEntry(
entry = "manual",
bibentry(
bibtype = "manual",
title = "paletteer: Comprehensive Collection of Color Palettes",
author = "Emil Hvitfeldt",
year = "2021",
Expand Down
58 changes: 44 additions & 14 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,52 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.1.0 (2021-05-18) |
|os |macOS Big Sur 11.3.1 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2021-07-20 |
|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.1 (2023-06-16) |
|os |macOS Sonoma 14.2.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2024-01-20 |
|rstudio |2023.12.0+359 Ocean Storm (desktop) |
|pandoc |2.17.1.1 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:----------|:--|
|paletteer |1.3.0 |1.3.0.9000 |* |
|package |old |new |Δ |
|:----------|:------|:----------|:--|
|paletteer |1.5.0 |1.5.0.9000 |* |
|cli |3.6.2 |3.6.2 | |
|fansi |1.0.6 |1.0.6 | |
|farver |2.1.1 |2.1.1 | |
|glue |1.7.0 |1.7.0 | |
|lifecycle |1.0.4 |1.0.4 | |
|magrittr |2.0.3 |2.0.3 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prismatic |1.1.1 |1.1.1 | |
|rematch2 |2.1.2 |2.1.2 | |
|rlang |1.1.3 |1.1.3 | |
|rstudioapi |0.15.0 |0.15.0 | |
|tibble |3.2.1 |3.2.1 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |

# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:--------|:-------|:-----|:-------|:----|
|restoptr |1.0.6 |1 | | |

## New problems (2)

|package |version |error |warning |note |
|:-----------|:-------|:------|:-------|:--------|
|[gt](problems.md#gt)|0.10.1 | | |1 __+1__ |
|[spatialLIBD](problems.md#spatiallibd)|1.14.1 |__+1__ |1 |1 |

17 changes: 14 additions & 3 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
## revdepcheck results

We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 14 reverse dependencies (13 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 saw 1 new problems
* We failed to check 1 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* gt
checking installed package size ... NOTE

### Failed to check

* restoptr (NA)
65 changes: 64 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,64 @@
*Wow, no problems at all. :)*
# restoptr

<details>

* Version: 1.0.6
* GitHub: https://github.com/dimitri-justeau/restoptr
* Source code: https://github.com/cran/restoptr
* Date/Publication: 2023-08-18 08:30:07 UTC
* Number of recursive dependencies: 86

Run `revdepcheck::revdep_details(, "restoptr")` for more info

</details>

## In both

* checking whether package ‘restoptr’ can be installed ... ERROR
```
Installation failed.
See ‘/Users/emilhvitfeldt/Github/paletteer/revdep/checks.noindex/restoptr/new/restoptr.Rcheck/00install.out’ for details.
```
## Installation
### Devel
```
* installing *source* package ‘restoptr’ ...
** package ‘restoptr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: package or namespace load failed for ‘rJava’:
.onLoad failed in loadNamespace() for 'rJava', details:
call: dyn.load(jli, FALSE)
error: unable to load shared object '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib':
dlopen(/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib, 0x000A): tried: '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib' (no such file), '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
Execution halted
ERROR: lazy loading failed for package ‘restoptr’
* removing ‘/Users/emilhvitfeldt/Github/paletteer/revdep/checks.noindex/restoptr/new/restoptr.Rcheck/restoptr’


```
### CRAN
```
* installing *source* package ‘restoptr’ ...
** package ‘restoptr’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: package or namespace load failed for ‘rJava’:
.onLoad failed in loadNamespace() for 'rJava', details:
call: dyn.load(jli, FALSE)
error: unable to load shared object '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib':
dlopen(/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib, 0x000A): tried: '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib' (no such file), '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
Execution halted
ERROR: lazy loading failed for package ‘restoptr’
* removing ‘/Users/emilhvitfeldt/Github/paletteer/revdep/checks.noindex/restoptr/old/restoptr.Rcheck/restoptr’


```
93 changes: 92 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1 +1,92 @@
*Wow, no problems at all. :)*
# gt

<details>

* Version: 0.10.1
* GitHub: https://github.com/rstudio/gt
* Source code: https://github.com/cran/gt
* Date/Publication: 2024-01-17 23:50:05 UTC
* Number of recursive dependencies: 109

Run `revdepcheck::revdep_details(, "gt")` for more info

</details>

## Newly broken

* checking installed package size ... NOTE
```
installed size is 5.9Mb
sub-directories of 1Mb or more:
R 2.4Mb
help 1.8Mb
```
## In both
* checking data for non-ASCII characters ... NOTE
```
Note: found 146 marked UTF-8 strings
```
# spatialLIBD
<details>
* Version: 1.14.1
* GitHub: https://github.com/LieberInstitute/spatialLIBD
* Source code: https://github.com/cran/spatialLIBD
* Date/Publication: 2023-11-30
* Number of recursive dependencies: 223
Run `revdepcheck::revdep_details(, "spatialLIBD")` for more info
</details>
## Newly broken
* checking examples ... ERROR
```
Running examples in ‘spatialLIBD-Ex.R’ failed
The error most likely occurred in:
> ### Name: add_images
> ### Title: Add non-standard images with the same dimensions as current ones
> ### Aliases: add_images
>
> ### ** Examples
>
> if (enough_ram()) {
...
+ ## Add an image
+ SpatialExperiment::imgData(add_images(
+ spe,
+ image_id_current = "lowres",
+ image_id = "lowres_aws",
+ image_paths = c("151507" = "https://spatial-dlpfc.s3.us-east-2.amazonaws.com/images/151507_tissue_lowres_image.png")
+ ))
+ }
Error: table metadata already exists
Execution halted
```
## In both
* checking whether package ‘spatialLIBD’ can be installed ... WARNING
```
Found the following significant warnings:
Warning: package ‘SingleCellExperiment’ was built under R version 4.3.2
Warning: package ‘SummarizedExperiment’ was built under R version 4.3.2
Warning: package ‘S4Vectors’ was built under R version 4.3.2
Warning: package ‘GenomeInfoDb’ was built under R version 4.3.2
See ‘/Users/emilhvitfeldt/Github/paletteer/revdep/checks.noindex/spatialLIBD/new/spatialLIBD.Rcheck/00install.out’ for details.
```
* checking installed package size ... NOTE
```
installed size is 15.3Mb
sub-directories of 1Mb or more:
doc 10.9Mb
help 3.7Mb
```

0 comments on commit ac016b9

Please sign in to comment.