Artifacts using Tools (13,792)
Sort by:Popular

Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
Last Release on Nov 4, 2024
Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
Last Release on Sep 14, 2024
Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.
Last Release on Feb 14, 2021
Provides user interface and database connection code for annotation data packages using SQLite data storage.
Last Release on Apr 28, 2022
Functions that are needed by many other packages or which replace R functions.
Last Release on Feb 14, 2021
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, a fast friendly file reader and parallel file writer. Offers a natural and flexible syntax, for faster development.
Last Release on Feb 16, 2021
Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org
Last Release on May 30, 2024
Classes and methods for spatial data; the classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
Last Release on Apr 30, 2022
Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an 'XPath' "interpreter".
Last Release on Feb 13, 2021
Provides a parallel backend for the %dopar% function using the parallel package.
Last Release on May 1, 2022