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

Feature renv.lock files in interactive web view #3145

Open
philipp-baumann opened this issue Jul 6, 2023 · 2 comments
Open

Feature renv.lock files in interactive web view #3145

philipp-baumann opened this issue Jul 6, 2023 · 2 comments
Labels
kind/enhancement status/triage Issue needs to be triaged

Comments

@philipp-baumann
Copy link

philipp-baumann commented Jul 6, 2023

Is your feature request related to a problem? Please describe.
Currently, renv.lock files are not supported in the file preview, although they are simple JSON files. It would be neat to support the interactive view of file contents in the browser. Not super important, but nice to have.

Describe the solution you'd like
It would be nice to enable the preview of renv.lock files.

Describe alternatives you've considered
The alternative is simply downloading file or clone project.

Additional context
Add any other context or screenshots about the feature request here.

@philipp-baumann philipp-baumann added kind/enhancement status/triage Issue needs to be triaged labels Jul 6, 2023
@ciyer
Copy link
Contributor

ciyer commented Jul 6, 2023

This should be easy to do! Are there any other standard files used in R-based projects that you have noticed are not correctly supported by RenkuLab? If there are, feel free to add them to this issue, and we can tackle them together.

@philipp-baumann
Copy link
Author

philipp-baumann commented Jul 6, 2023

Hi @ciyer , great! As far as I just have tested, the following R agnostic files are not yet displayed:

  • .Rprofile
  • .Renviron
  • .qmd (quarto markdown notebook, also relevant for py and Julia projects)
  • .Rnw (sweave; becomes less relevant because of RMarkdown and Quarto, but still very nice for going 10 plus years back and reproduce stuff.)

Out of my mind these should be most relevant additional text extensions specific to R.
=> I will copy these extensions into SwissDataScienceCenter/renku-ui#2637

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement status/triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants