~ubuntu-branches/ubuntu/vivid/catools/vivid

« back to all changes in this revision

Viewing changes to NAMESPACE

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2013-04-02 07:21:31 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130402072131-mk8ha8vp31etsz2q
Tags: 1.14-1
* New upstream release.
* debian/control: normalised VCS URLs.
* debian/control: removed obsolete field DM-Upload-Allowed. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Default NAMESPACE created by R
2
 
# Remove the previous line if you edit this file
 
1
useDynLib("caTools")
3
2
 
4
3
# Export all names
5
4
exportPattern(".")
6
5
 
7
 
# Import all packages listed as Imports or Depends
8
 
import(
9
 
  bitops
10
 
)
 
6
import(bitops)
 
7