Page 1 of 1

Problem adding new analyses

Posted: Thu Jun 21, 2018 6:57 pm
by arcaldwell49
So, I am trying to add new jamovi analyses but also make them usable in R. The new functions are

I've added on to an older package, and the old functions are still appearing when I use devtools:install, but the new functions are not. I'm sure I am just doing something silly, but any help would be great.

Re: Problem adding new analyses

Posted: Thu Jun 21, 2018 11:17 pm
by jonathon
hi aaron,

could you point us to a github repo?

with thanks

Re: Problem adding new analyses

Posted: Fri Jun 22, 2018 1:30 pm
by arcaldwell49
Thanks again for the help. Pardon my inexperience here!

https://github.com/arcaldwell49/mbir-1/tree/master/mbir

Re: Problem adding new analyses

Posted: Fri Jun 22, 2018 11:40 pm
by jonathon
ah, i think you need to add them as exports to the NAMESPACE file:

https://github.com/arcaldwell49/mbir-1/ ... /NAMESPACE

jonathon