Skip to content

Commit ee5a9d9

Browse files
authored
Update digestR.R
Modifying SplasScreen
1 parent 65eb112 commit ee5a9d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/digestR.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ showGui <- function(guiName){
10941094
#' @export
10951095
gui <- function(top=NULL){
10961096

1097-
#splashScreen()
1097+
#()
10981098

10991099
if (.Platform$OS.type == 'windows' && .Platform$GUI == 'Rgui' &&
11001100
is.null(top)){
@@ -1327,7 +1327,7 @@ popupGui <- function(dev){
13271327
}
13281328

13291329
# Displays the digestR splash screen
1330-
splashScreen <- function(){
1330+
<- function(){
13311331

13321332
par(mar=defaultSettings$mar, cex.axis=defaultSettings$cex.axis,
13331333
cex.main=defaultSettings$cex.main, bg='black')
@@ -1346,7 +1346,7 @@ splashScreen <- function(){
13461346

13471347
# Loop to create and position letters
13481348
for (i in 1:length(letters)) {
1349-
text(-0.75 + (i-1)*0.25, 0.2, letters[i], col=colors[i], cex=cex_values[i], pos=3, offset=offset_values[i])
1349+
text(-0.65 + (i-1)*0.25, 0.2, letters[i], col=colors[i], cex=cex_values[i], pos=3, offset=offset_values[i])
13501350
}
13511351

13521352
# # Add a decorative 'R' in a different color

0 commit comments

Comments
 (0)