Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Keywords
algorithmic-composition
music-programming
musicxml
r
Last synced: 6 months ago
·
JSON representation
Repository
R Package for Music Creation
Basic Info
- Host: GitHub
- Owner: flujoo
- License: other
- Language: R
- Default Branch: master
- Homepage: https://flujoo.github.io/gm/
- Size: 8.93 MB
Statistics
- Stars: 207
- Watchers: 4
- Forks: 6
- Open Issues: 0
- Releases: 5
Topics
algorithmic-composition
music-programming
musicxml
r
Created over 5 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
Funding
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%"
)
# Cannot add audio files in GitHub README, so let pkgdown use `index.md`
# rather than `README.md` to generate the home page. The two differences:
#
#
#
# See `vignette("gm")` for a complete guide to gm.
```
# gm
Create music with R.
## Example
```r
library(gm)
music <-
Music() +
Meter(4, 4) +
Line(c("C5", "D5", "E5", "F5"))
show(music)
```


## Installation
Install gm:
``` r
install.packages("gm")
# Or install the development version from GitHub
pak::pak("flujoo/gm")
```
Install [MuseScore](https://musescore.org/). MuseScore is open source and free notation software.
## More
See [`vignette("gm")`](https://flujoo.github.io/gm/articles/gm.html) for a complete guide to gm.
Owner
- Login: flujoo
- Kind: user
- Location: Germany
- Website: https://flujoo.github.io/
- Repositories: 4
- Profile: https://github.com/flujoo
GitHub Events
Total
- Watch event: 4
- Push event: 1
Last Year
- Watch event: 4
- Push event: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 15
- Total pull requests: 1
- Average time to close issues: over 1 year
- Average time to close pull requests: about 5 hours
- Total issue authors: 9
- Total pull request authors: 1
- Average comments per issue: 1.6
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 4 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- flujoo (5)
- tuomaseerola (2)
- znmeb (2)
- arthurwelle (1)
- moodymudskipper (1)
- markariosd3 (1)
- richardvogg (1)
- RageScripter (1)
- brunaw (1)
Pull Request Authors
- jake-wittman (1)
Top Labels
Issue Labels
enhancement (4)
bug (2)
question (2)
documentation (1)
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 254 last-month
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 2
(may contain duplicates) - Total versions: 9
- Total maintainers: 1
proxy.golang.org: github.com/flujoo/gm
- Documentation: https://pkg.go.dev/github.com/flujoo/gm#section-documentation
- License: other
-
Latest release: v2.0.0+incompatible
published over 1 year ago
Rankings
Dependent packages count: 5.5%
Average: 5.6%
Dependent repos count: 5.8%
Last synced:
6 months ago
cran.r-project.org: gm
Create Music with Ease
- Homepage: https://github.com/flujoo/gm
- Documentation: http://cran.r-project.org/web/packages/gm/gm.pdf
- License: MIT + file LICENSE
-
Latest release: 2.0.0
published over 1 year ago
Rankings
Stargazers count: 3.0%
Forks count: 12.2%
Dependent packages count: 18.1%
Dependent repos count: 19.1%
Average: 19.9%
Downloads: 46.9%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- MASS * imports
- base64enc * imports
- glue * imports
- htmltools * imports
- knitr * imports
- magick * imports
- magrittr * imports
- rlang * imports
- rstudioapi * imports
- shiny * imports
- stringr * imports
- utils * imports
- rmarkdown * suggests
- testthat * suggests