Review descritption file
Hi @aho!
I have two comments to consider in the DESCRITION file.
Some people get the error (external/cstools!61 (comment 81462)):
a <- array(rnorm(15), dim = c(a = 3, b = 1, c = 5, d = 1))
res <- InsertDim(InsertDim(a, posdim = 2, lendim = 1, name = 'e'), 4, c(f = 2))
Error in Apply(data = list(outvar), margins = name, fun = .InsertDim, :
Parameter 'data' must be one or a list of numeric objects.
Which is solved using multiApply v2.1.1 instead of v2.0.1. We fix the dependency to the version in the DESCRIPTION file.
multiApply (>= 2.1.1)
On the other hand, the R version is R (>= 2.14.1)
but, did you test the package with that version? I would modify it to the version you have used to build and test the package.
Let me know your opinion.
Núria