Page MenuHomeFreeBSD

[New Port] graphics/R-cran-bmp: Read Windows Bitmap (BMP) Images
AcceptedPublic

Authored by dteske on Dec 4 2019, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 8:08 AM
Unknown Object (File)
Tue, Apr 16, 5:27 AM
Unknown Object (File)
Feb 2 2024, 8:43 AM
Unknown Object (File)
Dec 28 2023, 11:47 AM
Unknown Object (File)
Dec 23 2023, 12:06 AM
Unknown Object (File)
Oct 20 2023, 11:28 PM
Unknown Object (File)
Sep 25 2023, 12:27 PM
Unknown Object (File)
Sep 14 2023, 4:58 AM
Subscribers

Details

Reviewers
imp
swills
mat
Summary

bmp provides the ability to read Windows BMP format images in R.
Currently limited to 8 bit greyscale images and 24,32 bit (A)RGB
images. Pure R implementation without external dependencies.

Test Plan

install, deinstall, package, pkg install, pkg delete

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 27959
Build 26125: arc lint + arc unit

Event Timeline

graphics/R-cran-bmp/Makefile
7

Extra blank line, remove.

Remove extra newline as-per mat's instruction

This revision is now accepted and ready to land.Dec 4 2019, 8:04 PM
This revision now requires review to proceed.Dec 4 2019, 8:23 PM
This revision is now accepted and ready to land.Dec 4 2019, 8:31 PM