Skip to content

Commit

Permalink
Include R6 dependency to create specify classes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
donotdespair committed Apr 27, 2024
1 parent 5ed26de commit f020d34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Date: 2024-04-27
Author: c(person(given="Tomasz", family="Woźniak", email="wozniak.tom@pm.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2212-2378")), person(given="Miguel", family="Sanchez-Martinez", role = "ctb"), person(given="International Labour Organization", role = "cph"))
Maintainer: Tomasz Woźniak <wozniak.tom@pm.me>
License: GPL (>= 3)
Imports: Rcpp (>= 1.0.12)
Imports:
R6,
Rcpp (>= 1.0.12)
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.3.1
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Generated by roxygen2: do not edit by hand

importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
useDynLib(bvarPANELs, .registration = TRUE)
1 change: 1 addition & 0 deletions R/bvarPANELs-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#' @docType package
#' @useDynLib bvarPANELs, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom R6 R6Class
#' @note This package is currently in active development.
#' @author Tomasz Woźniak \email{wozniak.tom@pm.me}
#' @keywords package models ts
Expand Down

0 comments on commit f020d34

Please sign in to comment.