Skip to content

Commit bea911d

Browse files
committed
makevars flags remove to prevent r cmd check fail
1 parent 95e202f commit bea911d

34 files changed

+22
-9503
lines changed

R/helpers.r

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ get_coefs <- function(obj) {
107107
#'
108108
#' Extract the compensator differences from a fitted Hawkes
109109
#' model.
110-
#' @inheritParams show_hawkes
111-
#' \donttest{
112-
#' ### ********************** ###
110+
#' @param obj A fitted model object returned by \code{\link{fit_hawkes}}.
111+
#' @examples \donttest{
112+
#' ## ********************** ###
113113
#' ## A univariate Hawkes model
114114
#' ### ********************** ###
115115
#' data(retweets_niwa, package = "stelfi")

R/plots.r

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ show_multivariate_hawkes <- function(obj, type = c("fitted", "data", "both")){
141141
#' times, In addition, results of a Kolmogorov-Smirnov and
142142
#' Ljung-Box hypothesis test for the compensator differences are printed.
143143
#'
144-
#' @param background_integral Function, as defined in \code{\link{fit_hawkes_cbf}}.
145144
#' @param plot Logical, whether to plot goodness-of-fit plots. Default \code{TRUE}.
146145
#' @param return_values Logical, whether to return GOF values. Default \code{FALSE}.
147146
#' @param tests Logical, whether to print the results of a Kolmogorov-Smirnov and

docs/_book/data.html

-914
This file was deleted.

docs/_book/index.html

-504
This file was deleted.

docs/_book/intro.html

-405
This file was deleted.

docs/_book/lgcp.html

-542
This file was deleted.

docs/_book/marked-hawkes.html

-597
This file was deleted.

docs/_book/multi-hawkes.html

-478
This file was deleted.

0 commit comments

Comments
 (0)