search for: hasdep350

Displaying 6 results from an estimated 6 matches for "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 (!hasDep...
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 >...
2025 Jan 17
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 >> } >> i...
2025 Jan 19
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...rc/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 &...
2025 Jan 22
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") ha...
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...gt; >>>> +++ 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 &g...