Skip to content

Commit 21f2089

Browse files
authored
Merge pull request #66 from nanxstats/tools
Refactor logo generation script and move to `tools/`
2 parents 7518086 + f7de2d8 commit 21f2089

File tree

14 files changed

+83
-18
lines changed

14 files changed

+83
-18
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
^CODE_OF_CONDUCT\.md$
1111
^LICENSE\.md$
1212
^README\.Rmd$
13+
14+
^tools$

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
Also improves graphical appearance of the examples by using a minimalist
1616
theme with alternative data subsets (#61).
1717

18+
## Maintenance
19+
20+
- Refactor the logo generation script from an R script to a shell script
21+
and move it into `tools/` (#66).
22+
1823
# ggsci 3.2.0
1924

2025
## New features
@@ -71,7 +76,7 @@
7176
[customizing color selection and ordering in a palette](https://nanx.me/ggsci/articles/ggsci-faq.html#customize-color-ordering-in-a-palette)
7277
with self-defined color scale functions (#23).
7378
- Fix "lost braces" check notes on r-devel by using Unicode characters
74-
([a91faf1](https://github.com/nanxstats/ggsci/commit/a91faf183ae44fe43355283c173a1e2de70de6d2)).
79+
(nanxstats/ggsci@a91faf1).
7580

7681
# ggsci 3.0.0
7782

inst/WORDLIST

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
AAAS
2+
Atlassian
23
BMJ
34
Bioinformatics
45
CMD
@@ -22,6 +23,7 @@ Morty
2223
NEJM
2324
NPG
2425
ORCID
26+
Pettiross
2527
Pruim
2628
RStudio
2729
SSL
@@ -41,4 +43,5 @@ js
4143
pandoc
4244
pngquant
4345
ragg
44-
viridis
46+
roxygen
47+
staticimports

inst/logo/logo.R

Lines changed: 0 additions & 15 deletions
This file was deleted.

man/figures/logo.png

-32.7 KB
Loading
328 Bytes
Loading

pkgdown/favicon/favicon-96x96.png

54 Bytes
Loading

pkgdown/favicon/favicon.ico

0 Bytes
Binary file not shown.

pkgdown/favicon/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading
437 Bytes
Loading

0 commit comments

Comments
 (0)