-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from shwilks/master
Update to v1.2.5
- Loading branch information
Showing
321 changed files
with
6,209 additions
and
41,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 1.2.7 | ||
Date: 2023-09-01 05:06:17 UTC | ||
SHA: 427a0fcec70ce202358ed9f72e4a207d150cfb85 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,69 @@ | ||
Package: Racmacs | ||
Type: Package | ||
Title: R Antigenic Cartography Macros | ||
Version: 1.1.35 | ||
Date: 2022-02-23 | ||
Author: Sam Wilks | ||
Maintainer: Sam Wilks <sw463@cam.ac.uk> | ||
Description: A toolkit for making antigenic maps from assay data such as HI assays. | ||
Title: Antigenic Cartography Macros | ||
Version: 1.2.7 | ||
Date: 2023-09-01 | ||
Authors@R: | ||
c(person(given = "Sam", | ||
family = "Wilks", | ||
role = c("aut", "cre"), | ||
email = "sw463@cam.ac.uk")) | ||
Description: A toolkit for making antigenic maps from immunological assay data, | ||
in order to quantify and visualize antigenic differences between different | ||
pathogen strains as described in | ||
Smith et al. (2004) <doi:10.1126/science.1097211> and used in the World | ||
Health Organization influenza vaccine strain selection process. Additional | ||
functions allow for the diagnostic evaluation of antigenic maps and an | ||
interactive viewer is provided to explore antigenic relationships amongst | ||
several strains and incorporate the visualization of associated genetic | ||
information. | ||
Depends: R (>= 4.0) | ||
Imports: | ||
Rcpp, | ||
parallel, | ||
jsonlite, | ||
ks, | ||
brotli, | ||
shiny, | ||
shinyFiles, | ||
shinyjs, | ||
htmlwidgets, | ||
crayon, | ||
ggplot2, | ||
ggplot2 (>= 3.0.0), | ||
htmltools, | ||
rmarchingcubes, | ||
shape, | ||
ellipsis, | ||
MASS, | ||
lifecycle, | ||
magrittr, | ||
igraph, | ||
brotli | ||
dplyr, | ||
vctrs, | ||
rlang | ||
LazyData: TRUE | ||
Suggests: | ||
testthat, | ||
r3js, | ||
knitr, | ||
rmarkdown, | ||
rstudioapi, | ||
plotly, | ||
geometry, | ||
gdata, | ||
stringr, | ||
r3js, | ||
tibble, | ||
tidyr, | ||
base64enc, | ||
lifecycle, | ||
MCMCpack | ||
RoxygenNote: 7.1.2.9000 | ||
Roxygen: list(markdown = TRUE) | ||
LinkingTo: | ||
Rcpp, | ||
RcppArmadillo, | ||
RcppProgress, | ||
RcppEnsmallen, | ||
rapidjsonr | ||
Remotes: | ||
shwilks/r3js | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
VignetteBuilder: knitr | ||
URL: https://acorg.github.io/Racmacs, https://github.com/acorg/Racmacs | ||
URL: https://acorg.github.io/Racmacs/, https://github.com/acorg/Racmacs/ | ||
BugReports: https://github.com/acorg/Racmacs/issues | ||
License: AGPL-3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.