Skip to content

Commit

Permalink
Merge pull request #157 from isoverse/dev
Browse files Browse the repository at this point in the history
update version and news
  • Loading branch information
sebkopf authored Feb 16, 2021
2 parents 00d401c + 86379a9 commit c58ff11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# isoreader 1.3.0

## Major changes

- functions for previously deprecated `.rda` file format removed
- R version (>= 4.0.0) and dependency version requirements clarified
- dependencies simplified (`openxlsx`, `feather`, `xml2` and `rhdf5` are now optional extensions)

## Bug fixes

- dependency on pandoc removed

# isoreader 1.2.3

## Major Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# isoreader <a href='https://isoreader.isoverse.org'><img src='man/figures/isoreader_logo_thumb.png' align="right" height="138.5"/></a>

[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/isoreader)](https://cran.r-project.org/package=isoreader)
[![Git\_Hub\_Version](https://img.shields.io/badge/GitHub-1.2.8-purple.svg?style=flat-square)](https://github.com/isoverse/isoreader/commits)
[![Git\_Hub\_Version](https://img.shields.io/badge/GitHub-1.3.0-purple.svg?style=flat-square)](https://github.com/isoverse/isoreader/commits)
[![Documentation](https://img.shields.io/badge/docs-online-green.svg)](https://isoreader.isoverse.org/)
[![R build
status](https://github.com/isoverse/isoreader/workflows/R-CMD-check/badge.svg)](https://github.com/isoverse/isoreader/actions?workflow=R-CMD-check)
Expand Down Expand Up @@ -99,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.00 secs
#> Info: finished reading 4 files in 0.99 secs

iso_files
#> Data from 4 scan iso files:
Expand Down

0 comments on commit c58ff11

Please sign in to comment.