Problem adding new analyses

Everything related to the development of modules in jamovi
Post Reply
arcaldwell49
Posts: 9
Joined: Wed Oct 11, 2017 7:03 pm

Problem adding new analyses

Post 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.
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Problem adding new analyses

Post by jonathon »

hi aaron,

could you point us to a github repo?

with thanks
arcaldwell49
Posts: 9
Joined: Wed Oct 11, 2017 7:03 pm

Re: Problem adding new analyses

Post by arcaldwell49 »

Thanks again for the help. Pardon my inexperience here!

https://github.com/arcaldwell49/mbir-1/tree/master/mbir
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Problem adding new analyses

Post by jonathon »

ah, i think you need to add them as exports to the NAMESPACE file:

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

jonathon
Post Reply