Skip to content

Commit 45f2be4

Browse files
committed
cran compat
1 parent 94084fc commit 45f2be4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Package: narray
22
Title: Subset- And Name-Aware Array Utility Functions
3-
Version: 0.5.1
4-
Author: Michael Schubert <mschu.dev@gmail.com>
3+
Version: 0.5.2
4+
Authors@R: c(
5+
person('Michael', 'Schubert', email='mschu.dev@gmail.com',
6+
role = c('aut', 'cre', 'cph'),
7+
comment = c(ORCID='0000-0002-6862-5221')))
58
Maintainer: Michael Schubert <mschu.dev@gmail.com>
69
Description: Stacking arrays according to dimension names, subset-aware
710
splitting and mapping of functions, intersecting along arbitrary

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# narray 0.5.2
2+
3+
* Removed explicit C++ standard for CRAN compatibility
4+
15
# narray 0.5.1
26

37
* Fixed a bug where `stack` made unnecessary vector copies

0 commit comments

Comments
 (0)