https://github.com/cran/foreign
Raw File
Tip revision: a0ce50568fab3be4928514404f7b51b46de25df6 authored by R Core Team on 06 December 2022, 08:00:40 UTC
version 0.8-84
Tip revision: a0ce505
zzz.R
### This file is part of the `foreign' package for R.

### It is made available under the terms of the GNU General Public
### License, version 2, or at your option, any later version,
### incorporated herein by reference.
###
### This program is distributed in the hope that it will be
### useful, but WITHOUT ANY WARRANTY; without even the implied
### warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
### PURPOSE.  See the GNU General Public License for more
### details.
###
### You should have received a copy of the GNU General Public
### License along with this program; if not, a copy is available at
### http://www.r-project.org/Licenses/

.onLoad <- function(lib, pkg) .C(spss_init)

.onUnload <- function(libpath) library.dynam.unload("foreign", libpath)

.noGenerics <- TRUE
back to top