Skip to content

Commit

Permalink
fixed rcmd check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Aug 22, 2023
1 parent 0e0362c commit 99f6c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions R/kantorovich_ompr.R
@@ -1,3 +1,7 @@
if(getRversion() >= "2.15.1") {
utils::globalVariables(c("i", "j", "p"))
}

#' Computes Kantorovich distance with 'ompr'
#'
#' Kantorovich distance using the \code{ompr} package
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat.R
Expand Up @@ -2,4 +2,4 @@ library(testthat)
library(kantorovich)
library(gmp)

test_check("kantorovich", reporter = SilentReporter())
test_check("kantorovich")

0 comments on commit 99f6c9d

Please sign in to comment.