PolMine / cwbtools

Tools to create and manage CWB-indexed corpora
4 stars 2 forks source link

cwbtools currently not installable via install.packages/cran #73

Closed bandoose closed 6 months ago

bandoose commented 6 months ago

Error message:

install.packages("cwbtools") Warning in install.packages : package ‘cwbtools’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

On cran it reads that the package was removed on 2024-04-20: https://cran.r-project.org/web/packages/cwbtools/index.html

ablaette commented 6 months ago

Thanks a lot for this alert! We did not manage to fix an issue reported by the CRAN team in time, see https://github.com/PolMine/cwbtools/issues/74.

cwbtools v0.4.2 is at CRAN again: https://cran.r-project.org/web/packages/cwbtools/index.html

As I write this, Windows binaries are not yet available, but this is a matter of 1-2 days.

Of course, we will avoid another "downtime" of cwbtools at CRAN. You could also do this:

devtools::install_github("PolMine/cwbtools") # install release version
devtools::install_github("PolMine/cwbtools", ref = "dev") # install development version