https://github.com/hrbrmstr/croaked
R package for querying the endoflife.date service
https://github.com/hrbrmstr/croaked
endoflife r rst
Last synced: 7 months ago
JSON representation
R package for querying the endoflife.date service
- Host: GitHub
- URL: https://github.com/hrbrmstr/croaked
- Owner: hrbrmstr
- License: other
- Created: 2022-03-17T08:49:16.000Z (almost 4 years ago)
- Default Branch: batman
- Last Pushed: 2022-03-17T09:08:03.000Z (almost 4 years ago)
- Last Synced: 2025-06-08T17:40:26.830Z (7 months ago)
- Topics: endoflife, r, rst
- Language: R
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r pkg-knitr-opts, include=FALSE}
hrbrpkghelpr::global_opts()
```
```{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges()
```
```{r description, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::yank_title_and_description()
```
## What's Inside The Tin
The following functions are implemented:
```{r ingredients, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::describe_ingredients()
```
## Installation
```{r install-ex, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::install_block()
```
## Usage
```{r lib-ex}
library(croaked)
# current version
packageVersion("croaked")
```
```{r ex-01}
available_products()
all_details("macos")
cycle_details("python", "3.9")
```
## croaked Metrics
```{r cloc, echo=FALSE}
cloc::cloc_pkg_md()
```
## Code of Conduct
Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.