usagi5886 / PraatR

An architecture for controlling Praat with R
GNU General Public License v3.0
27 stars 12 forks source link

restructure for install_github() #1

Closed JoFrhwld closed 9 years ago

JoFrhwld commented 9 years ago

moving all of the files from a nested PraatR directory into the main master directory allows for installing PraatR with the following R code

library(devtools)
install_github("usagi5886/praatr")

It would probably be a good idea to either rename the package to praatr, or the repository to PraatR for consistency.