Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

germaparl unavailable on cran #21

Open
chdhh opened this issue May 6, 2021 · 0 comments
Open

germaparl unavailable on cran #21

chdhh opened this issue May 6, 2021 · 0 comments

Comments

@chdhh
Copy link

chdhh commented May 6, 2021

Some of my students are unable to download and install the germaparl package as it seems to be offline.

https://cran.r-project.org/web/packages/GermaParl/index.html

I was able to bypass the problem by downloading and installing an archieved version.

url <- "https://cran.r-project.org/src/contrib/Archive/GermaParl/GermaParl_1.5.2.tar.gz"
pkgFile <- "GermaParl_1.5.2.tar.gz"
download.file(url = url, destfile = pkgFile)

install.packages(pkgs=pkgFile, type="source", repos=NULL)

unlink(pkgFile)

library(GermaParl)
library(cwbtools)

GermaParl::germaparl_download_corpus()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant