Skip to content

Commit

Permalink
Pull request #18: Added missing imports and ran auto-formatter in vsc…
Browse files Browse the repository at this point in the history
…ode for R and C++

Merge in STAT/prestogp from build-workflow to master

* commit '11771e4ccbd6311aa35334c5ab4b7e4299a8db56':
  Added missing imports
  Ran auto-formatter/linter for R and C++ in vscode. Added some missing imports
  • Loading branch information
shail-choksi committed Dec 28, 2023
2 parents d2a2e3a + 11771e4 commit 710520c
Show file tree
Hide file tree
Showing 29 changed files with 2,305 additions and 1,923 deletions.
10 changes: 9 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ Imports:
gtools,
geoR,
doParallel,
RANN
RANN,
rlang (>= 0.4.11),
foreach,
stats,
methods
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
Expand All @@ -59,3 +63,7 @@ Collate:
'RcppExports.R'
'Visualization.R'
'package.R'
Suggests:
roxygen2,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Loading

0 comments on commit 710520c

Please sign in to comment.