making R package

devtools::load_all()?

Is that meant to be the question?

if i make file sum.R then how can i call this sum() in my another file say mean.R...
i put source() ... but it gives error show that devtools::load_all()..
what should i do

Normally it is written as:

source("filename.R") 

If this doesn't work then I suggest you share more code with us so we can help

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.