Adds support for the Spanish language to the sylly package. Due to some restrictions on CRAN, the full package sources are only available from the project homepage.
Installation of tha latest stable release is fairly easy, it's available from the project's own repository:
install.packages("sylly.es", 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.
To install the package directly from GitHub, you can use install_github()
from the devtools package:
library(devtools)
install_github("unDocUMeantIt/sylly.es") # stable release
install_github("unDocUMeantIt/sylly.es", ref="develop") # development version
To ask for help, report bugs, suggest feature improvements, or discuss the global development of the package, please use the issue tracker.
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.
sylly.es Copyright (C) 2017 Meik Michalke meik.michalke@hhu.de
sylly.es 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.es 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/.