Skip to content

Commit

Permalink
docs: add new logo and cleanse README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Jul 11, 2024
1 parent 05e6144 commit 3b66a50
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 63 deletions.
44 changes: 18 additions & 26 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,41 @@ knitr::opts_chunk$set(
)
```

# noclocksR <img src="man/figures/logo.png" align="right" height="120" alt="" />
# No Clocks R Package - `noclocksr` <img src="man/figures/noclocks-logo.png" align="right" width="120" height="auto" alt="No Clocks Logo" />

> [!NOTE]
> This package is under active development and is not yet ready for use.
<!-- badges: start -->
[![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)
[![Generate CHANGELOG.md](https://github.com/noclocks/noclocksR/actions/workflows/changelog.yml/badge.svg)](https://github.com/noclocks/noclocksR/actions/workflows/changelog.yml)
[![pkgdown](https://github.com/noclocks/noclocksR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/noclocks/noclocksR/actions/workflows/pkgdown.yaml)
[![pages-build-deployment](https://github.com/noclocks/noclocksR/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/noclocks/noclocksR/actions/workflows/pages/pages-build-deployment)
<!-- badges: end -->

The goal of noclocksR is to ...
## Contents

## Installation
- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

You can install the development version of noclocksR from [GitHub](https://github.com/) with:
## Overview

``` r
# install.packages("devtools")
devtools::install_github("noclocks/noclocksR")
```
The `noclocksr` package is a collection of functions and datasets for use in No Clocks, LLC projects.

## Example
## Installation

This is a basic example which shows you how to solve a common problem:
You can install the development version of `noclocksr` from GitHub with:

```{r example}
# library(noclocksR)
## basic example code
```r
pak::pak("noclocks/noclocksr")
```

What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
## Usage

```{r cars}
summary(cars)
```
The package is under active development and is not yet ready for use.

You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this.
## License

You can also embed plots, for example:
The `noclocksr` package is free and open source software, licensed under the [MIT License](LICENSE.md).

```{r pressure, echo = FALSE}
plot(pressure)
```

In that case, don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN.
57 changes: 20 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,44 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# noclocksR <img src="man/figures/logo.png" align="right" height="120" alt="" />
# No Clocks R Package - `noclocksr` <img src="man/figures/noclocks-logo.png" align="right" width="120" height="auto" alt="No Clocks Logo" />

> \[!NOTE\] This package is under active development and is not yet
> ready for use.
<!-- badges: start -->

[![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)
[![Generate
CHANGELOG.md](https://github.com/noclocks/noclocksR/actions/workflows/changelog.yml/badge.svg)](https://github.com/noclocks/noclocksR/actions/workflows/changelog.yml)
[![pkgdown](https://github.com/noclocks/noclocksR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/noclocks/noclocksR/actions/workflows/pkgdown.yaml)
[![pages-build-deployment](https://github.com/noclocks/noclocksR/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/noclocks/noclocksR/actions/workflows/pages/pages-build-deployment)
<!-- badges: end -->

The goal of noclocksR is to …

## Installation
## Contents

You can install the development version of noclocksR from
[GitHub](https://github.com/) with:
- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

``` r
# install.packages("devtools")
devtools::install_github("noclocks/noclocksR")
```
## Overview

## Example
The `noclocksr` package is a collection of functions and datasets for
use in No Clocks, LLC projects.

This is a basic example which shows you how to solve a common problem:

``` r
# library(noclocksR)
## basic example code
```
## Installation

What is special about using `README.Rmd` instead of just `README.md`?
You can include R chunks like so:
You can install the development version of `noclocksr` from GitHub with:

``` r
summary(cars)
#> speed dist
#> Min. : 4.0 Min. : 2.00
#> 1st Qu.:12.0 1st Qu.: 26.00
#> Median :15.0 Median : 36.00
#> Mean :15.4 Mean : 42.98
#> 3rd Qu.:19.0 3rd Qu.: 56.00
#> Max. :25.0 Max. :120.00
pak::pak("noclocks/noclocksr")
```

You’ll still need to render `README.Rmd` regularly, to keep `README.md`
up-to-date. `devtools::build_readme()` is handy for this.
## Usage

You can also embed plots, for example:
The package is under active development and is not yet ready for use.

<img src="man/figures/README-pressure-1.png" width="100%" />
## License

In that case, don’t forget to commit and push the resulting figure
files, so they display on GitHub and CRAN.
The `noclocksr` package is free and open source software, licensed under
the [MIT License](LICENSE.md).
Binary file removed man/figures/README-pressure-1.png
Binary file not shown.
Binary file removed man/figures/logo.png
Binary file not shown.
Binary file added man/figures/noclocks-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b66a50

Please sign in to comment.