sylly.ru

Flattr this git repo

Adds support for the Russian language to the sylly package. Due to some restrictions on CRAN, the full package sources are only available from the project homepage.

Installation

Development releases via the project repository

Installation of tha latest stable release is fairly easy, it’s available from the project’s own repository:

install.packages("sylly.ru", repo="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:

library(devtools)
install_github("unDocUMeantIt/sylly.ru") # stable release
install_github("unDocUMeantIt/sylly.ru", ref="develop") # development version

Contributing

To ask for help, report bugs, suggest feature improvements, or discuss the global development of the package, please use the issue tracker.

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

sylly.ru Copyright (C) 2017 Meik Michalke meik.michalke@hhu.de

sylly.ru is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

sylly.ru 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. See the GNU General Public License for more details.

You should have received a copy of the license with the source package as the file COPYING or LICENSE. If not, see <https://www.gnu.org/licenses/>.