https://github.com/engineerdanny/atmrpackage
A package with basic ATM functionalities like withdrawing and depositing money as well as checking your account balance
https://github.com/engineerdanny/atmrpackage
github-actions r rpackage
Last synced: 1 day ago
JSON representation
A package with basic ATM functionalities like withdrawing and depositing money as well as checking your account balance
- Host: GitHub
- URL: https://github.com/engineerdanny/atmrpackage
- Owner: EngineerDanny
- License: mit
- Created: 2022-04-12T17:32:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T08:46:26.000Z (about 4 years ago)
- Last Synced: 2025-04-23T17:53:05.280Z (12 months ago)
- Topics: github-actions, r, rpackage
- Language: R
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atmrpackage
**R** package implementing a workflow with GitHub Actions using [r-lib/actions](https://github.com/r-lib/actions).
## Build and Installation
### Linux
```sh
Rscript -e 'devtools::install_github("EngineerDanny/atmrpackage")'
```
## GitHub Actions Workflow
- Checks for a successful build on Linux.
**Using:**
- r-lib/actions/setup
- r-lib/actions/setup-r-dependencies
- r-lib/actions/check-r-package
- Announces Completion
**Using:**
- run: echo "All checks are completed"