sylly.en

Adds support for the English language to the sylly package.

Installation

Installation from the official l10n repository

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

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

library(devtools)
install_github("unDocUMeantIt/sylly.en") # stable release
install_github("unDocUMeantIt/sylly.en", 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.en Copyright (C) 2017-2018 Meik Michalke meik.michalke@hhu.de

sylly.en 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.en 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/>.