On 6/30/20 11:48 AM, Göran Broström wrote:
On 2020-06-30 01:07, Jeff Newmiller wrote:
Your choice. Do you want to support people using older versions of R,
or not?
Is that all? No point at all with version 3 in packages? Why was it
introduced? I have seen an argument for version 2: "... nee
On 2020-06-30 11:58, Ivan Krylov wrote:
On Tue, 30 Jun 2020 11:48:29 +0200
Göran Broström wrote:
No point at all with version 3 in packages?
Format version 3 [1] introduces support for ALTREP objects [2].
Examples of where ALTREP might be useful include really long integer
vectors, like 1
On Tue, 30 Jun 2020 11:48:29 +0200
Göran Broström wrote:
> No point at all with version 3 in packages?
Format version 3 [1] introduces support for ALTREP objects [2].
Examples of where ALTREP might be useful include really long integer
vectors, like 1:1e10.
--
Best regards,
Ivan
[1]
https://d
On 2020-06-30 01:07, Jeff Newmiller wrote:
Your choice. Do you want to support people using older versions of R, or not?
Is that all? No point at all with version 3 in packages? Why was it
introduced? I have seen an argument for version 2: "... needed ... to
support name spaces", but versi
On Mon, 29 Jun 2020 22:55:02 +0200
Göran Broström wrote:
> After googling for a while (found nothing relevant in 'WRE'), I
> understand that I have two options: (i) Change 'Depends' in
> DESCRIPTION as suggested, and (ii) using save with 'version = 2' for
> the new files.
One of the steps perfo