Skip to content

Commit 9125e96

Browse files
committed
first set if import() and importFrom() changes
1 parent 0416715 commit 9125e96

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2016-09-12 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Imports): Added 'plyr, reshape, lattice'
4+
(Depends): Added 'DBI'
5+
* NAMESPACE: Added import() and importFrom() statements
6+
17
2013-12-11 Dirk Eddelbuettel <[email protected]>
28

39
* DESCRIPTION: Version 0.2.5

DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: gcbd
22
Type: Package
33
Title: GPU/CPU Benchmarking in Debian-based systems
4-
Version: 0.2.5
5-
Date: 2013-12-11
4+
Version: 0.2.5.1
5+
Date: 2016-09-12
66
Author: Dirk Eddelbuettel
77
Maintainer: Dirk Eddelbuettel <[email protected]>
88
Description: GPU/CPU Benchmarking on Debian-package based systems
@@ -25,7 +25,8 @@ Description: GPU/CPU Benchmarking on Debian-package based systems
2525
used. For Intel MKL we use the Revolution R packages from Ubuntu 9.10.
2626
License: GPL (>= 2)
2727
LazyLoad: yes
28-
Depends: R (>= 2.11.1), RSQLite, plyr, reshape, lattice
28+
Depends: R (>= 2.11.1), RSQLite, DBI
29+
Imports: plyr, reshape, lattice
2930
Suggests: gputools, Matrix
3031
SystemRequirements: Debian or Ubuntu system with access to Goto Blas, Intel
3132
MKL, Atlas development build as well as a Nvidia GPU with CUDA support

NAMESPACE

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
import("RSQLite", "DBI", "plyr", "reshape", "lattice")
3+
importFrom("graphics", "legend", "matplot", "par")
4+
importFrom("stats", "coef", "lm", "rnorm")
5+
26
export(
37
## benchmark.R
48
getMatrix,

0 commit comments

Comments
 (0)