Re: [R] Detpack package

2023-02-01 Thread Duncan Murdoch
On 01/02/2023 11:41 a.m., Nick Wray wrote: I did use "detpack" ie not with a capital detpack::chi2testuniform(vals,0.05) gives this: Error: 'chi2testuniform' is not an exported object from 'namespace:detpack' ?? Thanks Nick The only exports from detpack are these: > library(detpack) >

Re: [R] Detpack package

2023-02-01 Thread Nick Wray
I did use "detpack" ie not with a capital detpack::chi2testuniform(vals,0.05) gives this: Error: 'chi2testuniform' is not an exported object from 'namespace:detpack' ?? Thanks Nick On Wed, 1 Feb 2023 at 16:29, Eric Berger wrote: > Detpack or detpack? > > What happens when you try

Re: [R] Detpack package

2023-02-01 Thread Eric Berger
Detpack or detpack? What happens when you try detpack::chi2testuniform(...) ? On Wed, Feb 1, 2023 at 6:08 PM Nick Wray wrote: > Hello I've successfully installed the package "Detpack" and remembered to > call it via library() But when I try to use the functions i get this: > > >

[R] Detpack package

2023-02-01 Thread Nick Wray
Hello I've successfully installed the package "Detpack" and remembered to call it via library() But when I try to use the functions i get this: chi2testuniform(vals, 0.05) Error in chi2testuniform(vals, 0.05) : could not find function "chi2testuniform" And yet this function (amongst