tomwenseleers / export

R package for streamlined export of graphs and data tables.
192 stars 35 forks source link

Unavailable for R version #43

Closed M-Schreurs closed 2 years ago

M-Schreurs commented 2 years ago

Hi Tom and Christophe, Your export package is not available for my R version 3.6.1. Can you make this available, or can you tell me which R version you would recommend instead? Kind regards!

Yingjie4Science commented 2 years ago

same here:

package ‘export’ is not available (for R version 3.6.1)

cvanderaa commented 2 years ago

Apologies for my late reply...I guess you are trying to install export using the following command:

install.packages("export")

Unfortunately, this is not working because export is not on CRAN anymore. I'll try to have it put back again, but I currently can't find the time to do so... (cf issue https://github.com/tomwenseleers/export/issues/41)

You can still install export from GitHub:

BiocManager::install("tomwenseleers/export")
M-Schreurs commented 2 years ago

Hi Christoph, thanks for the help! I was trying to install using install_github("tomwenseleers/export"), but using BiocManager did the trick.

cvanderaa commented 2 years ago

Excellent! I will close the issue for now but I'll work on getting the package on CRAN (what will facilitate installation) as soon as I can find some time! Make sure to follow issue #41 to get updated if interested.

tomwenseleers commented 1 year ago

The package is now up an CRAN again and works ok with the latest R version.