Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-21 Thread Max Turgeon
submision comments. If no, then you can probably just change >"<<-" to "<-". Best, Max Turgeon Assistant Professor Department of Statistics Department of Computer Science University of Manitoba maxturgeon.ca<http://maxturgeon.ca> __

Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-21 Thread Richard M. Heiberger
change > "<<-" to "<-". > > > Best, > > > Max Turgeon > Assistant Professor > Department of Statistics > Department of Computer Science > University of Manitoba > maxturgeon.ca<http://maxturgeon.ca> > > >

Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-21 Thread Weimin Zhang
f no, then you can probably just change "<<-" to "<-". Best, Max Turgeon Assistant Professor Department of Statistics Department of Computer Science University of Manitoba maxturgeon.ca<http://maxturgeon.ca> ________________ From: R-package-de

Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-20 Thread Max Turgeon
of Statistics Department of Computer Science University of Manitoba maxturgeon.ca<http://maxturgeon.ca> From: R-package-devel on behalf of Weimin Zhang Sent: February 19, 2020 11:48:38 AM To: r-package-devel@r-project.org Subject: [R-pkg-devel] no

[R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-20 Thread Weimin Zhang
Dear all, In the last submission of my package the CRAN gave this note: "Check: R code for possible problems, Result: NOTE: no visible binding for '<<-' assignment..." How can I bypass this note? This is the local function which cause this note: dnormfun <<- function(muvalue, sigmavalue, aNumb