[R-gregmisc-users] SF.net SVN: r-gregmisc:[1649] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2013-03-24 05:43:00
|
Revision: 1649 http://sourceforge.net/p/r-gregmisc/code/1649 Author: warnes Date: 2013-03-24 05:42:57 +0000 (Sun, 24 Mar 2013) Log Message: ----------- Update for release 1.3.1 Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2013-03-24 05:41:53 UTC (rev 1648) +++ trunk/SASxport/DESCRIPTION 2013-03-24 05:42:57 UTC (rev 1649) @@ -1,34 +1,34 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.3.0 -Date: 2012-06-29 +Version: 1.3.1 +Date: 2013-03-24 Description: This package provides functions for reading, listing - the contents of, and writing SAS xport format files. + 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: + variables of different data types are stored. +Author: Unless otherwise noted, the contents of this package were written by Gregory R. Warnes <gr...@wa...> and are provided under the - terms of the GNU General Public License, version 2.0 or later. + terms of the GNU General Public License, version 2.0 or later. -- - The files 'ieee2ibm.c' and 'ibm2ieee.c' were extracted from BRL-CAD, - file /brlcad/src/libbu/htond.c written by Michael John Muuss, + The files 'ieee2ibm.c' and '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 files 'AFirst.lib.s', 'all.is.numeric.R', - 'importConvertDateTime.R', 'in.opererator.R', 'makeNames.R', + 'importConvertDateTime.R', 'in.opererator.R', 'makeNames.R', 'read.xport.R', and 'testDateTime.R' are copied or adapted from the - 'Hmisc' package created by Frank E. Harrell, Jr. + 'Hmisc' package created by Frank E. Harrell, Jr. <f.h...@va...>, and are utilized and redistributed under - the terms of the GNU General Public License, version 2.0 or later. - -- + 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>. + <http://metruminstitute.org>. Maintainer: Gregory R. Warnes <gr...@wa...> License: GPL-2 Depends: R (>= 2.4.0) Modified: trunk/SASxport/inst/NEWS =================================================================== --- trunk/SASxport/inst/NEWS 2013-03-24 05:41:53 UTC (rev 1648) +++ trunk/SASxport/inst/NEWS 2013-03-24 05:42:57 UTC (rev 1649) @@ -1,3 +1,10 @@ +Version 1.3.1 2013-03-24 +------------------------ + +Changes: + +- Replace use of depreciated .path.package() with path.package() for R 3.0.0. + Version 1.3.0 2012-06-27 ------------------------ @@ -37,7 +44,7 @@ Bug fixes: - Apply patches to fix problems on 64 bit platforms, as sumitted by - Brian Ripley. + Brian Ripley. Version 1.2.1 2007-11-05 @@ -63,27 +70,27 @@ - Copies of the code for foreign::read.xport and foreign::lookup.xport is now part of the SASxport package, permitting extension to these functions as needed, and removing the dependency on the foreign - package. + package. - Overflow of SASxport numeric format values, which have a smaller range than IEEE 754 numeric values now standard, now generates NAN - instead of 0.0. + instead of 0.0. Bug Fixes: - Fix for problem storing negative numbers. -- SAS format length and digit information is now properly captured +- SAS format length and digit information is now properly captured by read.xport(). This is supported by an improved version of - lookup.xport(). + lookup.xport(). -- SAS format information was not being properly utilized when more +- SAS format information was not being properly utilized when more than one format was present. - Improved handling of SAS date formats - + Other: - Test routines added to test handling of numeric values. @@ -95,7 +102,7 @@ - Display support information at package startup -Version 1.1.0 - +Version 1.1.0 - ------------------------- New Features: @@ -133,7 +140,7 @@ New features: - read.xport's names.tolower argument now defaults to FALSE so that - variable (and data set) names are now left as uppercase. + variable (and data set) names are now left as uppercase. - Improved crediting of BRL-CAD source code @@ -143,7 +150,7 @@ Other: -- Augmented ieee2ibm code with corresponding ibm2ieee code for +- Augmented ieee2ibm code with corresponding ibm2ieee code for completeness. @@ -152,7 +159,7 @@ New Features: -- Replaced IEEE to IBM translation code with GPL'ed version from BPL-CAD. +- Replaced IEEE to IBM translation code with GPL'ed version from BPL-CAD. Bug Fixes: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |