Skip to content

Commit

Permalink
Merge pull request #2 from pmcharrison/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pmcharrison committed Jul 30, 2019
2 parents 9a62f1c + f0c3b5f commit f2b615b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: parn94
Title: Implementation of Richard Parncutt's Psychoacoustic Harmony Algorithms
Version: 0.2.1
Version: 0.2.2
Authors@R: person("Peter", "Harrison", email = "p.m.c.harrison@qmul.ac.uk", role = c("aut", "cre"))
Description: This package presents an implementation of Richard Parncutt's psychoacoustic harmony analysis algorithms, as described in Parncutt & Strasburger (1994).
Depends: R (>= 3.4.0)
Expand Down
2 changes: 1 addition & 1 deletion R/parn94.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' chord tones into their implied harmonics.
#' * \code{roll_off}: Rate of amplitude roll-off for the harmonics.
#'
#' return An list of class \code{parn94}, comprising the following components:
#' @return An list of class \code{parn94}, comprising the following components:
#' \item{pure_spectrum}{A tibble describing the sonority's pure spectrum.
#' The pure spectrum is a spectral representation of the input sound
#' after auditory masking, but before pattern matching.}
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ by entering the following commands into R:

``` r
if (!require(devtools)) install.packages("devtools")
devtools::install_github("parn94")
devtools::install_github("pmcharrison/parn94")
```

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the following commands into R:

``` r
if (!require(devtools)) install.packages("devtools")
devtools::install_github("parn94")
devtools::install_github("pmcharrison/parn94")
```

## Example usage
Expand Down
7 changes: 4 additions & 3 deletions man/parn94.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2b615b

Please sign in to comment.