https://github.com/jimbrig/noclocksr
https://github.com/jimbrig/noclocksr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimbrig/noclocksr
- Owner: jimbrig
- License: other
- Created: 2024-08-14T17:24:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T22:41:18.000Z (5 months ago)
- Last Synced: 2025-03-01T01:44:21.681Z (about 2 months ago)
- Language: R
- Homepage: http://docs.jimbrig.com/noclocksr/
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jimbrig/noclocksr - (R)
README
---
output:
github_document:
toc: true
toc_depth: 2
includes:
before_body: man/fragments/readme-header.Rmd
after_body: man/fragments/readme-footer.md
always_allow_html: yes
editor_options:
markdown:
wrap: sentence
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures",
out.width = "100%",
cache = FALSE,
asciicast_theme = if (Sys.getenv("IN_PKGDOWN") == "true") "pkgdown" else "readme"
)
```> This is an R package built by [No Clocks, LLC](https://noclocks.dev) for internal R development purposes.
## Badges
```{badges, child="man/fragments/readme-badges.Rmd"}
```## Installation
```{installation, child="man/fragments/readme-installation.Rmd"}
```## Examples
```{examples, child="man/fragments/readme-examples.Rmd"}
```