quanteda / readtext

an R package for reading text files
https://readtext.quanteda.io
119 stars 28 forks source link

ERROR: installing vignettes failed #153

Closed SinaOzdemir closed 5 years ago

SinaOzdemir commented 5 years ago

When I try to install the package with install.packages("readtext"), I get the following error:

`'\home.ansatt.ntnu.no\sinaoz\Documents' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory.

I tried to install with devtools but it has been over 45 minutes and the process is still going on. Any ideas on how to solve the problem with vignette installation?

my session info:

`R version 3.5.2 (2018-12-20) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C LC_TIME=English_United States.1252

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_3.5.2 tools_3.5.2 `

kbenoit commented 5 years ago

Hard to know what the problem is but it sounds like an R configuration issue.

You can try:

install.packages("readtext", type = "binary")

or try it again now that we've just uploaded readtext 0.74 to CRAN.