Skip to content

Commit

Permalink
Remove dependency to lattice
Browse files Browse the repository at this point in the history
  • Loading branch information
stewid committed May 21, 2015
1 parent 7b35f03 commit 814cb86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Date: 2014-12-16
Depends:
R(>= 3.0.2),
Matrix,
methods,
lattice
methods
Collate:
'have_lib.r'
'read_mat.r'
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Generated by roxygen2 (4.1.0): do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

export(read.mat)
export(write.mat)
exportMethods(write.mat)
import(Matrix)
import(lattice)
import(methods)
useDynLib(rmatio)
3 changes: 1 addition & 2 deletions R/rmatio.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## rmatio, a R interface to the C library matio, MAT File I/O Library.
## Copyright (C) 2013-2014 Stefan Widgren
## Copyright (C) 2013-2015 Stefan Widgren
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
Expand All @@ -25,7 +25,6 @@
##' with variable compression.
##' @import Matrix
##' @import methods
##' @import lattice
##' @name rmatio
##' @references \itemize{
##' \item Christopher C. Hulbert, MATIO User Manual for version 1.5.2.\cr
Expand Down

0 comments on commit 814cb86

Please sign in to comment.