-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 736 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: MoreParallelR
Type: Package
Title: MoreParallelR provides solutions for parallelization in R.
Version: 0.2.1
Author: Weiming Hu
Authors@R: c(
person("Weiming", "Hu", , "weiming@psu.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4501-1435")))
URL: https://weiming-hu.github.io/MoreParallelR/, https://github.com/Weiming-Hu/MoreParallelR
BugReports: https://github.com/Weiming-Hu/MoreParallelR/issues
Maintainer: Weiming Hu <weiming.pennstate@outlook.com>
Description: MoreParallelR aims to implement some common
solutions for parallelization in R.
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
parallel,
testthat,
magrittr,
pbmcapply,
LazyData: true
RoxygenNote: 6.1.1.9000