Skip to content

Commit 7274c84

Browse files
authored
Update digestR.R
1 parent 04d5b58 commit 7274c84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

R/digestR.R

+2-3
Original file line numberDiff line numberDiff line change
@@ -1363,11 +1363,10 @@ popupGui <- function(dev){
13631363
# dev.flush()
13641364
# }
13651365
##################################################################################
1366-
1367-
1366+
library(png)
13681367
splashScreen <- function() {
13691368

1370-
library(png) # For PNG images
1369+
13711370
par(mar=defaultSettings$mar, cex.axis=defaultSettings$cex.axis,
13721371
cex.main=defaultSettings$cex.main, bg='black')
13731372
colMain <- '#b4d0f3'

0 commit comments

Comments
 (0)