Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noclocks/noclocksr
R Package for No Clocks, LLC
https://github.com/noclocks/noclocksr
developer-tools helpers internal r-package utility
Last synced: about 1 month ago
JSON representation
R Package for No Clocks, LLC
- Host: GitHub
- URL: https://github.com/noclocks/noclocksr
- Owner: noclocks
- License: other
- Created: 2024-02-07T18:37:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:54:08.000Z (2 months ago)
- Last Synced: 2024-11-14T22:31:46.194Z (2 months ago)
- Topics: developer-tools, helpers, internal, r-package, utility
- Language: HTML
- Homepage: https://docs.noclocks.dev/noclocksR/
- Size: 9.01 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - noclocks/noclocksr - R Package for No Clocks, LLC (HTML)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# No Clocks R Package - `noclocksr`
> [!NOTE]
> This package is under active development and is not yet ready for use.[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)## Contents
- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)## Overview
The `noclocksr` package is a collection of functions and datasets for use in No Clocks, LLC projects.
## Installation
You can install the development version of `noclocksr` from GitHub with:
```r
pak::pak("noclocks/noclocksr")
```## Usage
The package is under active development and is not yet ready for use.
## License
The `noclocksr` package is free and open source software, licensed under the [MIT License](LICENSE.md).