-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 894 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: fastmed
Type: Package
Title: Mediation Analysis with Selected Column Prefixes Using Parallel Processing
Version: 0.1.0
Date: 2024-10-15
Authors@R: person("Daehwan", "Kim", email = "[email protected]", role = c("aut", "cre", "cph"))
Author: Daehwan Kim [aut, cre, cph]
Maintainer: Daehwan Kim <[email protected]>
Description: Performs mediation analysis using multiple linear regressions and bootstrapping. Allows customization of column prefixes and utilizes parallel processing for efficiency.
URL: https://github.com/daehwankim12/fastmed
BugReports: https://github.com/daehwankim12/fastmed/issues
License: MIT + file LICENSE
Imports:
Rcpp,
RcppParallel,
data.table
LinkingTo:
Rcpp,
RcppEigen,
RcppParallel
Suggests:
rmarkdown,
withr,
testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true