Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, dev]
pull_request:
branches: [main, master]

Expand Down
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: RcppCGAL
Type: Package
Title: 'Rcpp' Integration for 'CGAL'
Version: 6.0
Date: 2024-12-09
Version: 6.0.0.9000
Date: 2024-01-08
Authors@R:
c(
person(given = "Eric", family = "Dunipace",
Expand All @@ -22,10 +22,8 @@ Description: Creates a header only package to link to the 'CGAL'
see the 'CGAL' documentation at <https://www.cgal.org>. Currently
downloads version 6.0.1 of the 'CGAL' header files.
License: GPL-3
Imports: Rcpp, utils
Imports: Rcpp, utils, knitr, rmarkdown
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
BugReports: https://github.com/ericdunipace/RcppCGAL/issues
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Package RcppCGAL

## Changes in 6.0.1
### Minor improvements and Bug Fixes
* Fixing a bug where some builds of Fedora Linux wouldn't untar header files
* Moving `rmarkdown` to imports so package won't fail building if vignettes are built without suggests

## Changes in 6.0
* Updating header files to CGAL header files to 6.0.1.
* Note that CGAL 6.0 requires C++17 standard.
* Note that the compiler flag to disable GMP has changed in the 6.0 version of CGAL. As a work around, users can use both flags in their 'Makevars' file: "-DCGAL_NO_GMP=1 -DCGAL_DISABLE_GMP=1". CGAL_NO_GMP was the old flag and CGAL_DISABLE_GMP is the new one.

## Changes in 5.6.4

### Minor improvements and Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions RcppCGAL.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: c2792a15-3d91-43ba-a6b5-115f84a00e29

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down
47 changes: 24 additions & 23 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
# Platform

|field |value |
|:--------|:------------------------------------------|
|version |R version 4.4.2 (2024-10-31) |
|os |macOS Sequoia 15.1.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2024-12-09 |
|rstudio |2024.09.1+394 Cranberry Hibiscus (desktop) |
|pandoc |3.1.13 @ /opt/homebrew/bin/pandoc |
|field |value |
|:--------|:------------------------------------------------------------------------------------------------|
|version |R version 4.4.2 (2024-10-31) |
|os |macOS Sequoia 15.2 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2025-01-08 |
|rstudio |2024.12.0+467 Kousa Dogwood (desktop) |
|pandoc |3.2 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/aarch64/ (via rmarkdown) |

# Dependencies

|package |old | new|Δ |
|:--------|:-----|---:|:--|
|RcppCGAL |5.6.4 | 6|* |
|package | old|new |Δ |
|:-----------|---:|:----------|:--|
|RcppCGAL | 6|6.0.0.9000 |* |
|fontawesome | NA|0.5.3 |* |
|xfun | NA|0.50 |* |

# Revdeps

## Failed to check (4)
## Failed to check (3)

|package |version |error |warning |note |
|:----------------|:-------|:---------|:-------|:----|
|[approxOT](failures.md#approxot)|1.1 |__+1__ |-1 |-1 |
|[interpolation](failures.md#interpolation)|0.1.1 |__+1__ | | |
|[WeightedTreemaps](failures.md#weightedtreemaps)|0.1.3 |__+1__ | | |
|[WpProj](failures.md#wpproj)|0.2 |-1 __+1__ |-1 |-1 |
|package |version |error |warning |note |
|:-------------|:-------|:-----|:-------|:----|
|approxOT |1.1 |1 | | |
|interpolation |0.1.1 |1 | | |
|WpProj |0.2 |1 | | |

9 changes: 4 additions & 5 deletions revdep/cran.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
We checked 10 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 4 packages
* We failed to check 3 packages

Issues with CRAN packages are summarised below.

### Failed to check

* approxOT (NA)
* interpolation (NA)
* WeightedTreemaps (NA)
* WpProj (NA)
* approxOT (NA)
* interpolation (NA)
* WpProj (NA)
Loading
Loading