-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.99 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: SASxport
Title: Read and Write 'SAS' 'XPORT' Files
Version: 1.7.0
Date: 2020-03-06
Description: Functions for reading, listing
the contents of, and writing 'SAS' 'xport' format files.
The functions support reading and writing of either
individual data frames or sets of data frames. Further,
a mechanism has been provided for customizing how
variables of different data types are stored.
Author: Gregory R. Warnes <[email protected]>
--
Unless otherwise noted, the contents of this package were written by
Gregory R. Warnes <[email protected]> and are provided under the
terms of the GNU General Public License, version 2.0 or later.
--
The files 'src/ieee2ibm.c' and 'src/ibm2ieee.c' were extracted from
BRL-CAD file /brlcad/src/libbu/htond.c written by Michael John
Muuss, Copyright (c) 2004-2007 United States Government as
represented by the U.S. Army Research Laboratory, and is utilized
and redistributed under the terms of the GNU Lesser General Public
License, version 2.1.
--
The file 'R/read.xport.R' is adapted from the 'Hmisc' package created
by Frank E. Harrell, Jr. <[email protected]>, and is utilized
and redistributed under the terms of the GNU General Public License,
version 2.0 or later.
--
The files 'R/xport.R', 'src/SASxport.c', 'src/SASxport.h', and
'src/foreign.h' are copied or adapted from the 'R' 'foreign' package
created by Douglas M. Bates <[email protected]> and Saikat DebRoy
<[email protected]>, and are utilized and redistributed under the
terms of the GNU General Public License, version 2.0 or later.
--
The creation of this package was partially funded by Metrum Institute
<http://metruminstitute.org>.
Maintainer: Gregory R. Warnes <[email protected]>
License: GPL-2
Language: en-US
Depends: R (>= 3.3.0)
Imports: Hmisc, utils, stringi
Enhances: chron
URL: https://github.com/warnes/SASxport
BugReports: https://github.com/warnes/SASxport/issues
RoxygenNote: 7.0.2