Skip to content

Commit

Permalink
Merge pull request #3 from pepijn-devries/work-in-progress
Browse files Browse the repository at this point in the history
Work in progress
  • Loading branch information
pepijn-devries authored Feb 14, 2024
2 parents 3b1b457 + 6f561bf commit 735e2cb
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ProTrackR
Type: Package
Title: Manipulate and Play 'ProTracker' Modules
Version: 0.3.9
Version: 0.4.0
Date: 2024-02-14
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ProTrackR v0.3.9 (Release date: 2023-02-14)
ProTrackR v0.4.0 (Release date: 2023-02-14)
=============

* Added `pkgdown` website and README
Expand Down
2 changes: 1 addition & 1 deletion R/02PTCell.r
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ setGeneric("effect<-", function(x, value) standardGeneric("effect<-"))
#' When replacing this code, all three digit hexadecimal `character`
#' strings are accepted, although not all codes will represent a valid
#' effect or trigger. See
#' <http://coppershade.org/articles/More!/Topics/Protracker_Effect_Commands/>
#' <https://wiki.openmpt.org/Manual:_Effect_Reference#MOD_Effect_Commands>
#' for a valid list of effect codes.
#' @rdname effect
#' @name effect
Expand Down
5 changes: 0 additions & 5 deletions R/06PTModule.r
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ validity.PTModule <- function(object)
#'
#' <https://wiki.multimedia.cx/index.php?title=Protracker_Module>
#'
#' <http://coppershade.org/articles/More!/Topics/Protracker_File_Format/>
#' @examples
#' ## create an empty PTModule class object:
#' mod.empty <- new("PTModule")
Expand Down Expand Up @@ -308,8 +307,6 @@ setGeneric("read.module", function(file, ignore.validity = F) standardGeneric("r
#' close(con)
#' }
#' @references <https://wiki.multimedia.cx/index.php?title=Protracker_Module>
#'
#' <http://coppershade.org/articles/More!/Topics/Protracker_File_Format/>
#' @family io.operations
#' @family module.operations
#' @author Pepijn de Vries
Expand Down Expand Up @@ -464,8 +461,6 @@ setGeneric("write.module", def = function(mod, file){
#' close(con)
#' }
#' @references <https://wiki.multimedia.cx/index.php?title=Protracker_Module>
#'
#' <http://coppershade.org/articles/More!/Topics/Protracker_File_Format/>
#' @family io.operations
#' @family module.operations
#' @author Pepijn de Vries
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This R package is designed to read, process and play ProTracker module audio fil
```{r eval=FALSE}
install.packages("ProTrackR")
```
> Get development version on github
> Get development version from R-Universe
``` r
install.packages("ProTrackR", repos = c('https://pepijn-devries.r-universe.dev', 'https://cloud.r-project.org'))
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ProTracker module audio files.
install.packages("ProTrackR")
```

> Get development version on github
> Get development version from R-Universe
``` r
install.packages("ProTrackR", repos = c('https://pepijn-devries.r-universe.dev', 'https://cloud.r-project.org'))
Expand Down
2 changes: 0 additions & 2 deletions man/PTModule-class.Rd

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

2 changes: 1 addition & 1 deletion man/effect.Rd

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

2 changes: 0 additions & 2 deletions man/read.module.Rd

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

2 changes: 0 additions & 2 deletions man/write.module.Rd

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

0 comments on commit 735e2cb

Please sign in to comment.