Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R is showing some extra output that shouldn't be there #30

Open
Kurolox opened this issue Oct 2, 2017 · 0 comments
Open

R is showing some extra output that shouldn't be there #30

Kurolox opened this issue Oct 2, 2017 · 0 comments
Assignees
Labels

Comments

@Kurolox
Copy link
Owner

Kurolox commented Oct 2, 2017

As far as I know, this is caused because inside the sandbox the environment variables are different than the host, and R might need something that's causing it to show all the extra output. The language works, it's just that it shows some garbage. This is an example of output created by a hello world.

/usr/lib/R/bin/R: line 238: /usr/lib/R/etc/ldpaths: No such file or directory
cannot find system Renviron
Error : .onLoad failed in loadNamespace() for 'utils', details:
  call: options(op.utils[toset])
  error: invalid value for 'editor'
Error : .onLoad failed in loadNamespace() for 'utils', details:
  call: options(op.utils[toset])
  error: invalid value for 'editor'
In addition: Warning message:
package ‘utils’ in options("defaultPackages") was not found 
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found 
[1] "Hello, World!"
@Kurolox Kurolox added the bug label Oct 2, 2017
@Kurolox Kurolox self-assigned this Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant