Skip to content

Commit e205813

Browse files
committed
Bump R version
1 parent 9385ec0 commit e205813

File tree

42 files changed

+53
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+53
-51
lines changed

TODO.md

Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: exponential-pdf-fixtures
2-
Title: exponential pdf test fixtures
2+
Title: Exponential PDF Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates test fixtures for pdf of exponential distribution.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/base/random/randu/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: runif Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks runif.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/abs/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: abs Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks abs.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/acos/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: acos Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks acos.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/acosh/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: acosh Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks acosh.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/asin/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: asin Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks asin.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/asinh/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: asinh Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks asinh.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/atan/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: atan Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks atan.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/atan2/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: atan2 Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks atan2.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/atanh/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: atanh Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks atanh.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/beta/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: beta Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks beta.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: betafixtures
2-
Title: beta test fixtures
2+
Title: beta Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates beta test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/betaln/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: lbeta Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks lbeta.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: lbetafixtures
2-
Title: lbeta test fixtures
2+
Title: lbeta Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates test fixtures for logarithm of beta function.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/binomcoef/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Choose Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks choose.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: lchoosebenchmarks
2-
Title: lchoose benchmarks
2+
Title: lchoose Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks lchoose.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/binomcoefln/test/fixtures/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Gamma Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates gamma test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/cbrt/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Cube Root Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks taking the cube root.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/ceil/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: ceiling Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks ceiling.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/cos/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: cos Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks cos.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/cosh/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: cosh Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks cosh.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/digamma/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: digamma Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks digamma.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: digammafixtures
2-
Title: digamma test fixtures
2+
Title: digamma Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates digamma test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/dirichlet-eta/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: eta Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks eta.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark,
99
pracma

lib/node_modules/@stdlib/math/base/special/dirichlet-eta/test/fixtures/r/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: etafixtures
2-
Title: eta test fixtures
2+
Title: eta Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates eta test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite,
99
pracma

lib/node_modules/@stdlib/math/base/special/erf/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: erf Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks erf.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/erfc/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: erfc Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks erfc.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/erfcinv/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: erfcinv Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks erfcinv.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/erfinv/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: erfinv Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks erfinv.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/exp/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: ceiling Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks ceiling.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/expm1/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: ceiling Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks ceiling.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: factoriallnfixtures
2-
Title: factorialln test fixtures
2+
Title: factorialln Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates factorialln test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: gammafixtures
2-
Title: gamma test fixtures
2+
Title: gamma Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates gamma test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: gammalnfixtures
2-
Title: gammaln test fixtures
2+
Title: gammaln Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates gammaln test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/sin/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: sin Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks sin.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: sqrtbenchmarks
2-
Title: sqrt benchmarks
2+
Title: sqrt Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks sqrt.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/base/special/tan/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: sqrt benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks sqrt.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

lib/node_modules/@stdlib/math/statistics/kstest/test/fixtures/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Kolmogorov-Smirnov Test Fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates test fixtures.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

lib/node_modules/@stdlib/math/statistics/pcorrtest/test/fixtures/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Pearson correlation test fixtures
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Generates test fixtures for Pearson correlation test.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
jsonlite
99
LazyData: true

tools/snippets/benchmark/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: TODO Benchmarks
33
Version: 0.0.0
44
Authors@R: person("stdlib", "js", role = c("aut","cre"))
55
Description: Benchmarks TODO.
6-
Depends: R (>=3.0.0)
6+
Depends: R (>=3.3.3)
77
Imports:
88
microbenchmark
99
LazyData: true

0 commit comments

Comments
 (0)