gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

cannot install source 1.5.3 version #410

Closed jimoreira closed 3 years ago

jimoreira commented 3 years ago

i have no trubles to install the binary version, but the source one cannot. I'm trying to install the latest because a dependency for package "aomisc"

part of th error: Warning in file.copy(libfile, dest, overwrite = TRUE) : problema al copiar .\stringi.dll a C:\Users\javie\Documents\R\win-library\3.6\00LOCK-stringi\00new\stringi\libs\x64\stringi.dll: No such file or directory the final part: Error: package or namespace load failed for 'stringi' in library.dynam(lib, package, package.lib): DLL 'stringi' not found: maybe not installed for this architecture?

Session info ------------------------------------------------------------------------------------ setting value
version R version 3.6.1 (2019-07-05) os Windows >= 8 x64
system x86_64, mingw32
ui RStudio
language (EN)
collate Spanish_Spain.1252
ctype Spanish_Spain.1252
tz America/Montevideo
date 2020-12-05

[1] C:/Users/javie/Documents/R/win-library/3.6 [2] C:/Program Files/R/R-3.6.1/library

if you have any ideas? thank you very much!

gagolews commented 3 years ago

Have you tried restarting R and/or reinstalling stringi?

jimoreira commented 3 years ago

Yes i have, both. Thanks for your help

gagolews commented 3 years ago

How about upgrading R to the most recent version? R 3.6.1 is pretty outdated.

jimoreira commented 3 years ago

You are right, just didn't want to make a bigger mess yet..but...i should take a deep breath an get on with it. Thanks for your help

gagolews commented 3 years ago

(closing as inactive for > 1 year)