You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I instead just installed R from the ubuntu repository with sudo apt install --no-install-recommends r-base (on WSL) and this gave me a correct version of R. I also had to install the jq utility.
Pandoc, I installed using the linux instructions on the Pandoc website. (i.e. downloading the .deb and using dpkg.)
No version of R-studio was installed at any point, I just use the command line R
No conda was used either. (Though a conda install might be useful at some point)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just a note to say I finally got the sandbox/sandpaper environment to work, using WSL (Windows Subsystem for Linux.) and Ubuntu 24.04
Following mostly: https://carpentries.github.io/sandpaper-docs/
The only step that didn't work was installing the custom(?) signing key. I got an error saying the keyserver was unreachable.
https://carpentries.github.io/sandpaper-docs/#r-2
However, I instead just installed R from the ubuntu repository with
sudo apt install --no-install-recommends r-base
(on WSL) and this gave me a correct version of R. I also had to install thejq
utility.Pandoc, I installed using the linux instructions on the Pandoc website. (i.e. downloading the .deb and using dpkg.)
No version of R-studio was installed at any point, I just use the command line R
No conda was used either. (Though a conda install might be useful at some point)
Beta Was this translation helpful? Give feedback.
All reactions