1- Package: narnia
1+ Package: naniar
22Type: Package
33Title: Data Structures, Summaries, and Visualisations for Missing Data
4- Version: 0.0.9.9300
4+ Version: 0.0.9.9400
55Author: Nicholas Tierney, Miles McBain, Di Cook,
66Authors@R: c(
77 person("Nicholas", "Tierney", , "nicholas.tierney@gmail.com", c("aut", "cre")),
88 person("Di", "Cook", , "dicook@monash.edu", role = "aut"),
99 person("Miles", "McBain", , "miles.mcbain@gmail.com", role = "aut")
1010 )
1111Description: Missing values are ubiquitous in data and need to be explored and
12- handled in the initial stages of analysis. 'narnia ' provides helpers for
12+ handled in the initial stages of analysis. 'naniar ' provides helpers for
1313 exploring missing data dependencies with minimal deviation from the common
14- workflow of 'ggplot2' and tidy data. 'narnia ' builds data structures and
14+ workflow of 'ggplot2' and tidy data. 'naniar ' builds data structures and
1515 functions that facilitate plotting of missing values and examination of
1616 imputations.
1717License: MIT + file LICENSE
@@ -53,8 +53,8 @@ Collate:
5353 'data-riskfactors.R'
5454 'legend-draw.R'
5555 'geom-missing-point.R'
56- 'narnia -ggproto.R'
57- 'narnia -package.R'
56+ 'naniar -ggproto.R'
57+ 'naniar -package.R'
5858 'plotting.R'
5959 'replace_to_na.R'
6060 'shadow-shifters.R'
@@ -66,5 +66,5 @@ Collate:
6666 'tidy-miss-label.R'
6767 'tidy-miss-scalars.R'
6868 'utils.R'
69- URL: https://github.com/njtierney/narnia
70- BugReports: https://github.com/njtierney/narnia /issues
69+ URL: https://github.com/njtierney/naniar
70+ BugReports: https://github.com/njtierney/naniar /issues
0 commit comments