Commit 294bc1b0 authored by David's avatar David
Browse files

fix(check): notes on undefined variables

Refs #130
2 merge requests!93Draft: Version 0.7.0,!77Resolve "Ungauged node: Diversion to Reservoir crashes Calibration"
Pipeline #54535 passed with stage
in 7 minutes and 10 seconds
Showing with 8 additions and 0 deletions
+8 -0
......@@ -56,5 +56,6 @@ importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(stats,setNames)
importFrom(utils,read.table)
importFrom(utils,tail)
#' @rdname CreateCalibOptions
#' @export
#' @importFrom stats setNames
CreateCalibOptions.GRiwrmInputsModel <- function(x, FixedParam = NULL, ...) {
dots <- list(...)
if ("IsHyst" %in% names(dots)) {
......
R/globals.R 0 → 100644
#' getNodeRanking: no visible binding for global variable 'donor'
#' updateParameters4Ungauged: no visible binding for global variable
#' down'
#' updateParameters4Ungauged: no visible binding for global variable
#' model'
utils::globalVariables(c("donor", "down ", "model "))
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment