|
| 1 | +2016-03-04 Dirk Eddelbuettel < [email protected]> |
| 2 | + |
| 3 | + * inst/unitTests/runit.Function.R: Switched to '/usr/bin/env r' |
| 4 | + * inst/unitTests/runit.table.R: Idem |
| 5 | + * inst/unitTests/runit.as.R: Idem |
| 6 | + * inst/unitTests/runit.Date.R: Idem |
| 7 | + * inst/unitTests/runit.misc.R: Idem |
| 8 | + * inst/unitTests/runit.Language.R: Idem |
| 9 | + * inst/unitTests/runit.subset.R: Idem |
| 10 | + * inst/unitTests/runit.wrap.R: Idem |
| 11 | + * inst/unitTests/runit.sugar.R: Idem |
| 12 | + * inst/unitTests/runit.na.R: Idem |
| 13 | + * inst/unitTests/runit.String.R: Idem |
| 14 | + * inst/unitTests/runit.Vector.R: Idem |
| 15 | + * inst/unitTests/runit.environments.R: Idem |
| 16 | + * inst/unitTests/runit.Reference.R: Idem |
| 17 | + * inst/unitTests/runit.Matrix.R: Idem |
| 18 | + * inst/unitTests/runit.client.package.R: Idem |
| 19 | + * inst/unitTests/runit.binary.package.R: Idem |
| 20 | + * inst/unitTests/runit.support.R: Idem |
| 21 | + * inst/unitTests/runit.S4.R: Idem |
| 22 | + * inst/unitTests/runit.RObject.R: Idem |
| 23 | + * inst/unitTests/runit.modref.R: Idem |
| 24 | + * inst/unitTests/runit.InternalFunctionCPP11.R: Idem |
| 25 | + * inst/unitTests/runit.attributes.R: Idem |
| 26 | + * inst/unitTests/runit.sugar.var.R: Idem |
| 27 | + * inst/unitTests/runit.Module.R: Idem |
| 28 | + * inst/unitTests/runit.XPTr.R: Idem |
| 29 | + * inst/unitTests/runit.Module.client.package.R: Idem |
| 30 | + * inst/unitTests/runit.stats.R: Idem |
| 31 | + * inst/unitTests/runit.rmath.R: Idem |
| 32 | + * inst/unitTests/runit.DataFrame.R: Idem |
| 33 | + * inst/unitTests/runit.wstring.R: Idem |
| 34 | + * inst/unitTests/runit.InternalFunction.R: Idem |
| 35 | + |
| 36 | +2016-03-03 Dirk Eddelbuettel < [email protected]> |
| 37 | + |
| 38 | + * inst/examples/FastLM/benchmarkLongley.r: Switched to '/usr/bin/env r' |
| 39 | + * inst/examples/FastLM/fastLMviaArmadillo.r: Idem |
| 40 | + * inst/examples/FastLM/fastLMviaGSL.r: Idem |
| 41 | + * inst/examples/FastLM/lmArmadillo.R: Idem |
| 42 | + * inst/examples/FastLM/lmGSL.R: Idem |
| 43 | + * inst/examples/FastLM/benchmark.r: Idem |
| 44 | + * inst/examples/ConvolveBenchmarks/exampleRCode.r: Idem |
| 45 | + |
| 46 | +2016-02-27 Dirk Eddelbuettel < [email protected]> |
| 47 | + |
| 48 | + * inst/examples/RcppInline/RcppInlineWithLibsExamples.r: Switched to |
| 49 | + using '/usr/bin/env r', switch to using 'cxxfunction' and RcppGSL plugin |
| 50 | + |
| 51 | + * inst/examples/RcppInline/external_pointer.r: Switched to '/usr/bin/env r' |
| 52 | + * inst/examples/RcppInline/RcppInlineExample.r: Idem |
| 53 | + * inst/examples/ConvolveBenchmarks/overhead.r: Idem |
| 54 | + |
| 55 | + * inst/include/Rcpp/Fast.h (Rcpp): Undo two const declarations |
| 56 | + |
| 57 | +2016-02-23 Dirk Eddelbuettel < [email protected]> |
| 58 | + |
| 59 | + * inst/examples/OpenMP/OpenMPandInline.r: Switched to '/usr/bin/env r' |
| 60 | + * inst/examples/RcppInline/RcppSimpleExample.r: Idem |
| 61 | + * inst/examples/RcppInline/RObject.r: Idem |
| 62 | + * inst/examples/RcppInline/UncaughtExceptions.r: Idem |
| 63 | + |
| 64 | +2016-02-21 Dirk Eddelbuettel < [email protected]> |
| 65 | + |
| 66 | + * inst/examples/functionCallback/newApiExample.r (vecfunc): Switched to |
| 67 | + using '/usr/bin/env r', switch to using 'cxxfunction' |
| 68 | + |
| 69 | + * inst/examples/Misc/fibonacci.r: Switched to using '/usr/bin/env r', |
| 70 | + added explicit load of Rcpp package |
| 71 | + |
| 72 | + * inst/examples/Misc/newFib.r: Switched to using '/usr/bin/env r' |
| 73 | + * inst/examples/Misc/ifelseLooped.r: Idem |
| 74 | + * inst/examples/Misc/piBySimulation.r: Idem |
| 75 | + * inst/examples/SugarPerformance/sugarBenchmarks.r: Idem |
| 76 | + |
1 | 77 | 2016-02-16 Dirk Eddelbuettel < [email protected]> |
2 | 78 |
|
3 | 79 | * vignettes/Rcpp-FAQ.Rnw: Added answer on fixed-size limit of arguments |
|
0 commit comments