Skip to content

Commit

Permalink
Upgrade package version to 2.9-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwoods committed Mar 24, 2024
1 parent a522565 commit 6099736
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RNetCDF
Version: 2.9-1
Date: 2023-12-30
Version: 2.9-2
Date: 2024-03-24
Title: Interface to 'NetCDF' Datasets
Authors@R: c(person("Pavel", "Michna", role = "aut",
email = "[email protected]"),
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ R CMD INSTALL Example

R CMD INSTALL --configure-args="CPPFLAGS=-I/sw/include \
LDFLAGS=-L/sw/lib LIBS=-lhdf5 --with-mpicc=mpicc --with-mpiexec=mpiexec" \
RNetCDF_2.9-1.tar.gz
RNetCDF_2.9-2.tar.gz


LD_LIBRARY_PATH
Expand Down Expand Up @@ -120,7 +120,7 @@ R CMD check Example
===================

R CMD check --install-args="--configure-args='CPPFLAGS=-I/sw/include \
LDFLAGS=-L/sw/lib'" RNetCDF_2.9-1.tar.gz
LDFLAGS=-L/sw/lib'" RNetCDF_2.9-2.tar.gz


Time units
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RNetCDF
=======

All files except those indicated later are
Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
They are licensed under the terms of the GNU General Public License:

This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion R/RNetCDF.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Author: Pavel Michna ([email protected])
# Milton Woods ([email protected])
#
# Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
# Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
#
#===============================================================================
#
Expand Down
2 changes: 1 addition & 1 deletion R/config.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Author: Pavel Michna ([email protected])
# Milton Woods ([email protected])
#
# Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
# Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
#
#===============================================================================
#
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for RNetCDF 2.9-1.
# Generated by GNU Autoconf 2.71 for RNetCDF 2.9-2.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -608,8 +608,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='RNetCDF'
PACKAGE_TARNAME='rnetcdf'
PACKAGE_VERSION='2.9-1'
PACKAGE_STRING='RNetCDF 2.9-1'
PACKAGE_VERSION='2.9-2'
PACKAGE_STRING='RNetCDF 2.9-2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1266,7 +1266,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures RNetCDF 2.9-1 to adapt to many kinds of systems.
\`configure' configures RNetCDF 2.9-2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1328,7 +1328,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of RNetCDF 2.9-1:";;
short | recursive ) echo "Configuration of RNetCDF 2.9-2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1420,7 +1420,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
RNetCDF configure 2.9-1
RNetCDF configure 2.9-2
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1922,7 +1922,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by RNetCDF $as_me 2.9-1, which was
It was created by RNetCDF $as_me 2.9-2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -6810,7 +6810,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by RNetCDF $as_me 2.9-1, which was
This file was extended by RNetCDF $as_me 2.9-2, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6865,7 +6865,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
RNetCDF config.status 2.9-1
RNetCDF config.status 2.9-2
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Initialize #
#-------------------------------------------------------------------------------#

AC_INIT([RNetCDF],[2.9-1])
AC_INIT([RNetCDF],[2.9-2])

: ${R_HOME=`R RHOME`}
AS_IF([test -z "${R_HOME}"],
Expand Down
4 changes: 2 additions & 2 deletions src/RNetCDF.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: RNetCDF.h
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: Declare RNetCDF functions callable from R
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/attribute.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: attribute.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: NetCDF attribute functions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: common.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: Common definitions for RNetCDF functions
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: common.h
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: Common definitions for RNetCDF functions
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
*
* Name: convert.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: Type conversions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: convert.h
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: Type conversions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/dataset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: dataset.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: NetCDF dataset functions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/dimension.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: dimension.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: NetCDF dimension functions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: group.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: NetCDF group functions for RNetCDF.
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: common.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: RNetCDF initialisation
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/type.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: type.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: NetCDF type functions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/udunits.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: udunits.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: udunits2 functions for RNetCDF.
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions src/variable.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
*
* Name: variable.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: NetCDF variable functions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down
4 changes: 2 additions & 2 deletions tests/RNetCDF-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#
# Name: RNetCDF-test.R
#
# Version: 2.9-1
# Version: 2.9-2
#
# Purpose: Test functions to the NetCDF interface for R.
#
# Author: Pavel Michna ([email protected])
# Milton Woods ([email protected])
#
# Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
# Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
#
#===============================================================================#
#
Expand Down
4 changes: 2 additions & 2 deletions tools/convert.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dnl Insert warning into generated C code:
*
* Name: convert.c
*
* Version: 2.9-1
* Version: 2.9-2
*
* Purpose: Type conversions for RNetCDF
*
* Author: Pavel Michna ([email protected])
* Milton Woods ([email protected])
*
* Copyright (C) 2004-2023 Pavel Michna and Milton Woods.
* Copyright (C) 2004-2024 Pavel Michna and Milton Woods.
*
*=============================================================================*
*
Expand Down

0 comments on commit 6099736

Please sign in to comment.