Skip to content

Commit

Permalink
monotonic merges
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:nicholasjclark/mvgam

# Conflicts:
#	R/mvgam.R
#	src/RcppExports.o
#	src/mvgam.dll
  • Loading branch information
nicholasjclark committed Jan 2, 2024
2 parents b4817f0 + 5d33eab commit 532ddf3
Show file tree
Hide file tree
Showing 11 changed files with 727 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .Rprofile

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.Rhistory
.RData
.Ruserdata
.Rprofile
doc
Meta
.Rproj.user
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mvgam
Title: Multivariate (Dynamic) Generalized Additive Models
Version: 1.0.8
Date: 2023-11-01
Version: 1.0.9
Date: 2023-12-21
Authors@R:
person("Nicholas J", "Clark", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7131-3301"))
Expand Down Expand Up @@ -30,6 +30,7 @@ Imports:
rstantools (>= 2.1.1),
bayesplot (>= 1.5.0),
ggplot2 (>= 2.0.0),
splines2,
extraDistr,
matrixStats,
parallel,
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method(Predict.matrix,mod.smooth)
S3method(Predict.matrix,moi.smooth)
S3method(as.array,mvgam)
S3method(as.data.frame,mvgam)
S3method(as.matrix,mvgam)
Expand Down Expand Up @@ -50,6 +52,8 @@ S3method(residuals,mvgam)
S3method(rhat,mvgam)
S3method(score,mvgam_forecast)
S3method(set_coef,mvgam)
S3method(smooth.construct,mod.smooth.spec)
S3method(smooth.construct,moi.smooth.spec)
S3method(summary,mvgam)
S3method(summary,mvgam_prefit)
S3method(update,mvgam)
Expand Down Expand Up @@ -149,9 +153,11 @@ importFrom(marginaleffects,get_vcov)
importFrom(marginaleffects,plot_predictions)
importFrom(marginaleffects,set_coef)
importFrom(methods,new)
importFrom(mgcv,Predict.matrix)
importFrom(mgcv,bam)
importFrom(mgcv,betar)
importFrom(mgcv,nb)
importFrom(mgcv,smooth.construct)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,makePSOCKcluster)
Expand All @@ -171,6 +177,7 @@ importFrom(rstantools,posterior_epred)
importFrom(rstantools,posterior_linpred)
importFrom(rstantools,posterior_predict)
importFrom(scoringRules,es_sample)
importFrom(splines2,iSpline)
importFrom(stats,Gamma)
importFrom(stats,acf)
importFrom(stats,as.formula)
Expand Down
Loading

0 comments on commit 532ddf3

Please sign in to comment.