Skip to content

Commit 0475f29

Browse files
committed
update before submission
1 parent 6951f3a commit 0475f29

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ Imports:
2727
move,
2828
RCurl,
2929
gridExtra,
30-
reshape
30+
reshape,
31+
graphics

R/animate_move.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ animate_move <- function(data_ani, out_dir, conv_dir = "convert",
769769
#[6] CREATE STATS OBJECT
770770
out("Computing stats...")
771771

772-
if(stats_create == TRUE | layer != "basemap"){
772+
if(stats_create == TRUE | layer[1] != "basemap"){
773773

774774
#Calc limits
775775
stats_floor_mp <- stats_digits*10

R/basemap_data.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#' @details The example data have been pre-processed and have euqal extents and projections.
66
#'
77
#' @format List containing two lists of equal lengths: a list of rasters containing 10 MODIS NDVI raster class objects and a list of corresponding POSIXct class timestamp objects.
8-
#' @source MODIS 2013 freely available data, acsessed using MODIS R package: URL \url{https://cran.r-project.org/package=MODIS}
8+
#' @source MODIS 2013 freely available data, acsessed using \code{MODIS} R package
99
#'
1010
"basemap_data"

man/basemap_data.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)