## Warning in inner_join(jdf6, jdf7): Detected an unexpected many-to-many relationship between `x` and `y`.
## ℹ Row 2 of `x` matches multiple rows in `y`.
## ℹ Row 1 of `y` matches multiple rows in `x`.
-## ℹ If a many-to-many relationship is expected, set `relationship = "many-to-many"` to silence this warning.
+## ℹ If a many-to-many relationship is expected, set `relationship = "many-to-many"` to silence this
+## warning.
ip <-installed.packages()DT::datatable(ip[, c(1, 3, 5, 6, 10)], rownames =FALSE)
-
-
+
+
It is always useful to finish a Rmarkdown report with a section
providing all the session information details with the
sessionInfo() function, such at the end of this material. This
@@ -548,9 +549,9 @@
use the “or” operator | to test for equality to multiple values, but
this can quickly become tedious. The function %in% allows you to
test if any of the elements of a search vector are found:
-
Page built:
-2023-11-01
+2024-02-22
using
-R version 4.3.1 Patched (2023-07-10 r84676)
+R version 4.3.2 Patched (2023-12-27 r85757)
diff --git a/packages.bib b/packages.bib
index 5e4c162..8eda560 100644
--- a/packages.bib
+++ b/packages.bib
@@ -20,7 +20,7 @@ @Manual{R-BiocGenerics
title = {BiocGenerics: S4 generic functions used in Bioconductor},
author = {The Bioconductor Dev Team},
year = {2023},
- note = {R package version 0.48.0},
+ note = {R package version 0.48.1},
url = {https://bioconductor.org/packages/BiocGenerics},
doi = {10.18129/B9.bioc.BiocGenerics},
}
@@ -46,7 +46,7 @@ @Manual{R-dplyr
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller and Davis Vaughan},
year = {2023},
- note = {R package version 1.1.3},
+ note = {R package version 1.1.4},
url = {https://dplyr.tidyverse.org},
}
@@ -54,7 +54,8 @@ @Manual{R-forcats
title = {forcats: Tools for Working with Categorical Variables (Factors)},
author = {Hadley Wickham},
year = {2023},
- note = {R package version 1.0.0},
+ note = {R package version 1.0.0,
+https://github.com/tidyverse/forcats},
url = {https://forcats.tidyverse.org/},
}
@@ -63,7 +64,7 @@ @Manual{R-GenomeInfoDb
them to follow a particular naming style},
author = {Sonali Arora and Martin Morgan and Marc Carlson and Hervé Pagès},
year = {2023},
- note = {R package version 1.38.0},
+ note = {R package version 1.38.5},
url = {https://bioconductor.org/packages/GenomeInfoDb},
doi = {10.18129/B9.bioc.GenomeInfoDb},
}
@@ -72,7 +73,7 @@ @Manual{R-GenomicRanges
title = {GenomicRanges: Representation and manipulation of genomic intervals},
author = {Patrick Aboyoun and Hervé Pagès and Michael Lawrence},
year = {2023},
- note = {R package version 1.54.0},
+ note = {R package version 1.54.1},
url = {https://bioconductor.org/packages/GenomicRanges},
doi = {10.18129/B9.bioc.GenomicRanges},
}
@@ -81,7 +82,8 @@ @Manual{R-ggplot2
title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey Dunnington},
year = {2023},
- note = {R package version 3.4.4},
+ note = {R package version 3.4.4,
+https://github.com/tidyverse/ggplot2},
url = {https://ggplot2.tidyverse.org},
}
@@ -107,7 +109,7 @@ @Manual{R-knitr
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2023},
- note = {R package version 1.44},
+ note = {R package version 1.45},
url = {https://yihui.org/knitr/},
}
@@ -115,7 +117,8 @@ @Manual{R-lubridate
title = {lubridate: Make Dealing with Dates a Little Easier},
author = {Vitalie Spinu and Garrett Grolemund and Hadley Wickham},
year = {2023},
- note = {R package version 1.9.3},
+ note = {R package version 1.9.3,
+https://github.com/tidyverse/lubridate},
url = {https://lubridate.tidyverse.org},
}
@@ -123,7 +126,8 @@ @Manual{R-magrittr
title = {magrittr: A Forward-Pipe Operator for R},
author = {Stefan Milton Bache and Hadley Wickham},
year = {2022},
- note = {R package version 2.0.3},
+ note = {R package version 2.0.3,
+https://github.com/tidyverse/magrittr},
url = {https://magrittr.tidyverse.org},
}
@@ -142,7 +146,7 @@ @Manual{R-matrixStats
Vectors)},
author = {Henrik Bengtsson},
year = {2023},
- note = {R package version 1.0.0},
+ note = {R package version 1.2.0},
url = {https://github.com/HenrikBengtsson/matrixStats},
}
@@ -150,8 +154,9 @@ @Manual{R-matrixStats
@Manual{R-patchwork,
title = {patchwork: The Composer of Plots},
author = {Thomas Lin Pedersen},
- year = {2023},
- note = {R package version 1.1.3},
+ year = {2024},
+ note = {R package version 1.2.0,
+https://github.com/thomasp85/patchwork},
url = {https://patchwork.data-imaginist.com},
}
@@ -166,8 +171,8 @@ @Manual{R-purrr
@Manual{R-readr,
title = {readr: Read Rectangular Text Data},
author = {Hadley Wickham and Jim Hester and Jennifer Bryan},
- year = {2023},
- note = {R package version 2.1.4},
+ year = {2024},
+ note = {R package version 2.1.5},
url = {https://readr.tidyverse.org},
}
@@ -175,7 +180,8 @@ @Manual{R-rmarkdown
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Yihui Xie and Christophe Dervieux and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
year = {2023},
- note = {R package version 2.25},
+ note = {R package version 2.25,
+https://pkgs.rstudio.com/rmarkdown/},
url = {https://github.com/rstudio/rmarkdown},
}
@@ -186,7 +192,7 @@ @Manual{R-S4Vectors
Bioconductor},
author = {Hervé Pagès and Michael Lawrence and Patrick Aboyoun},
year = {2023},
- note = {R package version 0.40.0},
+ note = {R package version 0.40.2},
url = {https://bioconductor.org/packages/S4Vectors},
doi = {10.18129/B9.bioc.S4Vectors},
}
@@ -194,8 +200,9 @@ @Manual{R-S4Vectors
@Manual{R-stringr,
title = {stringr: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
- year = {2022},
- note = {R package version 1.5.0},
+ year = {2023},
+ note = {R package version 1.5.1,
+https://github.com/tidyverse/stringr},
url = {https://stringr.tidyverse.org},
}
@@ -219,8 +226,8 @@ @Manual{R-tibble
@Manual{R-tidyr,
title = {tidyr: Tidy Messy Data},
author = {Hadley Wickham and Davis Vaughan and Maximilian Girlich},
- year = {2023},
- note = {R package version 1.3.0},
+ year = {2024},
+ note = {R package version 1.3.1},
url = {https://tidyr.tidyverse.org},
}
@@ -228,7 +235,8 @@ @Manual{R-tidyverse
title = {tidyverse: Easily Install and Load the Tidyverse},
author = {Hadley Wickham},
year = {2023},
- note = {R package version 2.0.0},
+ note = {R package version 2.0.0,
+https://github.com/tidyverse/tidyverse},
url = {https://tidyverse.tidyverse.org},
}