Skip to content

Commit cad97cb

Browse files
committed
minor fixes; bump 0.1.0
1 parent cf8eb69 commit cad97cb

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ r_binary_packages:
88
- reshape2
99
- roxygen2
1010
- stringr
11-
- tools

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: narray
22
Title: R Package for Handling Arrays in a Consistent Manner
3-
Version: 0.0.5
3+
Version: 0.1.0
44
Author: Michael Schubert <mschu.dev@gmail.com>
55
Maintainer: Michael Schubert <mschu.dev@gmail.com>
66
Description: Provides functions to query and manipulate arrays

tests/testthat.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
library(testthat)
2-
library(arraytools)
2+
library(narray)
33

4-
test_check("arraytools")
4+
test_check("narray")

0 commit comments

Comments
 (0)