forked from acorg/Racmacs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1022 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: Racmacs
Type: Package
Title: R Antigenic Cartography Macros
Version: 1.1.9
Date: 2021-01-22
Author: Sam Wilks
Maintainer: Sam Wilks <[email protected]>
Description: A toolkit for making antigenic maps from assay data such as HI assays.
Depends: R (>= 4.0)
Imports:
Rcpp,
parallel,
roptim,
jsonlite,
stringr,
MCMCpack,
tibble,
gdata,
geometry,
gplots,
ks,
shiny,
shinyFiles,
shinyjs,
htmlwidgets,
crayon,
ggplot2,
htmltools,
methods,
rstudioapi,
rmarchingcubes,
shape,
ellipsis
LazyData: TRUE
Suggests:
testthat,
plotly,
knitr,
rmarkdown,
misc3d,
r3js,
base64enc
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
LinkingTo:
Rcpp,
RcppArmadillo,
RcppProgress,
RcppEnsmallen,
rapidjsonr
Remotes:
shwilks/r3js,
shwilks/rmarchingcubes
VignetteBuilder: knitr
URL: https://github.com/acorg/Racmacs
BugReports: https://github.com/acorg/Racmacs/issues
License: AGPL-3