head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.05.10.20.40.47;	author stephen;	state Exp;
branches;
next	1.1;

1.1
date	2013.05.09.12.30.00;	author stephen;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Restrict exportPattern to not export . functions.
@
text
@# This is default NAMESPACE file created.
# Export all names except those beginning with dot.
exportPattern("^[^\\.]")

## Load in the shared object; this used to be done in zzz.R
useDynLib(sjedmin)
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
# Export all names
exportPattern(".")
@
