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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T21:43:47.000Z (8 months ago)
- Last Synced: 2025-07-29T15:08:59.501Z (3 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: 5
-
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.
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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).