version 0.3.1
The recommendation is to install from CRAN.
install.packages("bmp")
You can, however, download the tar ball, and run R CMD INSTALL on it, or use the devtools package to install the development version:
R CMD INSTALL
if (!require("remotes")) install.packages("remotes") remotes::install_github("jefferis/bmp")
NB Windows users need Rtools and devtools to install this way.
读取和写入BMP图像文件的R语言包
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Introduction
Installation
Released versions
The recommendation is to install from CRAN.
Bleeding Edge
You can, however, download the tar ball, and run
R CMD INSTALLon it, or use the devtools package to install the development version:NB Windows users need Rtools and devtools to install this way.