We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8eb69 commit cad97cbCopy full SHA for cad97cb
3 files changed
.travis.yml
@@ -8,4 +8,3 @@ r_binary_packages:
8
- reshape2
9
- roxygen2
10
- stringr
11
- - tools
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: narray
2
Title: R Package for Handling Arrays in a Consistent Manner
3
-Version: 0.0.5
+Version: 0.1.0
4
Author: Michael Schubert <mschu.dev@gmail.com>
5
Maintainer: Michael Schubert <mschu.dev@gmail.com>
6
Description: Provides functions to query and manipulate arrays
tests/testthat.r
@@ -1,4 +1,4 @@
library(testthat)
-library(arraytools)
+library(narray)
-test_check("arraytools")
+test_check("narray")
0 commit comments