Displaying 5 results from an estimated 5 matches for "r74100".
Did you mean:
r54100
2018 Jan 10
2
R CMD build then check fails on R-devel due to serialization version
Hi,
Since yesterday I'm seeing `R CMD check --as-cran` failures on the
R-devel daily build (specifically, R Under development (unstable)
(2018-01-09 r74100)) for multiple packages:
* checking serialized R objects in the sources ... WARNING
Found file(s) with version 3 serialization:
?build/vignette.rds?
Such files are only readable in R >= 3.5.0.
Recreate them with R < 3.5.0 or save(version = 2) or saveRDS(version =
2) as appropriate
As far as...
2018 Jan 11
2
R CMD build then check fails on R-devel due to serialization version
...Murdoch
<murdoch.duncan at gmail.com> wrote:
> On 10/01/2018 1:26 PM, Neal Richardson wrote:
>>
>> Hi,
>> Since yesterday I'm seeing `R CMD check --as-cran` failures on the
>> R-devel daily build (specifically, R Under development (unstable)
>> (2018-01-09 r74100)) for multiple packages:
>>
>> * checking serialized R objects in the sources ... WARNING
>> Found file(s) with version 3 serialization:
>> ?build/vignette.rds?
>> Such files are only readable in R >= 3.5.0.
>> Recreate them with R < 3.5.0 or save(version =...
2018 Jan 10
0
R CMD build then check fails on R-devel due to serialization version
On 10/01/2018 1:26 PM, Neal Richardson wrote:
> Hi,
> Since yesterday I'm seeing `R CMD check --as-cran` failures on the
> R-devel daily build (specifically, R Under development (unstable)
> (2018-01-09 r74100)) for multiple packages:
>
> * checking serialized R objects in the sources ... WARNING
> Found file(s) with version 3 serialization:
> ?build/vignette.rds?
> Such files are only readable in R >= 3.5.0.
> Recreate them with R < 3.5.0 or save(version = 2) or saveRDS(version...
2018 Jan 13
1
R CMD build then check fails on R-devel due to serialization version
...e:
>>> On 10/01/2018 1:26 PM, Neal Richardson wrote:
>>>>
>>>> Hi,
>>>> Since yesterday I'm seeing `R CMD check --as-cran` failures on the
>>>> R-devel daily build (specifically, R Under development (unstable)
>>>> (2018-01-09 r74100)) for multiple packages:
>>>>
>>>> * checking serialized R objects in the sources ... WARNING
>>>> Found file(s) with version 3 serialization:
>>>> ?build/vignette.rds?
>>>> Such files are only readable in R >= 3.5.0.
>>>> R...
2018 Jan 11
0
R CMD build then check fails on R-devel due to serialization version
...an at gmail.com> wrote:
>> On 10/01/2018 1:26 PM, Neal Richardson wrote:
>>>
>>> Hi,
>>> Since yesterday I'm seeing `R CMD check --as-cran` failures on the
>>> R-devel daily build (specifically, R Under development (unstable)
>>> (2018-01-09 r74100)) for multiple packages:
>>>
>>> * checking serialized R objects in the sources ... WARNING
>>> Found file(s) with version 3 serialization:
>>> ?build/vignette.rds?
>>> Such files are only readable in R >= 3.5.0.
>>> Recreate them with R <...