tzuliu / ooc

This is a repository for the project of "Ordered Optimal Classification"
MIT License
8 stars 2 forks source link

Conflict with tibble? #3

Closed jacksantucci closed 3 years ago

jacksantucci commented 3 years ago

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