rstudio icon indicating copy to clipboard operation
rstudio copied to clipboard

Docker image for analyses using RStudio and Python-Conda

Results 11 rstudio issues
Sort by recently updated
recently updated
newest added

Bumps [synapseclient](https://github.com/Sage-Bionetworks/synapsePythonClient) from 2.5.1 to 2.7.1. Release notes Sourced from synapseclient's releases. v2.7.1 What's Changed Mint patch release: Lock down pandas version since pandas >1.5 doesn't work by @​thomasyu888 in...

dependencies
python

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.0 to 2.0.1. Release notes Sourced from pandas's releases. Pandas 2.0.1 This is a patch release in the 2.0.x series and includes some regression and bug fixes....

dependencies
python

Bumps rocker/rstudio from 4.1.2 to 4.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rocker/rstudio&package-manager=docker&previous-version=4.1.2&new-version=4.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. Release notes Sourced from docker/setup-qemu-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#48) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. Release notes Sourced from docker/login-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#161) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. Release notes Sourced from docker/setup-buildx-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#131) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. Release notes Sourced from actions/cache's releases. v3.0.0 This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...

dependencies
github_actions

The issue appeared first in #80. ```r > library("sagethemes") > head(sage_colors, n = 3) $royal 200 300 400 500 600 700 800 "#D5CFE3" "#B2A5D1" "#907FBA" "#5A478F" "#47337D" "#332069" "#251454" $powder...

Show how pass additional types of data from R to Python and vice-versa: - list - data frame