Skip to content
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

R package #19

Closed
aldro61 opened this issue Apr 23, 2018 · 3 comments
Closed

R package #19

aldro61 opened this issue Apr 23, 2018 · 3 comments
Assignees
Labels

Comments

@aldro61
Copy link
Owner

aldro61 commented Apr 23, 2018

Should we move the R package to another repo for the GSoC project, or should we leave this inside the current repo? I'm not familiar with how R packages are made public, so your insight could be useful @tdhock.

If we plan on submitting the R package to a server (e.g., CRAN), then I think its fine that it stays inside the main repo.

@aldro61
Copy link
Owner Author

aldro61 commented Apr 24, 2018

Update: from what I see in the README, we could keep the R package here and install it using:

if(!require(devtools))install.package("devtools")
devtools::install_github("aldro61/mmit/Rpackage")

That's probably the way to go, since it keep everything in one place and we don't need to manage multiple copies of the solver code.

@tdhock
Copy link
Collaborator

tdhock commented Apr 25, 2018 via email

@aldro61
Copy link
Owner Author

aldro61 commented Apr 25, 2018

I agree. Lets keep it this way.

@aldro61 aldro61 closed this as completed Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants