Skip to content

Commit

Permalink
update news and revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
EuanMcGonigle committed Apr 18, 2024
1 parent 111d2a8 commit 6bcafc1
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 11 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^\.gitlab-ci\.yml$
^codecov\.yml$
^CRAN-SUBMISSION$
^revdep$
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CptNonPar (development version)

# CptNonPar 0.2.0

* New function multiscale.np.mojo: this function performs multiscale, multi-lag
nonparametric change point detection using a set of bandwidths, as opposed
to a single bandwidth.
* Updated issue with parallelisation code.

# CptNonPar 0.1.1

* Updated description field in Description file.
Expand Down
2 changes: 1 addition & 1 deletion R/multiscale.np.mojo.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#' }
#' @param threshold.val The value of the threshold used to declare change points, only to be used if \code{threshold = "manual"}.
#' @param eta.bottom.up A positive numeric value for the minimal mutual distance of
#' changes, relative to bandwidth, for use in bottom-up merging of hange point estimators across multiple bandwidths.
#' changes, relative to bandwidth, for use in bottom-up merging of change point estimators across multiple bandwidths.
#' @return A \code{list} object that contains the following fields:
#' \item{G}{Set of moving window bandwidths}
#' \item{lags}{Lags used to detect changes}
Expand Down
14 changes: 6 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## Resubmission
This is a resubmission. In this version I have:

* Explained the acronym NP-MOJO in the description text.
## R CMD check results

* Removed the \donttest{} wrapping from all examples and updated the examples to execute in <5s.
0 errors | 0 warnings | 0 notes

## R CMD check results
## revdepcheck results

0 errors | 0 warnings | 1 note
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* This is a new release.
* We saw 0 new problems
* We failed to check 0 packages
4 changes: 2 additions & 2 deletions man/multiscale.np.mojo.Rd

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

7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
27 changes: 27 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.3.0 (2023-04-21) |
|os |macOS Ventura 13.3 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/London |
|date |2024-04-18 |
|rstudio |2023.09.0+463 Desert Sunflower (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |Δ |
|:-------------|:-----|:----------|:--|
|CptNonPar |0.1.1 |0.1.1.9000 |* |
|parallelly |NA |1.37.1 |* |
|RcppArmadillo |NA |0.12.8.2.1 |* |
|Rfast |NA |2.1.0 |* |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 6bcafc1

Please sign in to comment.