-
Notifications
You must be signed in to change notification settings - Fork 5
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
manual fix NAMESPACE #301
base: master
Are you sure you want to change the base?
manual fix NAMESPACE #301
Conversation
Note that I’ll have to review. This version of openNCA and the entire commit history is subject to update and change to bring the commit history in line with what was used in serial releases previously. An update to the main/master branch is in progress to align this and update the code rather significantly. Let’s discuss if your needs are more urgent, perhaps a near term separate branch for a while would work. |
Thanks Tom, no problem. |
Ron, I’m been distracted on building out the “app” that supports this code for quite a while since that is being changed dramatically to refocus it as a portable (webR) based web framework runnable everywhere rather than an electron app with its overhead. If you have any interest in that, let me know. We WILL be releasing that in a separate repo here in Github but are working currently in a self hosted repo until it’s ready for broader exposure testing. If you want to discuss any of this in more detail, let me know. I’m open to suggestions. I’ll give you my direct email if you’d like to do so. I’m eager to hear about what you’re using this for and how it could evolve to help your use cases as well. |
I see, thanks for clarifying. Would indeed be good if we can discuss in more detail offline, I can share the use case in more detail. My email is ron[at]insight-rx.com. |
The current master branch of
tensfeldt/openNCA
cannot be installed in recent R versions (testing with 4.4.0) due to a mismatch between man files and code. Best would be to rerundevtools::document()
for this package with a recent version of roxygen, but wanted to keep this fix minimal.