An open API service indexing awesome lists of open source software.

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

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"