Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 31, 2024
1 parent 666beaa commit ea4ea9a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 3 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

export(crps_weights)
export(mixture_from_samples)
import(methods)
import(rstantools)
import(Rcpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(data.table,.SD)
importFrom(data.table,`:=`)
importFrom(data.table,dcast.data.table)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(rstan,optimizing)
importFrom(rstan,sampling)
useDynLib(stackr, .registration = TRUE)
7 changes: 4 additions & 3 deletions R/stackr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
#' @name stackr-package
#' @aliases stackr
#' @useDynLib stackr, .registration = TRUE
#' @import methods
#' @import rstantools
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom RcppParallel RcppParallelLibs
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package
Expand All @@ -36,4 +37,4 @@
#' Statistical Association, Volume 102, 2007 - Issue 477
#'
#' @keywords internal
NULL
"_PACKAGE"
3 changes: 2 additions & 1 deletion man/crps_weights.Rd

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

6 changes: 4 additions & 2 deletions man/mixture_from_samples.Rd

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

0 comments on commit ea4ea9a

Please sign in to comment.