airoldilab / sgd

An R package for large scale estimation with stochastic gradient descent
62 stars 18 forks source link

sgd package should be at the root directory of the repository #64

Closed dustinvtran closed 9 years ago

dustinvtran commented 9 years ago
devtools::install_github("airoldilab/sgd")

doesn't work anymore since the sgd package needs to be at the root of the repo, not in a subdirectory. I think in general for convention purposes, the package should be at the root of the repository anyways. We can make note of particular directories/files to delete or something whenever submitting to CRAN (we already do so for things like .gitignore).

lantian2012 commented 9 years ago

Yep. That sounds good. Having the package in a subdirectory is a python convention. I think we can move script into sgd.