Skip to content

Commit 35d9dee

Browse files
authored
Merge pull request #591 from weecology/moon-patch
Remove extra white space in new_moon_numbers.r [minor]
2 parents e515396 + 08020a7 commit 35d9dee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DataCleaningScripts/new_moon_numbers.r

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ update_moon_dates <- function() {
5656
trappingdat$censusdate <- lubridate::as_date(paste(trappingdat$year,trappingdat$month,
5757
trappingdat$day,sep='-'))
5858

59-
6059
# proceed only if trappingdat has more recent dates than moon_dates
6160
if (max(abs(trappingdat$period),na.rm=T) > max(abs(moon_dates$period),na.rm=TRUE)) {
6261

0 commit comments

Comments
 (0)