kwClustersR icon indicating copy to clipboard operation
kwClustersR copied to clipboard

Can't load kwClusters

Open jcchouinard opened this issue 6 years ago • 0 comments

When I execute this I get an error message:

install.packages("devtools") library(devtools)

devtools::install_github("remibacha/kwClustersR") library(kwClustersR) library(readxl) library(stringdist)


Error: (converted from warning) cannot remove prior installation of package ‘tibble’ In addition: Warning messages: 1: In untar2(tarfile, files, list, exdir) : skipping pax global extended headers 2: In untar2(tarfile, files, list, exdir) : skipping pax global extended headers

library(kwClustersR) Error in library(kwClustersR) : aucun package nommé ‘kwClustersR’ n'est trouvé


I tried: remove.packages("tibble") Error in remove.packages : there is no package called ‘tibble’

jcchouinard avatar Feb 14 '19 20:02 jcchouinard