trinker/entity

pacman_load() worked funny

Opened this issue · 0 comments

Hi @trinker, thank you so much for this amazing package!

Just here to let you know that when I tried

pacman::p_load_gh("trinker/entity")

I got this warning message

Warning messages:
1: In FUN(X[[i]], ...) :
  DESCRIPTION file of package 'Rcpp' is missing or broken
2: In pacman::p_load_gh("trinker/entity") : 
Failed to install/load:
trinker/entity

Which seems to have happened to others. However, using:

devtools::install_github("trinker/entity", build_vignettes = FALSE)

worked just fine. Hope this is somewhat useful!