tomwenseleers / export

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

package ‘export’ is not available (for R version 4.0.2) #31

Closed zhongshu98 closed 4 years ago

zhongshu98 commented 4 years ago

Hello! I recently updated my R to 4.0.2version, however when I install the "export"package, R present with “package ‘export’ is not available (for R version 4.0.2)”.

cvanderaa commented 4 years ago

Indeed, we have had some deprecation issues that lead to the removal of export from CRAN... We have now fixed that issue are resubmitting the package to the archive. It will hopefully be back soon and I will keep you informed.

Meanwhile, you can reinstall export from Github using the following command:

devtools::install_github("tomwenseleers/export)
cvanderaa commented 4 years ago

Actually I just realized that a new function we used has got defunct. I'll come back to you once you can re-install the package!

zhongshu98 commented 4 years ago

Thank you very much for such a rapid reply!

cvanderaa commented 4 years ago

You can now (since commit c832b74) reinstall the export package with the latest R version from this GitHub repo. We have submitted the package back to CRAN, hopefully it will be available there soon.

zhongshu98 commented 4 years ago

You can now (since commit c832b74) reinstall the export package with the latest R version from this GitHub repo. We have submitted the package back to CRAN, hopefully it will be available there soon.

Thank you very much! I have reinstalled the export package, and succeed!