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

Stop installing packages using install_github, when possible #17

Open
jstockwin opened this issue Feb 18, 2017 · 1 comment
Open

Stop installing packages using install_github, when possible #17

jstockwin opened this issue Feb 18, 2017 · 1 comment

Comments

@jstockwin
Copy link
Owner

Currently, in server.R we use install_github to install the EpiEstim and CoarseDataTools from GitHub using the hackout3 branches.

Before a production release of this app, the hackout3 branches in those repositories should be merged into master and published to CRAN. Then, we can stop using install_github, which I think also means we can stop requiring devtools.

@jstockwin jstockwin added this to TODO in Production Release Feb 18, 2017
@jstockwin jstockwin changed the title Remove install_githubs Stop installing packages using install_github, when possible Feb 18, 2017
@jstockwin jstockwin self-assigned this Apr 15, 2017
@jstockwin jstockwin added this to Low (P4) in Priority Triage Apr 20, 2017
@jstockwin jstockwin added this to Trivial (S4) in Severity Triage Apr 20, 2017
@jstockwin
Copy link
Owner Author

NB: We not longer use install_github as we have a description file. Instead, the remotes section needs removing from this file when the packages are on CRAN.

@jstockwin jstockwin removed their assignment Aug 21, 2018
@jstockwin jstockwin added this to To do in Tasks via automation Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Priority Triage
  
Low (P4)
Severity Triage
  
Trivial (S4)
Tasks
  
To do
Development

No branches or pull requests

1 participant