Update mccrackendata.R#5
Conversation
Match dimnames to array dimensions (dim).
|
Hello franz-maikäfer I keep getting the same ERROR. Could you please let me know how I can restore the previous one (code?). Because the installation remotes::install_github("grayclhn/oosanalysis-R-library") did not even work. |
|
I didn't alter the code in your repository, but in my fork (https://github.com/franz-maikaefer/oosanalysis-R-library): the changes i proposed there were just to make it possible to build your library, as i don't want to diverge from your repo, but just contribute to it. Indeed, when you try to install using remotes::install_github("grayclhn/oosanalysis-R-library") you're using your code as it was - hence the error that motivated my patch (pending your approval), in my fork. Try remotes::install_github("franz-maikaefer/oosanalysis-R-library"). It should install. And if you judge that the proposed changes are welcomed, you can accept it and other users of your library will be able to install it using remotes::install_github("grayclhn/oosanalysis-R-library"). |
|
Hi Franz-maikaefer, I keep on getting the same error, can you please tell me how to correct it and make it work?
|
|
Hi everyone, |
|
Hi everyone, install.packages("githubinstall") |
Match dimnames to array dimensions (dim).
In this way, the lazydata step in library build doesn't blow up with an error:
$ R CMD INSTALL oosanalysis-R-library
** using staged installation
** R
** data
*** moving datasets to lazyload DB
Error in array(dim = c(12, 3, 10), dimnames = c("pi", "confidence", "k2"), :
'dimnames' must be a list
ERROR: lazydata failed for package 'oosanalysis'