Skip to content

Commit

Permalink
Fix missing package anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
auzaheta committed Sep 2, 2024
1 parent c0f2875 commit 3b574c7
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
pull_request:
branches: main

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
pull_request:
branches: main
types:
- closed
branches:
- main

name: test-coverage

Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# goldfish 1.6.9

* Solving missing package anchors in the documentation.
* Update deprecated functions in the vignettes from `manynet`.
* Solve issue on `Makevars.in` file that produced a note when check as CRAN.

Expand Down
4 changes: 2 additions & 2 deletions R/functions_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ as.matrix.network.goldfish <- function(x, ..., time = -Inf, startTime = -Inf) {
#' object by using the [linkEvents()].
#' A new call of `linkEvents()` is required for each attribute that is dynamic.
#'
#' Objects of class [tbl_df] from the tibble package frequently use in the
#' tidyverse ecosystem and objects of class `data.table` will produce
#' Objects of class [tibble::tbl_df] from the tibble package frequently use in the
#' tidyverse ecosystem and objects of class [data.table::data.table()] will produce
#' errors in later steps for goldfish.
#' Current implementation of goldfish relies on the subsetting behavior of
#' data frames objects. The previous mentioned objects classes change this
Expand Down
4 changes: 2 additions & 2 deletions R/functions_diagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ examineOutliers <- function(x,
#' For a detail description see \code{\link[changepoint]{cpt.mean}} or
#' \code{\link[changepoint]{cpt.var}}. The default value is \code{"PELT"}.
#' @param ... additional arguments to be passed to the functions in the
#' \code{\link{changepoint}} package.
#' \pkg{changepoint} package.
#' @section Change point:
#' The parameter \code{moment} controls which method from the package
#' \code{\link{changepoint}} is used:
#' \pkg{changepoint} is used:
#' \describe{
#' \item{\code{"mean"}}{It uses the \code{\link[changepoint]{cpt.mean}}
#' function to investigate optimal positioning and (potentially) number
Expand Down
10 changes: 6 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Test environments

* local R installation, Windows 10 x64 19405, R 4.3.1
* Mac OS Monterey 12.7.3 (on Github), R 4.3.3
* Microsoft Windows Server 2022 10.0.20348 (on Github), R 4.3.3
* Ubuntu 20.04.6 (on Github), R 4.3.3
* Mac OS Darwin 14.6.1 (on Github), R 4.4.1
* Microsoft Windows Server 2022 10.0.20348 (on Github), R 4.4.1
* Ubuntu 22.04.4 (on Github), R 4.4.1

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
* `checkEvents()` method addresses S3 generic/method consistency.
* Solving missing package anchors in the documentation.
* Update deprecated functions in the vignettes from `manynet`.
* Solve issue on `Makevars.in` file that produced a note when check as CRAN.
4 changes: 2 additions & 2 deletions man/defineNodes.Rd

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

4 changes: 2 additions & 2 deletions man/examine.Rd

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

0 comments on commit 3b574c7

Please sign in to comment.