Skip to content

Commit d6272f2

Browse files
committed
chore: remove requirement for C++11
1 parent 63b6276 commit d6272f2

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

DESCRIPTION

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
Package: fracture
22
Title: Convert Decimals to Fractions
3-
Version: 0.2.1
3+
Version: 0.2.2
44
Authors@R:
5-
person(given = "Alexander",
6-
family = "Rossell Hayes",
7-
role = c("aut", "cre", "cph"),
8-
email = "[email protected]",
5+
person("Alexander", "Rossell Hayes", , "[email protected]", role = c("aut", "cre", "cph"),
96
comment = c(ORCID = "0000-0001-9412-0457"))
10-
Description: Provides functions for converting decimals to a
11-
matrix of numerators and denominators or a character vector of
12-
fractions. Supports mixed or improper fractions, finding common
13-
denominators for vectors of fractions, limiting denominators to powers
14-
of ten, and limiting denominators to a maximum value. Also includes
15-
helper functions for finding the least common multiple and greatest
16-
common divisor for a vector of integers. Implemented using C++ for
17-
maximum speed.
7+
Description: Provides functions for converting decimals to a matrix of
8+
numerators and denominators or a character vector of fractions.
9+
Supports mixed or improper fractions, finding common denominators for
10+
vectors of fractions, limiting denominators to powers of ten, and
11+
limiting denominators to a maximum value. Also includes helper
12+
functions for finding the least common multiple and greatest common
13+
divisor for a vector of integers. Implemented using C++ for maximum
14+
speed.
1815
License: MIT + file LICENSE
1916
URL: https://fracture.rossellhayes.com/,
2017
https://github.com/rossellhayes/fracture
@@ -29,8 +26,7 @@ Suggests:
2926
withr
3027
LinkingTo:
3128
Rcpp
29+
Config/testthat/edition: 3
3230
Encoding: UTF-8
3331
Roxygen: list(markdown = TRUE)
34-
RoxygenNote: 7.2.0
35-
SystemRequirements: C++11
36-
Config/testthat/edition: 3
32+
RoxygenNote: 7.3.3

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# fracture 0.2.2
2+
3+
* Remve unnecessary system requirement for C++11. R's default is now C++17.
4+
15
# fracture 0.2.1
26

37
## New features

man/fracture-package.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)