Skip to content

Commit

Permalink
fix Rcpp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoranHu committed Nov 29, 2023
1 parent bd3a4c5 commit e12cd3c
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 97 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: smam
Title: Statistical Modeling of Animal Movements
Version: 0.7.0.9000
Date: 2023-08-21
Version: 0.7.1
Date: 2023-11-29
Authors@R: c(
person("Chaoran", "Hu", email = "chaoran.hu@uconn.edu", role = c("aut", "cre")),
person("Vladimir", "Pozdnyakov", email = "vladimir.pozdnyakov@uconn.edu", role = "aut"),
Expand Down
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# CHANGES IN smam VERSION 0.7.0.9000

## MAJOR CHANGES

# CHANGES IN smam VERSION 0.7.1

## MINOR CHANGES

* Updated 'RcppExports.cpp' to solve 'warning: format string is not a string literal (potentially insecure) [-Wformat-security]'

# CHANGES IN smam VERSION 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This README would normally document whatever steps are necessary to get this app

* Statistical modeling of animal movements in R. Statistcal models in reference are provided by this package. They are moving-resting model with embedded Brownian motion^[1,2], moving-resting-handling model with embedded Brownian motion^[3], Brownian motion with measurement error^[4], moving-resting model with measurement error^[5], moving-moving model with two embedded Brownian motions. A quick guide for this package is given as package vignette.

* Version: 0.7.0.9000
* Version: 0.7.1

### How do I get set up? ###

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 smam 0.7.0.9000.
# Generated by GNU Autoconf 2.71 for smam 0.7.1.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='smam'
PACKAGE_TARNAME='smam'
PACKAGE_VERSION='0.7.0.9000'
PACKAGE_STRING='smam 0.7.0.9000'
PACKAGE_VERSION='0.7.1'
PACKAGE_STRING='smam 0.7.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1211,7 +1211,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 smam 0.7.0.9000 to adapt to many kinds of systems.
\`configure' configures smam 0.7.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1273,7 +1273,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of smam 0.7.0.9000:";;
short | recursive ) echo "Configuration of smam 0.7.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1341,7 +1341,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
smam configure 0.7.0.9000
smam configure 0.7.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1378,7 +1378,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 smam $as_me 0.7.0.9000, which was
It was created by smam $as_me 0.7.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2322,7 +2322,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 smam $as_me 0.7.0.9000, which was
This file was extended by smam $as_me 0.7.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -2377,7 +2377,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="\\
smam config.status 0.7.0.9000
smam config.status 0.7.1
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
@@ -1,5 +1,5 @@

AC_INIT([smam], [0.7.0.9000])
AC_INIT([smam], [0.7.1])

## Use gsl-config to find arguments for compiler and linker flags
##
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ There are currently no downstream dependencies for this package.

## Newer Version of R package smam

The R package smam 0.7.0 has already been in CRAN. This is the next version of smam. The version number of this package is 0.7.0.9000.
The R package smam 0.7.0 has already been in CRAN. This is the next version of smam. The version number of this package is 0.7.1.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ bibentry(bibtype = "Manual",
author = c(person("Chaoran", "Hu"),
person("Vladimir", "Pozdnyakov"),
person("Jun", "Yan")),
note = "R package version 0.7.0.9000",
note = "R package version 0.7.1",
year = "2023",
url = "https://github.com/ChaoranHu/smam",

textVersion = paste("Hu, C., Pozdnyakov, V., Yan, J. (2023). smam:",
"Statistical Modeling of Animal Movement.",
"R package version 0.7.0.9000",
"R package version 0.7.1",
"https://github.com/ChaoranHu/smam")
)

Expand Down
Loading

0 comments on commit e12cd3c

Please sign in to comment.