I can't submit multiple lines of R code.

0 votes
No avatar asked by (120 points) about Tinn-R
edited by

source(.trPaths[5], echo=TRUE, max.deparse.length=150)
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) : 
 object '.trPaths' not found

1 Answer

0 votes
No avatar answered by (132k points)
edited by

.trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\',
sep=''), c('', 'search.txt', 'objects.txt', 'file.r',
'selection.r', 'block.r','lines.r'),sep='')

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...