Skip to content

A conda channel contains only r-base (only win64 version). Due to the r-base packages are old in conda-forge, I made this to use the newest r-base version in conda environments.

Notifications You must be signed in to change notification settings

littlemingone/handmake_r-base_conda_channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this repository

This repository contains a conda channel with the latest version(4.4.0) of r-base (R programming language) conda package.
Only for windows now!!

What does it solve?

It helps you to use lastest version of r-base in conda environments. Only for Windows users now!

conda is a convenient tool to install and manager R environment. There are many benifits to use R in a conda environment. But the version of r-base in conda-forge and r channel are far too old. Currently, the latest official version of the R programming language is 4.4.0, but the latest version of r-base for Windows in the conda channel is 4.1.3.

Usage

2 ways to install r-base 4.4.0 in conda environments on Windows.

1. Install r-base 4.4.0 by conda channel.

Add this channel (https://littlemingone.github.io/handmake_r-base_conda_channel) into your conda sources.

conda config --add channels https://littlemingone.github.io/handmake_r-base_conda_channel

Then install r-base 4.4.0.

conda install r-base=4.4.0

2. Install r-base 4.4.0 locally.

Download the conda package in release. Install it locally. Replace <path/to/r-base4.4.0> with the actual path of your download file.

conda install path/to/r-base4.4.0

How dose it build?

In fact, I didn't compile the R base again when I bulit the package. I just installed the r-base 4.4.0.exe and packaged the binary files. It sounds handmake but it work, I guess.

I am a linux user, can I use it?

Not for now, at least. It is possible and not difficult to make a linux conda package in the same way, I guess. Maybe someday I will update the linux version.

About

A conda channel contains only r-base (only win64 version). Due to the r-base packages are old in conda-forge, I made this to use the newest r-base version in conda environments.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages