2020-12-30T05:00:00Z
**This was the result when trying to install unitizer:**
install.packages("unitizer")
Installing package into ‘/home/hugo/R/x86_64-pc-linux-gnu-library/4.0’
(as ‘lib’ is unspecified)
probando la URL 'https://cloud.r-project.org/src/contrib/unitizer_1.4.12.tar.gz'
Content type 'application/x-gzip' length 693207 bytes (676 KB)
==================================================
downloaded 676 KB
* installing *source* package ‘unitizer’ ...
** package ‘unitizer’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
Error in completeSubclasses(classDef2, class1, obj, where) :
tentativa de obtener un slot "subclasses" de un objeto de una clase básica ("NULL") sin slots (English translation: attempt to obtain a "subclasses" slot of an object of a basic class ("NULL") without slots)
Error: package or namespace load failed for ‘dbplyr’:
.onLoad failed in loadNamespace() for 'dbplyr', details:
call: setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
error: error in contained classes ("character") for class “ident”; class definition removed from ‘dbplyr’
Error in .requirePackage(package) :
unable to find required package ‘dbplyr’
Calls: <Anonymous> ... .recacheSubclasses -> getClassDef -> .requirePackage
Ejecución interrumpida
ERROR: lazy loading failed for package ‘unitizer’
* removing ‘/home/hugo/R/x86_64-pc-linux-gnu-library/4.0/unitizer’
* restoring previous ‘/home/hugo/R/x86_64-pc-linux-gnu-library/4.0/unitizer’
The downloaded source packages are in
‘/tmp/RtmpRt5E8a/downloaded_packages’
Note: dbplyr version 2.0.0 is installed. In my computer unitizer version 1.4.11 is installed. install.packages() fails with unitizer version 1.4.12