Skip to content

Commit

Permalink
Merge pull request #189 from isoverse/dev
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
sebkopf committed Jul 28, 2023
2 parents c5f4f83 + 57314be commit d5c5274
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Expand Up @@ -16,9 +16,11 @@ version <- as.character(packageVersion("isoreader"))

# isoreader <a href='https://isoreader.isoverse.org'><img src='man/figures/isoreader_logo_thumb.png' align="right" height="138.5"/></a>

<!-- badges: start -->
[![R build status](https://github.com/isoverse/isoreader/workflows/R-CMD-check/badge.svg)](https://github.com/isoverse/isoreader/actions?workflow=R-CMD-check)
[![Documentation](https://img.shields.io/badge/docs-online-green.svg)](https://isoreader.isoverse.org/)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02878/status.svg)](https://doi.org/10.21105/joss.02878)
<!-- badges: end -->

## About

Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -3,10 +3,13 @@

# isoreader <a href='https://isoreader.isoverse.org'><img src='man/figures/isoreader_logo_thumb.png' align="right" height="138.5"/></a>

<!-- badges: start -->

[![R build
status](https://github.com/isoverse/isoreader/workflows/R-CMD-check/badge.svg)](https://github.com/isoverse/isoreader/actions?workflow=R-CMD-check)
[![Documentation](https://img.shields.io/badge/docs-online-green.svg)](https://isoreader.isoverse.org/)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02878/status.svg)](https://doi.org/10.21105/joss.02878)
<!-- badges: end -->

## About

Expand Down Expand Up @@ -96,7 +99,7 @@ iso_files <- iso_read_scan(data_folder)
#> Info: reading file 'full_scan_example.scn' with '.scn' reader...
#> Info: reading file 'peak_shape_scan_example.scn' with '.scn' reader...
#> Info: reading file 'time_scan_example.scn' with '.scn' reader...
#> Info: finished reading 4 files in 1.30 secs
#> Info: finished reading 4 files in 1.34 secs

iso_files
#> Data from 4 scan iso files:
Expand Down
4 changes: 1 addition & 3 deletions _pkgdown.yml
Expand Up @@ -7,9 +7,7 @@ template:
ganalytics: UA-106138361-3

development:
mode: unreleased
version_label: danger
version_tooltip: "release candidate"
mode: devel

home:
strip_header: true
Expand Down

0 comments on commit d5c5274

Please sign in to comment.