Re: [R] Cramer von Mises test for a discrete distribution

2013-09-09 Thread Murray Stokely
BTW, replying to an old thread here but I ran into this issue today with the CvM2SL2Test package. The problem is on line 51 of src/XCvMTest.cc in that package. If you get a stack trace from that memory not mapped location in your code you'll see its from std::sort, because line 51 is violating so

Re: [R] Regarding {KernSmooth} - Can a package on CRAN have non GPL copyrights?

2011-02-12 Thread Murray Stokely
On Sat, Feb 12, 2011 at 11:57 AM, Tal Galili wrote: > Hi all, > I'm not sure who to ask this, so I'm posting this here. > > I just ran: >  require(KernSmooth) > And got (I bolded the text): > Loading required package: KernSmooth > KernSmooth 2.23 loaded > *Copyright M. P. Wand 1997-2009* > Warning

[R] Creating truly global variable within function within namespace

2010-10-27 Thread Murray Stokely
I am trying to create a function with a package with a NAMESPACE that will save() some variables, distribute an Rdata file to another computer, where it will be load()ed. The problem is that this load() tries to load the namespace of the package on the original computer that created the .Rdata fil