Skip to content

germaparl unavailable on cran #21

@chdhh

Description

@chdhh

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions