ropensci / tidync
Showing 1 of 2 files from the diff.
Newly tracked file
R/hyper_tbl_cube.R changed.
Other files ignored by Codecov

@@ -1,8 +1,8 @@
Loading
1 1
#' A dplyr cube tbl 
2 2
#' 
3 -
#' Produce a [tbl_cube][dplyr::tbl_cube()] from NetCDF. This is a 
3 +
#' Produce a [tbl_cube][cubelyr::tbl_cube()] from NetCDF. This is a 
4 4
#' delay-breaking function and causes data to be read from the source
5 -
#' into the tbl cube format defined in the [dplyr][dplyr::tbl_cube] 
5 +
#' into the tbl cube format defined in the [dplyr][cubelyr::tbl_cube] 
6 6
#' package. 
7 7
#' 
8 8
#' The tbl cube is a very general and arbitrarily-sized array that 
Files Coverage
R 0.00%
Project Totals (10 files) 0.00%
1
comment: false
2

3
coverage:
4
  status:
5
    project:
6
      default:
7
        target: auto
8
        threshold: 1%
9
    patch:
10
      default:
11
        target: auto
12
        threshold: 1%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading