Displaying 1 result from an estimated 1 matches for "wrap_logical".
2019 Aug 23
1
wrap_logical warning message when loading objects created in R 3.6 in an R 3.5 session
Hi,
I am experiencing a warning message when I load a large R object
created in an R 3.6 session in R 3.5.* , as follows:
```
Warning message:
In load(?GDSCv2.RData?) :
cannot unserialize ALTVEC object of class ?wrap_logical? from package
?base?; returning length zero vector
```
Of relevant information may be that the large R object (a data
structure defined in my Bioconductor package PharmacoGx), was in part
created including data frames which were cast from data.tables. I
noticed that the ALTVEC class had caused some...