Displaying 1 result from an estimated 1 matches for "pharmacogx".
2019 Aug 23
1
wrap_logical warning message when loading objects created in R 3.6 in an R 3.5 session
...ession 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 errors previously in the
data.table package.
I have two questions:
1. Should I be concerned about this warning? I cannot seem to find
what effect it has on the data loaded....