Skip to content

Commit

Permalink
Delete .directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosci authored Mar 16, 2018
1 parent 8c673e6 commit 9f74eee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .directory

This file was deleted.

2 comments on commit 9f74eee

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/nlm_mosaicgibbs.R:100:11: style: Variable and function names should be all lowercase.

r <- vx$as.RasterLayer()
          ^~~~~~~~~~~~~~

R/nlm_mosaicgibbs.R:103:5: style: Commented code should be removed.

# r <- raster::raster(raster::extent(voronoi_tess), res = resolution)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaicgibbs.R:104:5: style: Commented code should be removed.

# r <- fasterize::fasterize(voronoi_tess, r, field = "value", fun = "sum")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaictess.R:78:11: style: Variable and function names should be all lowercase.

r <- vx$as.RasterLayer()
          ^~~~~~~~~~~~~~

R/nlm_mosaictess.R:81:5: style: Commented code should be removed.

# r <- raster::raster(raster::extent(voronoi_tess), res = resolution)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaictess.R:82:5: style: Commented code should be removed.

# r <- fasterize::fasterize(voronoi_tess, r, field = "value", fun = "sum")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaictess.R:91:1: style: Trailing blank lines are superfluous.

^

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/nlm_mosaicgibbs.R:100:11: style: Variable and function names should be all lowercase.

r <- vx$as.RasterLayer()
          ^~~~~~~~~~~~~~

R/nlm_mosaicgibbs.R:103:5: style: Commented code should be removed.

# r <- raster::raster(raster::extent(voronoi_tess), res = resolution)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaicgibbs.R:104:5: style: Commented code should be removed.

# r <- fasterize::fasterize(voronoi_tess, r, field = "value", fun = "sum")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaictess.R:78:11: style: Variable and function names should be all lowercase.

r <- vx$as.RasterLayer()
          ^~~~~~~~~~~~~~

R/nlm_mosaictess.R:81:5: style: Commented code should be removed.

# r <- raster::raster(raster::extent(voronoi_tess), res = resolution)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaictess.R:82:5: style: Commented code should be removed.

# r <- fasterize::fasterize(voronoi_tess, r, field = "value", fun = "sum")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/nlm_mosaictess.R:91:1: style: Trailing blank lines are superfluous.

^

Please sign in to comment.