Skip to content

Commit

Permalink
rstan updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 31, 2024
1 parent ea4ea9a commit a0b4aa6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(crps_weights)
export(mixture_from_samples)
import(Rcpp)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(data.table,.SD)
importFrom(data.table,`:=`)
Expand All @@ -11,4 +12,5 @@ importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(rstan,optimizing)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
useDynLib(stackr, .registration = TRUE)
2 changes: 2 additions & 0 deletions R/stackr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
#' @aliases stackr
#' @useDynLib stackr, .registration = TRUE
#' @import Rcpp
#' @import methods
#' @importFrom rstan sampling
#' @importFrom rstantools rstan_config
#' @importFrom RcppParallel RcppParallelLibs
#'
#' @references
Expand Down
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/sh

# Generated by rstantools. Do not edit by hand.

#! /bin/sh
"${R_HOME}/bin/Rscript" -e "rstantools::rstan_config()"
3 changes: 2 additions & 1 deletion configure.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/sh

# Generated by rstantools. Do not edit by hand.

#! /bin/sh
"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "rstantools::rstan_config()"

0 comments on commit a0b4aa6

Please sign in to comment.