Codebase list r-cran-rnetcdf / 15e2007
New upstream version 1.6.2-3 Sebastian Gibb 9 years ago
3 changed file(s) with 102 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Package: RNetCDF
1 Version: 1.6.2-2
1 Version: 1.6.2-3
22 Date: 2014-05-26
33 Title: R Interface to NetCDF Datasets
44 Author: Pavel Michna
1515 License: GPL (>= 2)
1616 URL: http://www.unidata.ucar.edu/packages/netcdf/
1717 http://www.unidata.ucar.edu/packages/udunits/
18 Packaged: 2014-05-26 20:42:15 UTC; michna
18 Packaged: 2014-06-16 13:27:54 UTC; ripley
1919 NeedsCompilation: yes
2020 Repository: CRAN
21 Date/Publication: 2014-05-26 22:58:25
21 Date/Publication: 2014-06-16 15:31:48
00 393a5ca445f6965873eca0259a17f833 *COPYING
1 cc74ac8bed0f71a2612e08cffca7521c *DESCRIPTION
1 8ba3204fa3f200eaa8ee5255f37f3949 *DESCRIPTION
22 99faeb44b70289f3b5f5d77b98903734 *INSTALL
33 0ce6e107fa9731c61205876734fe6308 *LICENSE.note
44 c196fabc79f4cde31798923889f9495d *NAMESPACE
99 8193519e5b206fe161d35ae8d2b8266c *configure
1010 c05216f52704ffaa67c9da5c5545b360 *configure.ac
1111 b6314d56e19a1a7161c9d45c1caf977d *configure.win
12 871d490b497cfe022735a52cc03ad7c3 *inst/HDF5_COPYING
1213 4543edd738c276fef8d5d8ce29224536 *man/00RNetCDF.Rd
1314 f68eff5de2d01cb473f7db38dad78b4f *man/att.copy.nc.Rd
1415 7c87392737abac372d8056f734659d6e *man/att.delete.nc.Rd
0 Although this package does not itself use HDF5, if statically linked
1 to a build of netcdf with the netcdf4 feature included it will link in
2 code from HDF5, in which case the following licence applies to such code.
3
4 =======================================================================
5
6 Copyright Notice and License Terms for
7 HDF5 (Hierarchical Data Format 5) Software Library and Utilities
8 -----------------------------------------------------------------------------
9
10 HDF5 (Hierarchical Data Format 5) Software Library and Utilities
11 Copyright 2006-2012 by The HDF Group.
12
13 NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities
14 Copyright 1998-2006 by the Board of Trustees of the University of Illinois.
15
16 All rights reserved.
17
18 Redistribution and use in source and binary forms, with or without
19 modification, are permitted for any purpose (including commercial purposes)
20 provided that the following conditions are met:
21
22 1. Redistributions of source code must retain the above copyright notice,
23 this list of conditions, and the following disclaimer.
24
25 2. Redistributions in binary form must reproduce the above copyright notice,
26 this list of conditions, and the following disclaimer in the documentation
27 and/or materials provided with the distribution.
28
29 3. In addition, redistributions of modified forms of the source or binary
30 code must carry prominent notices stating that the original code was
31 changed and the date of the change.
32
33 4. All publications or advertising materials mentioning features or use of
34 this software are asked, but not required, to acknowledge that it was
35 developed by The HDF Group and by the National Center for Supercomputing
36 Applications at the University of Illinois at Urbana-Champaign and
37 credit the contributors.
38
39 5. Neither the name of The HDF Group, the name of the University, nor the
40 name of any Contributor may be used to endorse or promote products derived
41 from this software without specific prior written permission from
42 The HDF Group, the University, or the Contributor, respectively.
43
44 DISCLAIMER:
45 THIS SOFTWARE IS PROVIDED BY THE HDF GROUP AND THE CONTRIBUTORS
46 "AS IS" WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. In no
47 event shall The HDF Group or the Contributors be liable for any damages
48 suffered by the users arising out of the use of this software, even if
49 advised of the possibility of such damage.
50
51 -----------------------------------------------------------------------------
52 -----------------------------------------------------------------------------
53
54 Contributors: National Center for Supercomputing Applications (NCSA) at
55 the University of Illinois, Fortner Software, Unidata Program Center (netCDF),
56 The Independent JPEG Group (JPEG), Jean-loup Gailly and Mark Adler (gzip),
57 and Digital Equipment Corporation (DEC).
58
59 -----------------------------------------------------------------------------
60
61 Portions of HDF5 were developed with support from the Lawrence Berkeley
62 National Laboratory (LBNL) and the United States Department of Energy
63 under Prime Contract No. DE-AC02-05CH11231.
64
65 -----------------------------------------------------------------------------
66
67 Portions of HDF5 were developed with support from the University of
68 California, Lawrence Livermore National Laboratory (UC LLNL).
69 The following statement applies to those portions of the product and must
70 be retained in any redistribution of source code, binaries, documentation,
71 and/or accompanying materials:
72
73 This work was partially produced at the University of California,
74 Lawrence Livermore National Laboratory (UC LLNL) under contract
75 no. W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy
76 (DOE) and The Regents of the University of California (University)
77 for the operation of UC LLNL.
78
79 DISCLAIMER:
80 This work was prepared as an account of work sponsored by an agency of
81 the United States Government. Neither the United States Government nor
82 the University of California nor any of their employees, makes any
83 warranty, express or implied, or assumes any liability or responsibility
84 for the accuracy, completeness, or usefulness of any information,
85 apparatus, product, or process disclosed, or represents that its use
86 would not infringe privately- owned rights. Reference herein to any
87 specific commercial products, process, or service by trade name,
88 trademark, manufacturer, or otherwise, does not necessarily constitute
89 or imply its endorsement, recommendation, or favoring by the United
90 States Government or the University of California. The views and
91 opinions of authors expressed herein do not necessarily state or reflect
92 those of the United States Government or the University of California,
93 and shall not be used for advertising or product endorsement purposes.
94 -----------------------------------------------------------------------------
95
96