Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Sauer <[email protected]>
  • Loading branch information
orichters and pascal-sauer authored Jun 6, 2024
1 parent d76c4de commit 4241a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/plotcountrymap.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ plotcountrymap<-function(x,hatching=FALSE,...) {
if (! requireNamespace("rworldmap", quietly = TRUE)) {
stop("Package 'rworldmap' must be installed to use 'luplot::plotcountrymap()'.", call. = FALSE)
}
# require(methods)
namedim<-getNames(x)
if(is.null(namedim)){namedim=1}
year<-getYears(x)
Expand Down

0 comments on commit 4241a40

Please sign in to comment.