1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

www/R-cran-miniUI: new port: shiny apps for small screens

Provides UI widget and layout functions for writing Shiny apps that work well on
small screens.

This port is required to update devel/R-cran-devtools.
This commit is contained in:
Zsolt Udvari 2024-08-13 13:18:47 +02:00
parent 11426d467e
commit 1c1b3be557
4 changed files with 26 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += R-cran-httr
SUBDIR += R-cran-httr2
SUBDIR += R-cran-jquerylib
SUBDIR += R-cran-miniUI
SUBDIR += R-cran-pkgdown
SUBDIR += R-cran-rvest
SUBDIR += R-cran-scrapeR

View File

@ -0,0 +1,17 @@
PORTNAME= miniUI
DISTVERSION= 0.1.1.1
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Writing Shiny apps that work well on small screens
WWW= https://cran.r-project.org/web/packages/miniUI
LICENSE= GPLv3
RUN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools \
R-cran-shiny>0:www/R-cran-shiny
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1723542821
SHA256 (miniUI_0.1.1.1.tar.gz) = 452b41133289f630d8026507263744e385908ca025e9a7976925c1539816b0c0
SIZE (miniUI_0.1.1.1.tar.gz) = 97958

View File

@ -0,0 +1,5 @@
Provides UI widget and layout functions for writing Shiny apps that work well on
small screens. Designed to work especially well for creating Shiny Gadgets.
Inspired by the lovely Ratchet CSS framework, though currently miniUI does not
use any of Ratchet's CSS code.