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

Common issues #10

Open
tavareshugo opened this issue Sep 22, 2021 · 1 comment
Open

Common issues #10

tavareshugo opened this issue Sep 22, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@tavareshugo
Copy link
Collaborator

Create a file for instructors with common issues that we see happen with learners.

Here are some:

  • On Mac OS by default zip files downloaded from web are decompressed. This affects the file transfer lesson.
  • On VS Code some people's connection timed-out. Going to the Remote SSH extension settings and increasing the timeout to 60s solved this issue.
@tavareshugo tavareshugo added the documentation Improvements or additions to documentation label Jan 27, 2022
@tavareshugo
Copy link
Collaborator Author

R packages not available

The libPaths variable is defined in ~/.Rprofile file. It has to be done this way, otherwise the compute nodes don't see it.
But if the participant accidentally deletes the file (it happened once!), then the packages will not be available.
The solution is to copy one of our ~/.Rprofile to their home. Or alternatively, they can run:

echo '.libPaths("/scratch/applications/R/site-library")' > ~/.Rprofile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant