README.md

koRpus.lang.it

Adds support for the Italian language to the koRpus package.

More information on 'koRpus.lang.it' is available on the project homepage.

Installation

Installation from the official l10n repository

The latest stable release can be installed directly from the project's own repository:

install.packages(
  "koRpus.lang.it",
  repo=c(
    getOption("repos"),
    l10n="https://undocumeantit.github.io/repos/l10n"
  )
)

To automatically get updates, consider adding the repository to your R configuration. You might also want to subscribe to the package's RSS feed to get notified of new releases.

If you're running a Debian based operating system, you might be interested in the precompiled *.deb packages.

Installation via GitHub

To install the package directly from GitHub, you can use install_github() from the devtools package:

devtools::install_github("unDocUMeantIt/koRpus.lang.it") # stable release
devtools::install_github("unDocUMeantIt/koRpus.lang.it", ref="develop") # development release

Contributing

To ask for help, report bugs, suggest feature improvements, or discuss the global development of the package, please use the issue tracker, or subscribe to the koRpus-dev mailing list.

Branches

Please note that all development happens in the develop branch. Pull requests against the master branch will be rejected, as it is reserved for the current stable release.

License

koRpus.lang.it Copyright (C) 2018-2020 Meik Michalke, released under the GNU General Public License (GPL) version 3 or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You should have received a copy of the license with the source package as the file COPYING or LICENSE.



unDocUMeantIt/koRpus.lang.it documentation built on Oct. 25, 2020, 10:21 a.m.