marsyxp
2012-Oct-09 21:54 UTC
[R] Error in matrix (unlist(value, recursive = FALSE, use.names = FALSE), nrow = nr, : attempt to set an attribute on NULL
I am using Donlp2 package to solve a non-linear problem, but there's an error I always meet: Error in matrix(unlist(value, recursive = FALSE, use.names = FALSE), nrow nr, : attempt to set an attribute on NULL I have been suffering from this bug for a long time. I'll be very grateful if somebody could help me -_- -- View this message in context: http://r.789695.n4.nabble.com/Error-in-matrix-unlist-value-recursive-FALSE-use-names-FALSE-nrow-nr-attempt-to-set-an-attribute-on-L-tp4645633.html Sent from the R help mailing list archive at Nabble.com.
R. Michael Weylandt
2012-Oct-10 22:23 UTC
[R] Error in matrix (unlist(value, recursive = FALSE, use.names = FALSE), nrow = nr, : attempt to set an attribute on NULL
On Tue, Oct 9, 2012 at 10:54 PM, marsyxp <marsyxp at gmail.com> wrote:> I am using Donlp2 package to solve a non-linear problem, but there's an error > I always meet: > > Error in matrix(unlist(value, recursive = FALSE, use.names = FALSE), nrow > nr, : > attempt to set an attribute on NULL > > I have been suffering from this bug for a long time. I'll be very grateful > if somebody could help me -_- >This actually seems somewhat buggy: likely something internal is giving a NULL instead of a "real" value leading to the problems you see. You'll want to report this to the package maintainer (the only one who can fix it): to do so, use the maintainer() function to get contact info. He'll probably really appreciate it if your bug report includes a reproducible example following the advice here: http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example Michael
marsyxp
2012-Oct-12 01:52 UTC
[R] Error in matrix (unlist(value, recursive = FALSE, use.names = FALSE), nrow = nr, : attempt to set an attribute on NULL
Hi Michael, thank you for your reply. I haved contacted the author of the package. Hopefully I could fix the error very soon ^ ^ -- View this message in context: http://r.789695.n4.nabble.com/Error-in-matrix-unlist-value-recursive-FALSE-use-names-FALSE-nrow-nr-attempt-to-set-an-attribute-on-L-tp4645633p4645948.html Sent from the R help mailing list archive at Nabble.com.