-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure everything to a package #110
Comments
@lboel but we have to replace all function calls with |
@lboel what do you think about changing the main functions into handling a single file instead of inside getting a list of files? I guess this comment is not really helpful after all as I think we need to do this anyway and this was the idea from the beginning but yeahg... |
…AidSwitzerland/a4d into refactor/#110-make-proper-package
Decided to put this on hold for now in favor of more high priority issues
|
Here I will lay out the steps to convert the current code base to a relatively clean package structure:
First Version:
a4d::step_1,a4d::step_2,a4d::step_3
devtools::install()
instead ofload_all()
The text was updated successfully, but these errors were encountered: