Displaying 3 results from an estimated 3 matches for "netikja".
Did you mean:
netica
2024 Dec 13
1
Check R version dependency in R CMD Check
I?ve been guilty of this myself. I think a check would be good.
In my case I was using the new sort_by() function (I think also 4.1) and a
user was failing to install on R 4.0.
On Fri, Dec 13, 2024 at 11:30 Jan Net?k <netikja at gmail.com> wrote:
> Hello,
>
> I have a server with R 3.6.3 installed and I struggled a bit with
> updating several R packages that utilizes some new syntax introduced in R
> 4.1.0, such as the native pipe |> or function definition shorthand \(x) ...
>
> The thing is...
2024 Dec 13
1
Check R version dependency in R CMD Check
Hello,
I have a server with R 3.6.3 installed and I struggled a bit with
updating several R packages that utilizes some new syntax introduced in R
4.1.0, such as the native pipe |> or function definition shorthand \(x) ...
The thing is that these packages states "Depends: R (>= 3.6.0)" and pass R
CMD Check without any issues. My problem occurred at the installation time.
I can
2022 Oct 29
1
tools:: extracting pkg dependencies from DCF
...> >>> missing, functionality merged.
>> >> >> >>>
>> >> >> >>> Best
>> >> >> >>> Jan
>> >> >> >>>
>> >> >> >>> On Fri, Oct 14, 2022, 15:14 Jan Net?k <netikja at gmail.com> wrote:
>> >> >> >>>
>> >> >> >>>> Hello Jan,
>> >> >> >>>>
>> >> >> >>>> I have seen many packages that implemented dependencies "extraction" on
>> &...