Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hneth committed Oct 12, 2023
1 parent 01af1c4 commit 106d2b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the development version of **unicol**, available at <https://github.com/

This version adds new color palettes and improves package maintenance.

The **unicol** package currently provides **257\ color palettes** from **110\ institutions**.
The **unicol** package currently provides **258\ color palettes** from **111\ institutions**.


<!-- Log of changes: -->
Expand All @@ -33,6 +33,8 @@ Changes since last release:
[`bergen_2`](https://hneth.github.io/unicol/dev/reference/bergen_2.html),
[`bergen_3`](https://hneth.github.io/unicol/dev/reference/bergen_3.html),
[`bergen_4`](https://hneth.github.io/unicol/dev/reference/bergen_4.html)
- [University of Gothenburg](https://www.gu.se) (Sweden):
[`gothenburg`](https://hneth.github.io/unicol/dev/reference/gothenburg.html)
- [University of Magdeburg](https://www.ovgu.de) (Germany):
[`uni_magdeburg_1`](https://hneth.github.io/unicol/dev/reference/uni_magdeburg_1.html),
[`uni_magdeburg_2`](https://hneth.github.io/unicol/dev/reference/uni_magdeburg_2.html),
Expand Down
6 changes: 3 additions & 3 deletions R/0_all_pals.R
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@ row.names(all_data) <- 1:nrow(all_data)
# all_data$pal[duplicated(all_data$pal)] # duplicates?
#
# # On 2023-10-12:
# length(all_data$pal) # 257 color palettes
# length(unique(all_data$inst)) # 110 institutions
# sum(n_cols) # 1771 colors
# length(all_data$pal) # 258 color palettes
# length(unique(all_data$inst)) # 111 institutions
# sum(n_cols) # 1772 colors

# +++ here now +++

Expand Down

0 comments on commit 106d2b8

Please sign in to comment.