File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: metabolomicsWorkbenchR
2
2
Type: Package
3
3
Title: Metabolomics Workbench in R
4
- Version: 1.3.0
4
+ Version: 1.3.1
5
5
Authors@R: c(
6
6
person(
7
7
c("Gavin","Rhys"),
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ import(httr)
21
21
import(jsonlite)
22
22
import(methods)
23
23
import(struct)
24
- import(utils)
25
24
importFrom(data.table,rbindlist)
25
+ importFrom(utils,read.delim)
26
+ importFrom(utils,read.table)
Original file line number Diff line number Diff line change 1
1
# ' @include generics.R parse_fcns.R
2
2
# ' @import methods
3
- # ' @import utils
3
+ # ' @importFrom utils read.delim read.table
4
4
5
5
# ############################# BASE ##########################################
6
6
mw_base = function (private ,locked ){
You can’t perform that action at this time.
0 commit comments