Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lliu80 committed Jul 15, 2019
1 parent 9c2241d commit ff5f019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -4,7 +4,7 @@ Version: 0.1
Authors@R: person("Li", "Liu", email = "liliu@asu.edu", role = c("aut", "cre"))
Description: Classify oncogenes, tumor suppressor genes and passenger genes from somatic variants.
Depends: R (>= 3.3.3)
Imports: stringr, randomForest
Imports: scales, stringr, randomForest
License: open source
Encoding: UTF-8
LazyData: true
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -3,6 +3,7 @@
# Import package dependencies
import(randomForest)
import(stringr)
import(scales)

# export functions for users
export(gust)
Expand Down

0 comments on commit ff5f019

Please sign in to comment.