aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Kellner <ken@kenkellner.com>2023-08-20 10:03:46 -0400
committerKen Kellner <ken@kenkellner.com>2023-08-20 10:03:46 -0400
commit87bd3a4716d9ced41e9b08c0efef9ad3a4453073 (patch)
tree4ae12b118ac424bb0720bb04968ee8e03f39d2c2
parent4465084c53606880a43618878ae005a90818ead5 (diff)
Fix missing roxygen tag
-rw-r--r--DESCRIPTION4
-rw-r--r--NEWS.md5
-rw-r--r--R/ubms-package.R1
-rw-r--r--man/ubms.Rd1
4 files changed, 9 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index f88e2c3..c402cef 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: ubms
-Version: 1.2.4
-Date: 2023-05-25
+Version: 1.2.5
+Date: 2023-08-21
Title: Bayesian Models for Data from Unmarked Animals using 'Stan'
Authors@R: person("Ken", "Kellner", email="contact@kenkellner.com",
role=c("cre","aut"))
diff --git a/NEWS.md b/NEWS.md
index 4bc8e1b..e9c85c1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,8 @@
+# ubms v.1.2.5
+
+* Fix issue with version number not being a string
+* Adding missing roxygen tag
+
# ubms v.1.2.4
* Adjust Makevars to fix problems with clang 16
diff --git a/R/ubms-package.R b/R/ubms-package.R
index 2585228..cd1220a 100644
--- a/R/ubms-package.R
+++ b/R/ubms-package.R
@@ -13,4 +13,5 @@
#' @importFrom stats as.formula model.frame rbinom dbinom
#' @useDynLib "ubms", .registration = TRUE
#' @name ubms
+#' @aliases ubms-package
NULL
diff --git a/man/ubms.Rd b/man/ubms.Rd
index 732e70c..784a139 100644
--- a/man/ubms.Rd
+++ b/man/ubms.Rd
@@ -3,6 +3,7 @@
\docType{package}
\name{ubms}
\alias{ubms}
+\alias{ubms-package}
\title{ubms}
\description{
Unmarked Bayesian Models using Stan