Displaying 6 results from an estimated 6 matches for "hasdep410".
Did you mean:
hasdep350
2025 Jan 16
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...=
--- src/library/tools/R/build.R (revision 87545)
+++ src/library/tools/R/build.R (working copy)
@@ -1165,9 +1165,11 @@
desc <- .read_description(file.path(pkgname, "DESCRIPTION"))
Rdeps <- .split_description(desc)$Rdepends2
hasDep350 <- FALSE
+ hasDep410 <- FALSE
for(dep in Rdeps) {
if(dep$op != '>=') next
if(dep$version >= "3.5.0") hasDep350 <- TRUE
+ if(dep$version >= "4.1.0") hasDep410 <- TRUE
}
if (!hasDep350) {
## re-read...
2025 Jan 16
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...d.R (revision 87545)
> +++ src/library/tools/R/build.R (working copy)
> @@ -1165,9 +1165,11 @@
> desc <- .read_description(file.path(pkgname, "DESCRIPTION"))
> Rdeps <- .split_description(desc)$Rdepends2
> hasDep350 <- FALSE
> + hasDep410 <- FALSE
> for(dep in Rdeps) {
> if(dep$op != '>=') next
> if(dep$version >= "3.5.0") hasDep350 <- TRUE
> + if(dep$version >= "4.1.0") hasDep410 <- TRUE
> }
> if (!hasDep3...
2025 Jan 17
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...uild.R (revision 87545)
>> +++ src/library/tools/R/build.R (working copy)
>> @@ -1165,9 +1165,11 @@
>> desc <- .read_description(file.path(pkgname, "DESCRIPTION"))
>> Rdeps <- .split_description(desc)$Rdepends2
>> hasDep350 <- FALSE
>> + hasDep410 <- FALSE
>> for(dep in Rdeps) {
>> if(dep$op != '>=') next
>> if(dep$version >= "3.5.0") hasDep350 <- TRUE
>> + if(dep$version >= "4.1.0") hasDep410 <- TRUE
>> }
>> if (!hasDep350) {
>> ## re-read fil...
2025 Jan 19
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...>>> +++ src/library/tools/R/build.R (working copy)
>>> @@ -1165,9 +1165,11 @@
>>> desc <- .read_description(file.path(pkgname, "DESCRIPTION"))
>>> Rdeps <- .split_description(desc)$Rdepends2
>>> hasDep350 <- FALSE
>>> + hasDep410 <- FALSE
>>> for(dep in Rdeps) {
>>> if(dep$op != '>=') next
>>> if(dep$version >= "3.5.0") hasDep350 <- TRUE
>>> + if(dep$version >= "4.1.0") hasDep410 <- TRUE
>>> }
>>> if (!hasDep350) {...
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
.../library/tools/R/build.R (working copy)
>>>> @@ -1165,9 +1165,11 @@
>>>> desc <- .read_description(file.path(pkgname, "DESCRIPTION"))
>>>> Rdeps <- .split_description(desc)$Rdepends2
>>>> hasDep350 <- FALSE
>>>> + hasDep410 <- FALSE
>>>> for(dep in Rdeps) {
>>>> if(dep$op != '>=') next
>>>> if(dep$version >= "3.5.0") hasDep350 <- TRUE
>>>> + if(dep$version >= "4.1.0") hasDep410 <- TRUE
>>>> }
>>&g...
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...(working copy)
> >>>> @@ -1165,9 +1165,11 @@
> >>>> desc <- .read_description(file.path(pkgname, "DESCRIPTION"))
> >>>> Rdeps <- .split_description(desc)$Rdepends2
> >>>> hasDep350 <- FALSE
> >>>> + hasDep410 <- FALSE
> >>>> for(dep in Rdeps) {
> >>>> if(dep$op != '>=') next
> >>>> if(dep$version >= "3.5.0") hasDep350 <- TRUE
> >>>> + if(dep$version >= "4.1.0") hasDep410 <- TRUE
> >...