Skip to content

Commit

Permalink
svg logo and suggests rmarkdown for vignette build
Browse files Browse the repository at this point in the history
  • Loading branch information
fbertran committed Mar 20, 2021
1 parent 20ea7a3 commit 220d40b
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 0.8-0
Date: 2021-03-20
Depends: R (>= 3.0.0)
Imports: RColorBrewer, network, sna
Suggests: ggplot2, knitr
Suggests: ggplot2, knitr, rmarkdown
Authors@R: c(
person(given = "Frederic", family= "Bertrand", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-0837-8281")),
person(given = "Myriam", family= "Maumy-Bertrand", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-4615-1512")),
Expand Down
19 changes: 19 additions & 0 deletions genlogo.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,22 @@ sticker(
h_color = "grey",
filename = "man/figures/logo.png"
)


sticker(
r,
package = "networkABC",
p_size = 7,
s_x = .98,
s_y = 0.72,
s_width = 1.7,
s_height = 1.3,
p_x = 1,
p_y = 1.3,
url = "https://cran.r-project.org/package=networkABC",
u_color = "white",
u_size = 1.05,
h_fill = "black",
h_color = "grey",
filename = "man/figures/logo_networkABC.svg"
)
Loading

0 comments on commit 220d40b

Please sign in to comment.