Skip to content

Commit

Permalink
unexport as.mcmc.list
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Apr 12, 2018
1 parent 2f05b2a commit a1bc6b6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 327 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export(.estimates)
export(.rhat)
export(as.mcarray)
export(as.mcmc)
export(as.mcmc.list)
export(as.mcmcarray)
export(as.mcmcr)
export(as.mcmcrs)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mcmcr 0.0.1 (2018-04-07)
mcmcr 0.0.1 (2018-04-12)
=========================

### NEW FEATURES
Expand Down
3 changes: 0 additions & 3 deletions R/as.mcmc.list.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
#'
#' @param x object to coerce.
#' @param ... Unused.
#' @export
#' @examples
#' as.mcmc.list(mcmcr_example)
#' @name as.mcmc.list
NULL

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
],
"contIntegration": "https://travis-ci.org/poissonconsulting/mcmcr",
"readme": "https://github.com/poissonconsulting/mcmcr/blob/master/README.md",
"fileSize": "542.908KB",
"fileSize": "542.899KB",
"releaseNotes": "https://github.com/poissonconsulting/mcmcr/blob/master/NEWS.md",
"codeRepository": "https://github.com/poissonconsulting/mcmcr"
}
10 changes: 1 addition & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@
Maintainer: ‘Joe Thorley <[email protected]>
New submission

* checking S3 generic/method consistency ... NOTE
Found the following apparent S3 methods exported but not registered:
as.mcmc.list
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.

0 errors | 0 warnings | 2 notes
0 errors | 0 warnings | 1 note

## R CMD check response

- This is a new release.

- This is due to the name of as.mcmc.list which has a check exclusion in R-devel/src/library/tools/R/utils.R for package coda.

## Reverse dependencies

This is a new release, so there are no reverse dependencies.
6 changes: 3 additions & 3 deletions docs/news/index.html

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

307 changes: 1 addition & 306 deletions docs/reference/as.mcmc.list.html

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions man/as.mcmc.list.Rd

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

0 comments on commit a1bc6b6

Please sign in to comment.