Skip to content

Commit 02f8053

Browse files
committed
fix imports to prevent warning
warning appeared following update to struct package wrt .DollarNames implementation
1 parent db5c155 commit 02f8053

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: metabolomicsWorkbenchR
22
Type: Package
33
Title: Metabolomics Workbench in R
4-
Version: 1.3.0
4+
Version: 1.3.1
55
Authors@R: c(
66
person(
77
c("Gavin","Rhys"),

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ import(httr)
2121
import(jsonlite)
2222
import(methods)
2323
import(struct)
24-
import(utils)
2524
importFrom(data.table,rbindlist)
25+
importFrom(utils,read.delim)
26+
importFrom(utils,read.table)

R/class_def.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' @include generics.R parse_fcns.R
22
#' @import methods
3-
#' @import utils
3+
#' @importFrom utils read.delim read.table
44

55
############################## BASE ##########################################
66
mw_base = function(private,locked){

0 commit comments

Comments
 (0)