dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
849 stars 135 forks source link

Can't Install text2vec on Latest Mac R Version [float dependency?] #315

Closed causeyrob closed 4 years ago

causeyrob commented 4 years ago

Hello! When I run this: install.packages("text2vec", dependencies = TRUE) I get this: Warning in install.packages : package ‘text2vec’ is not available (for R version 3.5.3)

When I try to install from github it produces cascading failures, where I work up the dependency chain... data.table, digest, stringi, lgr, mlapi, RcppArmad.., RhpcBLASctl... float etc First it errors on updating rsparse Error: (converted from warning) package ‘rsparse’ is not available (for R version 3.5.3)

Then when I try installing rparse from GHE, it errors on float. When I try installing float from GHE, it says it's available on Windows only... ERROR: this R is version 3.5.3, package 'float' requires R >= 3.6.0 Error in i.p(...) : (converted from warning) installation of package ‘/var/folders/zq/czcb48w11lq3pgdpps0kfpdr0000gp/T//RtmpOAoaUU/filef3c2a93b531/float_0.2-3.tar.gz’ had non-zero exit status

Any suggestions? I have no Windows machine and it doesn't appear that your package is supposed to be Windows-only. Thanks in advance for any help.

dselivanov commented 4 years ago

Hi. After recent update we require R>=3.6. (this is due dependency on float pkg through rsparse pkg)

On Wed, 19 Feb 2020, 02:05 Rob Causey, notifications@github.com wrote:

Hello! When I run this: install.packages("text2vec", dependencies = TRUE) I get this: Warning in install.packages : package ‘text2vec’ is not available (for R version 3.5.3)

When I try to install from github it produces cascading failures, where I work up the dependency chain... data.table, digest, stringi, lgr, mlapi, RcppArmad.., RhpcBLASctl... float etc First it errors on updating rsparse Error: (converted from warning) package ‘rsparse’ is not available (for R version 3.5.3)

Then when I try installing rparse from GHE, it errors on float. When I try installing float from GHE, it says it's available on Windows only... ERROR: this R is version 3.5.3, package 'float' requires R >= 3.6.0 Error in i.p(...) : (converted from warning) installation of package ‘/var/folders/zq/czcb48w11lq3pgdpps0kfpdr0000gp/T//RtmpOAoaUU/filef3c2a93b531/float_0.2-3.tar.gz’ had non-zero exit status

Any suggestions? I have no Windows machine and it doesn't appear that your package is supposed to be Windows-only. Thanks in advance for any help.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dselivanov/text2vec/issues/315?email_source=notifications&email_token=ABHC5XL4V3LSSMG3JMUOJLLRDRLSTA5CNFSM4KXNKLXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOOS54A, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHC5XP2IWFHT7ZO6OHQGKLRDRLSTANCNFSM4KXNKLXA .

causeyrob commented 4 years ago

Ah thanks for the update.. so this has become a Windows only package then (since Mac R version only goes up to 3.5.3)?

-- Disclaimer: This e-mail and any attachments may contain Confidential Information. If you are not the intended recipient, any disclosure, copying, distribution or use of any information contained herein is strictly prohibited. If you have received this transmission in error, please immediately notify security@candidco.com mailto:security@candidco.com, and destroy the original transmission and any attachments without reading or saving.

dselivanov commented 4 years ago

Ah thanks for the update.. so this has become a Windows only package then (since Mac R version only goes up to 3.5.3)?

Why do you think so? 3.6.* is widely available on all the platforms. For Mac see "Download R for (Mac) OS X" on the CRAN page.

causeyrob commented 4 years ago

Wow, don't know how I missed that.. okay, thanks!!

-- Disclaimer: This e-mail and any attachments may contain Confidential Information. If you are not the intended recipient, any disclosure, copying, distribution or use of any information contained herein is strictly prohibited. If you have received this transmission in error, please immediately notify security@candidco.com mailto:security@candidco.com, and destroy the original transmission and any attachments without reading or saving.

dselivanov commented 4 years ago

I believe this should be solved.