10 Matching Annotations
  1. Jul 2023
    1. We need to change our directory to R build directory(BUILDDIR)

      Explain why we need to change to the this location. We will now build R. First we should go to the R build directory.

    2. And R_VERSION is mentioned inside setup.sh script file which let us install and compile source code of different R versions by just changing its value.

      We can probably delete this for the moment. That makes for simpler instructions

    3. The path ENV var are set inside Docker File and it will get created when we start codespace automatically.

      The environment variables are set in the codespace image and are available when the codespace starts.