Skip to content

Commit

Permalink
Fix documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fseaton committed Sep 24, 2024
1 parent 319e634 commit 648d65b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: jsdmstan
Title: Fitting jSDMs in Stan
Version: 0.3.0.9000
Version: 0.4.0
Authors@R:
person("Fiona", "Seaton", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2022-7451"))
Expand Down
2 changes: 2 additions & 0 deletions R/jsdmstan-families.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#' }
#' }
#'
NULL

jsdmStanFamily_empty <- function(){
res <- list(family = character(),
params = character(),
Expand Down
2 changes: 2 additions & 0 deletions R/jsdmstanfit-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#' }
#'
#'
NULL

jsdmStanFit_empty <- function() {
res <- list(
jsdm_type = "None",
Expand Down
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' @return An invisible list of the plots#
#'
#' @examples
#' \donttest{
#' \dontrun{
#' # First simulate data and get model fit:
#' mglmm_data <- mglmm_sim_data(
#' N = 100, S = 10, K = 3,
Expand Down
4 changes: 0 additions & 4 deletions man/jsdmStanFamily.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions man/jsdmStanFit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/plot.jsdmStanFit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 648d65b

Please sign in to comment.