Skip to content

Commit

Permalink
Add ORCID ID
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmohr committed Aug 23, 2023
1 parent 481f6e1 commit a96e6c2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 35 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: bgvars
Title: Bayesian Inference of Global Vector Autoregressive and Gloal Vector Error Correction Models
Version: 0.1.0
Date: 2023-06-30
Authors@R: person("Franz X.", "Mohr", email = "[email protected]", role = c("aut","cre"))
Authors@R: person("Franz X.", "Mohr", email = "[email protected]", role = c("aut","cre"), comment = c(ORCiD = "0009-0003-8890-7781"))
Description: Assists in the set-up and inference of Bayesian global vector autoregressive (BGVAR) and error correction (BGVEC) models.
License: GPL (>= 2)
Depends: R (>= 3.3.0), bvartools (>= 0.2.1)
Expand All @@ -25,7 +25,7 @@ Collate:
'RcppExports.R'
'add_priors.gvarsubmodels.R'
'add_priors.gvecsubmodels.R'
'bgvars.R'
'bgvars-package.R'
'bvarxpost.R'
'bvecxpost.R'
'combine_submodels.R'
Expand Down
9 changes: 9 additions & 0 deletions R/bgvars-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @useDynLib bgvars, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @exportPattern "^[[:alpha:]]+"
## usethis namespace: end
NULL
12 changes: 0 additions & 12 deletions R/bgvars.R

This file was deleted.

23 changes: 23 additions & 0 deletions man/bgvars-package.Rd

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

21 changes: 0 additions & 21 deletions man/bgvars.Rd

This file was deleted.

0 comments on commit a96e6c2

Please sign in to comment.