I am new to devtools and usethis, please bear with me if I asked something stupid. I would like to build an internal package to have better management of my current project. I have watched the introduction video but i have the following questions:
devtools
usethis
.R
R
func_b()
func_a()
Thank you.
I suggest you look at (simple) existing packages to get an idea what files you need to create, etc. E.g two of my quite small packages could be good examples:
If you want to put a data set in the package, see the appropriate section in the "R packages" book: Chapter 14 External data | R Packages
Welcome to package development!
I gave a package development workshop earlier this week, here's the page with further resources Further resources :: Become an R Package Developer!
In particular
You can still ask further questions on this forum, but I'd recommend having one question per forum topic, this way it's easier for folks to see at a glance whether they can help. Good luck!
This topic was automatically closed after 45 days. 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.