diff --git a/R/2026-01-22_ZS_R_Galaxy_sticker.R b/R/2026-01-22_ZS_R_Galaxy_sticker.R new file mode 100644 index 0000000..b185561 --- /dev/null +++ b/R/2026-01-22_ZS_R_Galaxy_sticker.R @@ -0,0 +1,32 @@ +# ################################################################################ +# # LOGO GALAXYR +# ################################################################################ +# +# # install specific fork +# pak::pak("emilioxavier/hexSticker") +# +# # change working dir +# setwd("./inst/figures") +# +# # load packages +# library(hexSticker) +# library(showtext) +# library(ggplot2) +# +# font_add_google( +# name = "Comfortaa", +# family = "Comfortaa") +# showtext_auto() +# +# # load image +# imgurl <- "galaxyr_transparent.png" +# +# # make sticker +# s <- sticker( +# imgurl, s_x = 1, s_y = 1.15, s_width = .7, +# package = "GalaxyR", p_size = 20, p_x = 1, p_y = 0.6, p_family = "Comfortaa", p_fontface = "bold", +# h_size = 2, h_color = "#276ABE", h_fill = "#22272E", +# filename = "logo_galaxyr.png") +# plot(s) +# +# ################################################################################ diff --git a/README.md b/README.md index 016dc0f..6dc409d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GalaxyR +## Description + **GalaxyR** is an R package for programmatic interaction with the **Galaxy API** (tested primarily against [Galaxy Europe](https://usegalaxy.eu)). It allows you to manage histories, upload data, run tools and workflows, wait for jobs to complete, and download results — all directly from R. diff --git a/inst/figures/galaxyr_transparent.png b/inst/figures/galaxyr_transparent.png new file mode 100644 index 0000000..0e5c5a9 Binary files /dev/null and b/inst/figures/galaxyr_transparent.png differ diff --git a/inst/figures/logo_galaxyr.png b/inst/figures/logo_galaxyr.png new file mode 100644 index 0000000..072157c Binary files /dev/null and b/inst/figures/logo_galaxyr.png differ