Skip to content

Commit 0a9483e

Browse files
committed
globalvars and package main doc
1 parent af04c51 commit 0a9483e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

R/zzz.R

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
utils::globalVariables(c(
2+
"n_notes", "notes", "notes_c", "music21"
3+
))
4+
5+
#' chordgen
6+
#'
7+
#' This is a random chord generator which uses music21 package
8+
#'
9+
#' @import music21
10+
#'
11+
#' @docType package
12+
#' @name chordgen
13+
NULL

0 commit comments

Comments
 (0)