Skip to content

Unabble to load some packages in Rstudio interface while it works on Jupyter Lab #4

Closed
@CVandiedonck

Description

Bug:

1. When loading an environment with this template (and all other environments I tested with an R kernel), it is impossible in the RStudio interface to load tidyverse package with the R console...

Capture1

2. ...whereas there is not such issue using Jupyter Lab interface:

Capture2

3. Similarly, when using the RStudio interface and a Rmardown file (cf. next paragraph), the error still occurs when running the chunk to load tidyverse
image
Need mardown package to test this point cf https://github.com/CVandiedonck/template-r/tree/patch-2

4. But suprinsingly, the error does not longer occur when knitting a .Rmd document.
image

5. The generated .html file is fine and the sessionInfo() command output shows tidyverse was well loaded (but readxl is not).
Capture5

Description of the error and extension to other packages

The error indicates an issue when trying to load the readxl package which is part of the tidyverse package. The same error occurs when trying to load this package on its own, as well as several other packages that are installed with this "tempalte-r" in the environment, some being very useful like devtools:

  • bslib
  • devtools
  • isoland
  • later
  • pkgload
  • promises
  • rcpp
  • rematch
  • sass
  • testhat
  • vroom
  • data.table

Question @plasmabio/quantstack

Is this an issue in Plasma, something missing in the configuration files of the template or an issue with the Ubuntu server?
For the server, I tried on different instances (adenine or uracile at Université Paris Cité) or the VM machine you granted us acess too. The screenshots were generated with this VM.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions