Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions R/2026-01-22_ZS_R_Galaxy_sticker.R
Original file line number Diff line number Diff line change
@@ -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)
#
# ################################################################################
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GalaxyR

## Description <img src="https://github.com/JulFrey/GalaxyR/blob/main/inst/figures/logo_galaxyr.png" align="right" width = 290/>

**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.

Expand Down
Binary file added inst/figures/galaxyr_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/figures/logo_galaxyr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.