Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
e57088c2
Commit
e57088c2
authored
Dec 16, 2019
by
Delaigue Olivier
Browse files
v1.4.3.16 BUG: no visible binding for global variable Ind_Run fixed in Imax
#13
parent
a1b3155d
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
e57088c2
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.1
5
Version: 1.4.3.1
6
Date: 2019-12-16
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
e57088c2
...
...
@@ -2,7 +2,7 @@
### 1.4.3.1
5
Release Notes (2019-12-16)
### 1.4.3.1
6
Release Notes (2019-12-16)
#### New features
...
...
R/Imax.R
View file @
e57088c2
...
...
@@ -18,7 +18,7 @@ Imax <- function(InputsModel,
if
(
!
inherits
(
IndPeriod_Run
,
"integer"
))
{
stop
(
"'IndPeriod_Run' must be of type integer"
)
}
if
(
!
identical
(
as.integer
(
IndPeriod_Run
),
IndPeriod_Run
[
1
]
:
Ind_Run
[
length
(
IndPeriod_Run
)]))
{
if
(
!
identical
(
as.integer
(
IndPeriod_Run
),
IndPeriod_Run
[
1
]
:
Ind
Period
_Run
[
length
(
IndPeriod_Run
)]))
{
stop
(
"'IndPeriod_Run' must be a continuous sequence of integers"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment