Skip to content

Commit

Permalink
Minor fix printing something to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Eugenio Lozano Alonso authored and Jose Eugenio Lozano Alonso committed Jan 25, 2018
1 parent 2655286 commit c105c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: memapp
Type: Package
Title: The Moving Epidemic Method Web Application
Version: 2.8.20180123
Date: 2018-01-23
Version: 2.8.20180125
Date: 2018-01-25
Authors@R: person(given = "Jose E.", family = "Lozano", email = "[email protected]", role = c("aut", "cre"))
Depends:
R (>= 3.4.0)
Expand Down
2 changes: 1 addition & 1 deletion inst/shinyapp/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ read.data<-function(i.file,
seasonsname[seasons$aniof!=""]<-paste(seasonsname[seasons$aniof!=""],seasons$aniof[seasons$aniof!=""],sep="/")
seasonsname[seasons$aniow!=""]<-paste(seasonsname[seasons$aniow!=""],"(",seasons$aniow[seasons$aniow!=""],")",sep="")
seasons$season<-seasonsname
print(seasons)
#print(seasons)
rm("seasonsname")
names(datasetread)<-seasons$season
# Remove columns not detected as seasons
Expand Down

0 comments on commit c105c63

Please sign in to comment.