Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc: [1113] trunk/SASxport/DESCRIPTION
Brought to you by:
warnes
From: <wa...@us...> - 2007-08-03 00:40:48
|
Revision: 1113 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1113&view=rev Author: warnes Date: 2007-08-02 17:40:42 -0700 (Thu, 02 Aug 2007) Log Message: ----------- Drop version number to 0.99 until testing integration and is complete Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-08-03 00:39:59 UTC (rev 1112) +++ trunk/SASxport/DESCRIPTION 2007-08-03 00:40:42 UTC (rev 1113) @@ -1,7 +1,7 @@ Package: SASxport Type: Package Title: Read and write SAS export files -Version: 1.0 +Version: 0.99.1 Date: 2007-07-28 Author: Gregory R. Warnes <gr...@ra...> Maintainer: Gregory R. Warnes <gr...@ra...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-08-03 01:45:31
|
Revision: 1117 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1117&view=rev Author: warnes Date: 2007-08-02 18:45:25 -0700 (Thu, 02 Aug 2007) Log Message: ----------- Acknowledge MetrumI support Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-08-03 01:45:03 UTC (rev 1116) +++ trunk/SASxport/DESCRIPTION 2007-08-03 01:45:25 UTC (rev 1117) @@ -5,7 +5,8 @@ Date: 2007-07-28 Author: Gregory R. Warnes <gr...@ra...> Maintainer: Gregory R. Warnes <gr...@ra...> -Description: This package provides functions to list the contents of, - read, and write SAS export files. +Description: This package provides functions to read, list contents of, and + write SAS export files. The creation of this package was funded + by Metrum Institute <http://metruminstitute.org>. License: GPL 2.0 or later -Depends: gtools, foreign \ No newline at end of file +Depends: foreign \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-08-15 03:17:12
|
Revision: 1143 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1143&view=rev Author: warnes Date: 2007-08-14 20:17:08 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Minor reformatting Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-08-15 03:14:42 UTC (rev 1142) +++ trunk/SASxport/DESCRIPTION 2007-08-15 03:17:08 UTC (rev 1143) @@ -13,10 +13,12 @@ includes code from Frank E. Harrell, Jr.'s Hmisc package, and floating point conversion code from SAS techical support document TS-140 "THE RECORD LAYOUT OF A DATA SET IN SAS - TRANSPORT (XPORT) FORMAT." -- + TRANSPORT (XPORT) FORMAT." + -- Unless otherwise noted, the contents of this package are (c) 2007 by Random Technologies LLC - <http://random-technologies-llc.com> -- + <http://random-technologies-llc.com> + -- This creation of this package was funded by Metrum Institute <http://metruminstitute.org>. Maintainer: Gregory R. Warnes <gr...@ra...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-08-21 18:16:48
|
Revision: 1157 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1157&view=rev Author: warnes Date: 2007-08-21 11:16:47 -0700 (Tue, 21 Aug 2007) Log Message: ----------- Slight improvement to credits for BRL-CAD Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-08-21 18:13:07 UTC (rev 1156) +++ trunk/SASxport/DESCRIPTION 2007-08-21 18:16:47 UTC (rev 1157) @@ -1,7 +1,7 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 0.99.2 +Version: 0.99.3 Date: 2007-08-15 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. @@ -16,7 +16,8 @@ <http://random-technologies-llc.com>, and are provided under the terms of the GNU General Public License, version 2.0 or later. -- - The file 'htond.c' was written by Michael John Muuss and is + 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. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-08-29 02:25:14
|
Revision: 1161 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1161&view=rev Author: warnes Date: 2007-08-28 19:24:31 -0700 (Tue, 28 Aug 2007) Log Message: ----------- Update Version to 1.0, depend on current version of foreign Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-08-22 19:21:14 UTC (rev 1160) +++ trunk/SASxport/DESCRIPTION 2007-08-29 02:24:31 UTC (rev 1161) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 0.99.3 -Date: 2007-08-15 +Version: 1.0.0 +Date: 2007-08-28 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. The functions support reading and writing of either @@ -33,6 +33,6 @@ <http://metruminstitute.org>. Maintainer: Gregory R. Warnes <gr...@ra...> License: GPL 2.0 or later -Imports: foreign, chron +Imports: foreign (>= 0.8-20), chron Enhances: foreign URL: http://random-technologies-llc.com, http://metruminstitute.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-09-07 16:21:11
|
Revision: 1163 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1163&view=rev Author: warnes Date: 2007-09-07 09:21:08 -0700 (Fri, 07 Sep 2007) Log Message: ----------- Fix typo Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-09-06 14:06:13 UTC (rev 1162) +++ trunk/SASxport/DESCRIPTION 2007-09-07 16:21:08 UTC (rev 1163) @@ -29,7 +29,7 @@ <f.h...@va...>, and are utilized and redistributed under the terms of the GNU General Public License, version 2.0 or later. -- - This creation of this package was funded by Metrum Institute + The creation of this package was funded by Metrum Institute <http://metruminstitute.org>. Maintainer: Gregory R. Warnes <gr...@ra...> License: GPL 2.0 or later This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-09-18 17:43:12
|
Revision: 1188 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1188&view=rev Author: warnes Date: 2007-09-18 10:42:27 -0700 (Tue, 18 Sep 2007) Log Message: ----------- Spent more time than Metrum paid for Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-09-15 06:17:40 UTC (rev 1187) +++ trunk/SASxport/DESCRIPTION 2007-09-18 17:42:27 UTC (rev 1188) @@ -29,7 +29,7 @@ <f.h...@va...>, 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 funded by Metrum Institute + The creation of this package was partially funded by Metrum Institute <http://metruminstitute.org>. Maintainer: Gregory R. Warnes <gr...@ra...> License: GPL 2.0 or later This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-11-01 06:42:45
|
Revision: 1208 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1208&view=rev Author: warnes Date: 2007-10-31 23:42:44 -0700 (Wed, 31 Oct 2007) Log Message: ----------- Update to match package changes Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-11-01 06:42:16 UTC (rev 1207) +++ trunk/SASxport/DESCRIPTION 2007-11-01 06:42:44 UTC (rev 1208) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.1.2 -Date: 2007-10-29 +Version: 1.2.0 +Date: 2007-11-01 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. The functions support reading and writing of either This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-11-01 16:42:55
|
Revision: 1211 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1211&view=rev Author: warnes Date: 2007-11-01 09:42:49 -0700 (Thu, 01 Nov 2007) Log Message: ----------- Remove dependency on foreign, since the necessary functionality is now provided internally. Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-11-01 06:44:25 UTC (rev 1210) +++ trunk/SASxport/DESCRIPTION 2007-11-01 16:42:49 UTC (rev 1211) @@ -34,6 +34,5 @@ Maintainer: Gregory R. Warnes <gr...@ra...> License: GPL-2 Depends: R (>= 2.4.0) -Imports: foreign (>= 0.8-20), chron -Enhances: foreign +Imports: chron URL: http://random-technologies-llc.com, http://metruminstitute.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-11-07 18:59:23
|
Revision: 1224 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1224&view=rev Author: warnes Date: 2007-11-07 10:59:20 -0800 (Wed, 07 Nov 2007) Log Message: ----------- Bump version number Modified Paths: -------------- trunk/SASxport/DESCRIPTION Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2007-11-07 18:14:58 UTC (rev 1223) +++ trunk/SASxport/DESCRIPTION 2007-11-07 18:59:20 UTC (rev 1224) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.2.1 -Date: 2007-11-01 +Version: 1.2.2 +Date: 2007-11-07 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. The functions support reading and writing of either This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |