# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-ggforce VERSION= 0.5.0 KEYWORDS= cran VARIANTS= std SDESC[std]= Accelerating 'ggplot2' HOMEPAGE= https://ggforce.data-imaginist.com CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ DISTFILE[1]= ggforce_0.5.0.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[std]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILDRUN_DEPENDS= R-ggplot2:single:std R-scales:single:std R-tweenr:single:std R-gtable:single:std R-rlang:single:std R-polyclip:single:std R-tidyselect:single:std R-withr:single:std R-lifecycle:single:std R-cli:single:std R-vctrs:single:std R-systemfonts:single:std R-cpp11:single:std USES= cran gmake DISTNAME= ggforce GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [FILE:390:descriptions/desc.single] ggforce: Accelerating 'ggplot2' The aim of 'ggplot2' is to aid in visual data investigations. This focus has led to a lack of facilities for composing specialised plots. 'ggforce' aims to be a collection of mainly new stats and geoms that fills this gap. All additional functionality is aimed to come through the official extension system so using 'ggforce' should be a stable experience. [FILE:104:distinfo] 41b3ea33dc4da774a0047a446676e7c4d6c41592ad9cdb21db8d4efebcfb5d53 906529 CRAN/ggforce_0.5.0.tar.gz [FILE:411:patches/patch-src_robust__predicate_expansion_mp__basic.hpp] --- src/robust_predicate/expansion/mp_basic.hpp.orig 2024-09-17 12:38:32 UTC +++ src/robust_predicate/expansion/mp_basic.hpp @@ -86,7 +86,7 @@ std::is_same::value; # elif defined(FP_FAST_FMAF) bool constexpr _has_fma = - std::is_same::value; + std::is_same::value; # else bool constexpr _has_fma = false; # endif