Installing 'ooc' as instructed yields the following error:
devtools::install_github('tzuliu/ooc')
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘ellipsis’ 0.3.0 is already loaded, but >= 0.3.1 is required
I then update 'ellipsis' to version 0.3.1. Then I try to load it, resulting in the following error:
library('ellipsis')
Error in value[3L] :
Package ‘ellipsis’ version 0.3.0 cannot be unloaded:
Error in unloadNamespace(package) : namespace ‘ellipsis’ is imported by ‘tibble’ so cannot be unloaded
In addition: Warning message:
package ‘ellipsis’ was built under R version 3.6.2
Installing 'ooc' as instructed yields the following error:
I then update 'ellipsis' to version 0.3.1. Then I try to load it, resulting in the following error: