From 57314be3600714e168ca4ffb376ba54ad8d4aec0 Mon Sep 17 00:00:00 2001 From: Sebastian Kopf Date: Fri, 28 Jul 2023 04:58:01 -0600 Subject: [PATCH] update readme --- README.Rmd | 2 ++ README.md | 5 ++++- _pkgdown.yml | 4 +--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 829c03b..9fc297d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,9 +16,11 @@ version <- as.character(packageVersion("isoreader")) # isoreader + [![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) + ## About diff --git a/README.md b/README.md index 2633058..5219c0f 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,13 @@ # isoreader + + [![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) + ## About @@ -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: diff --git a/_pkgdown.yml b/_pkgdown.yml index 282aaec..fb8a084 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -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