Skip to content

Commit

Permalink
Update RcppExports and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oelhammouchi committed May 9, 2024
1 parent 7aa966d commit 0a2f87e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 0 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ S3method(plot,single)
S3method(print,mack)
S3method(print,odp)
S3method(print,trngl)
export(.mackPairsBoot)
export(.mackPairsSim)
export(.mackParamBoot)
export(.mackParamSim)
export(.mackResidBoot)
export(.mackResidSim)
export(UKMotor)
export(as.trngl)
export(cum2incr)
Expand Down
6 changes: 0 additions & 6 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,26 @@ getTrnglSeed <- function() {
.Call('_trngl_getTrnglSeed', PACKAGE = 'trngl')
}

#' @export
.mackParamBoot <- function(trngl, dist, cond, n_boot = 1e3L, n_sim = 1e3L, progress = TRUE) {
.Call('_trngl_mackParamBoot', PACKAGE = 'trngl', trngl, dist, cond, n_boot, n_sim, progress)
}

#' @export
.mackResidBoot <- function(trngl, resid_type, cond, n_boot = 1e3L, n_sim = 1e3L, progress = TRUE) {
.Call('_trngl_mackResidBoot', PACKAGE = 'trngl', trngl, resid_type, cond, n_boot, n_sim, progress)
}

#' @export
.mackPairsBoot <- function(trngl, n_boot = 1e3L, n_sim = 1e3L, progress = TRUE) {
.Call('_trngl_mackPairsBoot', PACKAGE = 'trngl', trngl, n_boot, n_sim, progress)
}

#' @export
.mackPairsSim <- function(trngl, sim_type, n_boot, n_sim, progress) {
.Call('_trngl_mackPairsSim', PACKAGE = 'trngl', trngl, sim_type, n_boot, n_sim, progress)
}

#' @export
.mackParamSim <- function(trngl, sim_type, cond, dist, n_boot, n_sim, progress) {
.Call('_trngl_mackParamSim', PACKAGE = 'trngl', trngl, sim_type, cond, dist, n_boot, n_sim, progress)
}

#' @export
.mackResidSim <- function(trngl, sim_type, cond, resid_type, n_boot, n_sim, progress) {
.Call('_trngl_mackResidSim', PACKAGE = 'trngl', trngl, sim_type, cond, resid_type, n_boot, n_sim, progress)
}
Expand Down
13 changes: 13 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Resubmission

* Spelled out "ODP" as "overdispersed Poisson".

* Removed erroneous export of internal package functions.

* Removed the "Date" field in DESCRIPTION.

* Added Fortran 2003 to "SystemRequirements" as well as a configure script that
checks whether the compiler supports this standard.

* Remove erroneously included "Rplots.pdf".

## R CMD check results

0 errors | 0 warnings | 1 note
Expand Down

0 comments on commit 0a2f87e

Please sign in to comment.