Skip to content

Commit af90925

Browse files
authored
Update digestR.R
Test new SplashScreen
1 parent 2309b07 commit af90925

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/digestR.R

+5
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,11 @@ popupGui <- function(dev){
13671367
splashScreen <- function(){
13681368

13691369
library(png)
1370+
par(mar=defaultSettings$mar, cex.axis=defaultSettings$cex.axis,
1371+
cex.main=defaultSettings$cex.main, bg='black')
1372+
colMain <- '#b4d0f3'
1373+
colBack <- '#0065ca'
1374+
plot(0, 0, type='n', xlab='', ylab='', col.axis='black')
13701375

13711376
# Load the image and get its dimensions
13721377
img_path <- system.file("extdata", "DigestRpicture.png", package = "digestR")

0 commit comments

Comments
 (0)