SkillAgentSearch skills...

Gm

R Package for Music Creation

Install / Use

/learn @flujoo/Gm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

gm <img src="man/figures/logo.png" align="right" alt="logo" width="120"/>

<!-- badges: start --> <!-- badges: end -->

Create music with R.

Example

library(gm)

music <- 
  Music() +
  Meter(4, 4) +
  Line(c("C5", "D5", "E5", "F5"))
  
show(music)

Installation

Install gm:

install.packages("gm")

# Or install the development version from GitHub
pak::pak("flujoo/gm")

Install MuseScore. MuseScore is open source and free notation software.

More

See vignette("gm") for a complete guide to gm.

Related Skills

View on GitHub
GitHub Stars212
CategoryDevelopment
Updated2mo ago
Forks6

Languages

R

Security Score

85/100

Audited on Jan 3, 2026

No findings