giannimonaco / ABIS

57 stars 16 forks source link

Run server.R from Studio #21

Open Francis3209 opened 2 years ago

Francis3209 commented 2 years ago

Hi, I was trying to use the ABIS tool locally from R-studio but when I opened the 'server.R' file and run it with 'run app' I receive the following error message:

runApp('/Applications/ABIS-master') Listening on http://127.0.0.1:7160 Warning in if (check.names) col.names <- make.names(col.names, unique = TRUE) : the condition has length > 1 and only the first element will be used Warning: Error in if: argument is not interpretable as logical 51: read.table 50: read.delim Error in if (check.names) col.names <- make.names(col.names, unique = TRUE) : argument is not interpretable as logical

Thanks a lot for any help. Best regards Francesco

giannimonaco commented 2 years ago

Hi Francesco,

I think there is a problem with the format of your table. Check that it has similar format with: https://github.com/giannimonaco/ABIS/blob/master/data/TPMPBMC.txt

Best, Gianni

On Tue, 21 Jun 2022 at 11:10, Francis3209 @.***> wrote:

Hi, I was trying to use the ABIS tool locally from R-studio but when I opened the 'server.R' file and run it with 'run app' I receive the following error message:

runApp('/Applications/ABIS-master')

Listening on http://127.0.0.1:7160 http://127.0.0.1:7160 Warning in if (check.names) col.names <- make.names(col.names, unique = TRUE) : the condition has length > 1 and only the first element will be used Warning: Error in if: argument is not interpretable as logical 51: read.table 50: read.delim Error in if (check.names) col.names <- make.names(col.names, unique = TRUE) : argument is not interpretable as logical

Thanks a lot for any help. Best regards Francesco

— Reply to this email directly, view it on GitHub https://github.com/giannimonaco/ABIS/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2UTEG6FRVL3TY3WT3LBOLVQGBJHANCNFSM5ZLSONAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>