Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimhester/wercker-step-r-lint
Wercker step to run R lint
https://github.com/jimhester/wercker-step-r-lint
Last synced: 1 day ago
JSON representation
Wercker step to run R lint
- Host: GitHub
- URL: https://github.com/jimhester/wercker-step-r-lint
- Owner: jimhester
- Created: 2015-04-27T16:40:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T14:30:43.000Z (over 9 years ago)
- Last Synced: 2024-11-05T03:21:28.506Z (about 2 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r-lint
[![wercker status](https://app.wercker.com/status/c42b1a62c9b98cd4d8f37c4179f9efee/s "wercker status")](https://app.wercker.com/project/bykey/c42b1a62c9b98cd4d8f37c4179f9efee)A step to run a lintr on an R package. Best used with one of the
[rocker](https://registry.hub.docker.com/repos/rocker/) images.
```yaml
- jimhester/r-lint
```## Options
* `options` (optional). Options passed to `lintr::lint_package()`.# License
The MIT License (MIT)
Copyright (c) 2015 Jim Hester
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.# Changelog
## 0.0.3
- Fix bug with installing package.## 0.0.2
- Need to install the package to be linted before linting.## 0.0.1
- initial release