Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
273 commits
Select commit Hold shift + click to select a range
998cd14
Use the correct macros for eigen_version.
dmbates Jun 23, 2011
00c790d
Add the SymmEig lm method. Preliminary support for setting a toleran…
dmbates Jun 23, 2011
468b435
Add a simple example.
dmbates Jun 23, 2011
5b8a0d2
Don't try to extract names that aren't there.
dmbates Jun 23, 2011
b972613
tighten code a bit
dmbates Jun 25, 2011
af6fc66
Add lm benchmark example
dmbates Jun 25, 2011
a8347c3
Include sample code for the Moore-Penrose inverse. There are better …
dmbates Jun 27, 2011
e420917
Add a wrap method (compiles but currently untested) for Eigen::Sparse…
dmbates Jun 27, 2011
0a59cab
Print the results from do_bench() so echo=TRUE is not needed when sou…
dmbates Jun 28, 2011
e970f69
Syntax errors corrected.
dmbates Jun 29, 2011
f3480e3
make Maintainers equal to Authors (but keep our joint email address)
eddelbuettel Jun 29, 2011
9466a20
Code simplification suggested by Gael Guennebaud
dmbates Jun 30, 2011
90e9847
dmbates Jun 30, 2011
7a1e19a
Commit interim version of the SimplicialLLT and SimplicialLDLT classe…
dmbates Jul 8, 2011
e9f1324
Add wrap methods for mapped Eigen objects; Initial support for as<> w…
dmbates Jul 8, 2011
9e81f1f
Prepare for a new release.
dmbates Jul 8, 2011
21cacde
Added tests of wrap and as. Need to create an as method for mapped a…
dmbates Jul 9, 2011
3e9782f
s/Armadillo/Eigen/ in a few places
eddelbuettel Jul 9, 2011
868e34d
Added as methods for mapped vectors and mapped matrices (still some c…
dmbates Jul 10, 2011
c31bf70
Added some begin and end methods to PlainObjectBase template through …
dmbates Jul 10, 2011
80ce1df
*** empty log message ***
dmbates Jul 10, 2011
a65ee5f
first steps into dealing with Eigen expressions
romainfrancois Jul 13, 2011
663f4ec
deal with dimensions in eigen_wrap_is_plain
romainfrancois Jul 13, 2011
ee4d0d8
comment non generic implementations
romainfrancois Jul 13, 2011
e122fcf
comment non generic implementations
romainfrancois Jul 13, 2011
ebada98
dispatch sparse/dense and generalizes dealing with sparse objects
romainfrancois Jul 13, 2011
ebec429
Dispatch on wrap to vector according to T::ColsAtCompileTime; modify …
dmbates Jul 13, 2011
6321d10
*** empty log message ***
dmbates Jul 13, 2011
ba6c749
added as methods for Eigen::SparseMatrix and Eigen::MappedSparseMatri…
dmbates Jul 15, 2011
c694e7d
Remove some debugging code accidently left in.
dmbates Jul 16, 2011
e806285
clean up code, taking advantage of the more general wrap methods
dmbates Jul 18, 2011
1aba8e3
Added matrixLDL method
dmbates Jul 26, 2011
bb0117c
*** empty log message ***
dmbates Jul 26, 2011
60ccc60
Separate the tests for sparse matrices.
dmbates Jul 27, 2011
244bc1e
Create stubs and the Cholmod header. (To Do: make the stubs inline f…
dmbates Jul 28, 2011
e85f506
Add support for Cholmod functions linked through the Matrix package. …
dmbates Jul 28, 2011
bb3205c
Extended CholmodDecomposition analyzePattern and factorize to support…
dmbates Jul 28, 2011
31799cf
Inlined the function definitions so it is a header file now
dmbates Jul 28, 2011
4f8db7c
dmbates Jul 28, 2011
8f30060
Include the stubs unconditionally
dmbates Jul 28, 2011
22ede00
Added a solveType member - there will be better ways of doing this
dmbates Jul 28, 2011
6bdd72a
Allow rectangular matrix in CholmodDecomposition's factorize method. …
dmbates Jul 29, 2011
a9f9a5c
Add a declaration of log determinant squared function.
dmbates Jul 29, 2011
caac3fc
Add LLtAuto method (which doesn't seem to work), more extractors and …
dmbates Jul 29, 2011
2be1b38
Trying to fix the memory problems from the CholmodDecomposition solve…
dmbates Jul 31, 2011
d9d84a0
Attempted fix of problem of freeing Map'ed memory in the Cholmod solve.
dmbates Aug 10, 2011
e3cb8cb
Add a solveInPlace method to try to avoid memory problems.
dmbates Aug 11, 2011
bef3130
By-passing the const reference
dmbates Aug 12, 2011
d2e9d83
Upgrade to Eigen release 3.0.2
dmbates Aug 28, 2011
60c76ad
Upgrade to Eigen release 3.0.2
dmbates Aug 28, 2011
c31d58e
Update to Eigen 3.0.2
dmbates Aug 31, 2011
c21a532
Delete my addition of a CholmodAutoLLt mode, which is not needed (I m…
dmbates Aug 31, 2011
82bd4cc
New release. ifdef the use of "long long" using RCPP_HAS_LONG_LONG_T…
dmbates Sep 2, 2011
a8032fb
*** empty log message ***
dmbates Sep 2, 2011
19cb83e
Remove forward declaration of non-existent templated function.
dmbates Sep 11, 2011
e379167
Remove the solvetype specification for the solve method (but type is …
dmbates Sep 12, 2011
ba6cd95
dmbates Sep 12, 2011
f753daa
Default compiler options now include -DNDEBUG to satisfy the R packag…
dmbates Sep 13, 2011
dfa47a9
Force the -DNDEBUG flag to satisfy R CMD check in R-2.14.0 and higher
dmbates Sep 13, 2011
b87c48a
Avoid compiler warnings about comparing signed and unsigned values.
dmbates Sep 16, 2011
b2d5da1
Update to Eigen 3.0.3, add first draft of introduction.
dmbates Oct 20, 2011
13efff7
dmbates Oct 21, 2011
a26f833
Removed the code for crossprod and tcrossprod, hence remove this test.
dmbates Oct 21, 2011
92b885f
Update to version 3.0.3 of Eigen, new version number and date.
dmbates Oct 21, 2011
dff5e62
Added to the vignette.
dmbates Oct 21, 2011
6522641
Renumber methods according to new scheme. Remove redundant call to "…
dmbates Oct 21, 2011
543371c
Align documentation with new code.
dmbates Oct 21, 2011
bcc4135
Clean up code.
dmbates Oct 21, 2011
68d5c03
Allow optional arguments to be passed to printCoefmat; adapt to new r…
dmbates Oct 26, 2011
219f5cb
Suppress messages and provide additional information about Eigen vers…
dmbates Oct 26, 2011
b4ec9a7
Extend the introductory document.
dmbates Oct 26, 2011
66c8a7f
Test all methods
dmbates Oct 26, 2011
a536126
Add externally callable functions for Eigen version and SSE instructi…
dmbates Oct 26, 2011
63907ea
Correct the rank-deficient case for SymmEig; clean up code.
dmbates Oct 26, 2011
4f5aa3b
Recent upstream updates
dmbates Oct 26, 2011
0e49baa
Update to Matrix_1.0.2 versions
dmbates Oct 26, 2011
be7f790
Use a macro for XtX temporarily. Clean up code.
dmbates Oct 26, 2011
ecb50af
Describe the SymmEig method correctly.
dmbates Oct 26, 2011
ce176f4
Use a method for XtX but returning a MatrixXd, not a view.
dmbates Oct 26, 2011
4213013
Add references to the vignette.
dmbates Oct 26, 2011
52b5ec8
Date of release and dependency updates.
dmbates Oct 26, 2011
ad2e2df
*** empty log message ***
dmbates Oct 26, 2011
bdcd548
Rephrasing the description.
dmbates Oct 27, 2011
ce1fbd0
Explain the use of the -DNDEBUG flag.
dmbates Oct 27, 2011
ff244e1
Revise vignette using the LaTeX listings style.
dmbates Oct 27, 2011
92c4061
Suppress the unitTests vignette
dmbates Oct 27, 2011
9a99f38
first partial pass (but only up to Section 3.1)
eddelbuettel Oct 29, 2011
4204439
initial first pass completed
eddelbuettel Oct 29, 2011
5b19360
as a suggestion, consider this alternative to listings: using the ext…
eddelbuettel Oct 30, 2011
1e586b4
style police: nuke most uses of 'We' or 'we'
eddelbuettel Oct 30, 2011
d2127a5
Extend rank calculations to other decompositions
dmbates Oct 31, 2011
c87290e
More conversion of listings to the highlight style - not yet finished…
dmbates Oct 31, 2011
b64145a
Move intro vignette to a vignette directory per R-2.14.0 guidelines
dmbates Nov 1, 2011
66088f6
Use asDiagonal method, not constructor for DiagonalMatrix templated c…
dmbates Nov 1, 2011
b6ed10c
Require R(>= 2.14.0)
dmbates Nov 1, 2011
32e84c8
Get the name right
dmbates Nov 1, 2011
c0dc650
Move vignette directory to vignettes
dmbates Nov 1, 2011
336f075
nuking vignette/
eddelbuettel Nov 1, 2011
4a5b86d
Force copy of Rcpp.bib to inst/doc in installed package
dmbates Nov 1, 2011
450fc77
Reformulate vignette using highlight throughout on the C++ code secti…
dmbates Nov 1, 2011
759f32c
add two \begin{quote} & \end{quote} to figures
eddelbuettel Nov 2, 2011
8c6134f
tried to find a reference for C++11, added 'official' one but that is…
eddelbuettel Nov 3, 2011
4074b2d
reset R's prompt via option(), expand two Rcpp citations
eddelbuettel Nov 3, 2011
fd0e159
Remove partial definitions of .begin() and .end() for MatrixBase. Th…
dmbates Nov 3, 2011
9f39975
Minor changes in Eigen sources
dmbates Nov 3, 2011
341b7d7
An unsuccessful attempt to define a wrap specialization for the Eigen…
dmbates Nov 3, 2011
7a6e116
Added an example of the sparse Cholesky decomposition classes Simplic…
dmbates Nov 3, 2011
e8af2c6
Got the wrap method for CholmodDecomposition working and incorporated…
dmbates Nov 3, 2011
37df40a
removing as per email discussions with Doug
eddelbuettel Nov 3, 2011
157bea9
set the ignore flag on a number of volatile latex / bibtex / sweave f…
eddelbuettel Nov 3, 2011
0198ed0
beginnings of JSS version -- as plain latex, not sweave
eddelbuettel Nov 4, 2011
b9a1d70
Use NAMESPACE instead of .onLoad
dmbates Nov 4, 2011
505dc3d
committed after just adding
eddelbuettel Nov 5, 2011
39d1feb
removing .aux and .pdf from svn
eddelbuettel Nov 5, 2011
4a010e6
a little more work -- first Sweave section non-sweave'd
eddelbuettel Nov 5, 2011
1716894
changes up to end of section 3
eddelbuettel Nov 6, 2011
13dd31d
now converted to JSS style with "poor man's sweave" and a pure latex …
eddelbuettel Nov 6, 2011
6c03893
this adds two pagebreaks earlier
eddelbuettel Nov 6, 2011
a67da57
critical 'face-palm' fix for code.R
eddelbuettel Nov 6, 2011
dfcbf1f
Mostly minor changes in phrasing
dmbates Nov 7, 2011
217655d
carried text changes from rev3309 over
eddelbuettel Nov 8, 2011
ddc3222
remove quote env in figures, now floats fit (yay!)
eddelbuettel Nov 8, 2011
eb0ed72
Tighten up the code. Synchronize figures with code.
dmbates Nov 8, 2011
f9ab9cf
carries text-part changes from Doug's rev3312 over to jss draft
eddelbuettel Nov 8, 2011
6922f29
this should align all code example in RcppEigen-intro-jss.tex with th…
eddelbuettel Nov 9, 2011
d44432e
corrects two cxxfunction() calls adding 'incl'
eddelbuettel Nov 9, 2011
272030a
Clean up code fragments and some phrasings.
dmbates Nov 9, 2011
823f4ce
minor tweak giving a nicer address for Doug
eddelbuettel Nov 9, 2011
ca6a2ce
Added another fastLm method using the Lapack subroutine dgesdd for th…
dmbates Nov 10, 2011
1f0a084
Tightened the code a bit. Tried unsuccessfully to get rid of the wid…
dmbates Nov 10, 2011
e73b616
some small fixes
eddelbuettel Nov 11, 2011
37b8937
small fix, and one question
eddelbuettel Nov 12, 2011
08656b8
folds Doug's newer benchmark results into the mix
eddelbuettel Nov 12, 2011
5ad795f
new title per Doug's suggestion
eddelbuettel Nov 12, 2011
020612c
title in 'Title Style' (cf http://www.jstatsoft.org/style/)
eddelbuettel Nov 12, 2011
9dca17d
captions below, without \bf, \it, ... and ending with dot (cf http://…
eddelbuettel Nov 12, 2011
f4250a6
i.e. in \textit
eddelbuettel Nov 12, 2011
c807d37
bit more spit and polish, finally added 'ISO/IEC 2011' as a C++ 2011 …
eddelbuettel Nov 12, 2011
b44d851
brown-paper bag fix to use of Named()
eddelbuettel Nov 13, 2011
576f7b4
some more spit and polish
eddelbuettel Nov 13, 2011
022f176
Minor edits, eliminated the display of one set of coefficient estimates.
dmbates Nov 14, 2011
0249e50
Remove the older .Rnw file
dmbates Nov 14, 2011
cc50c78
Commit changes prior to moving back into inst/doc
dmbates Nov 14, 2011
44325bb
Move vignette sources back into inst/doc
dmbates Nov 14, 2011
d569eff
move code.R into inst/doc
dmbates Nov 14, 2011
ec70fad
No longer needed
dmbates Nov 14, 2011
b3d8400
move jss.bst into inst/doc
dmbates Nov 14, 2011
75590bd
Rename the .tex file to .Rnw to get the index rebuilt.
dmbates Nov 14, 2011
c62d3fb
Renaming the .tex file as .Rnw had no effect so revert that change.
dmbates Nov 14, 2011
9f765f7
Now moving things back into the vignettes directory, sigh.
dmbates Nov 14, 2011
1559c44
Now moving things back into the vignettes directory, sigh.
dmbates Nov 14, 2011
3460520
Now moving things back into the vignettes directory, sigh.
dmbates Nov 14, 2011
440f7fd
Bump version number
dmbates Nov 14, 2011
1b22e34
Make the vignette a vignette even though the changes have no effect. …
dmbates Nov 14, 2011
3a327a0
JSS corrections.
dmbates Dec 2, 2011
c39a119
two minor fixes, plus a bunch of Emacs whitespace changes (?)
eddelbuettel Dec 2, 2011
9299b36
modify fallback location of unitTest output files to be the RcppEigen…
eddelbuettel Dec 23, 2011
42a5f12
Minor typo in a comment
dmbates Dec 31, 2011
c29fb9d
Allow for wrapping sparse row-major matrices.
dmbates Jan 18, 2012
de62a47
Allow import of compressed row sparse matrices. Add test of same.
dmbates Feb 3, 2012
5893830
Add as templates for ArrayXd and ArrayXXd
dmbates Feb 28, 2012
fc4d356
Correct a typo.
dmbates Mar 3, 2012
3b52be8
Massive changes in upgrade to Eigen-3.1.0-alpha2
dmbates Mar 8, 2012
e76eb25
Remove the CMakeLists.txt files
dmbates Mar 8, 2012
ae37903
Remove the CMakeLists.txt files
dmbates Mar 8, 2012
976f8e3
Add testthat test files, temporarily disabled for R CMD check because…
dmbates Mar 8, 2012
eb1edbe
Forgot to turn off the error checking as per the requirements of R CM…
dmbates Mar 8, 2012
b8fb1fd
Delete the unsupported/Eigen/src/MoreVectorization module which we do…
dmbates Mar 8, 2012
d21f7df
Delete the unsupported/Eigen/src/MoreVectorization module which we do…
dmbates Mar 8, 2012
598f5d7
Update Changelog and NEWS which is generated from an org-mode file NE…
dmbates Mar 8, 2012
8b3791a
Remove an include of RcppEigenConfig.h which is no longer needed.
dmbates Mar 8, 2012
2da356d
Update to repository version from 2012-03-09
dmbates Mar 10, 2012
b0bb903
Update to repository version from 2012-03-09
dmbates Mar 10, 2012
b3eafcc
Clean up. I defined the results then reevaluated them.
dmbates Mar 13, 2012
d0201ea
Change the wrap methods to avoid creating Rcpp::Dimension objects (wh…
dmbates Mar 13, 2012
9943742
undo ignore on .tex files
eddelbuettel May 9, 2012
1b04a7d
added \hrule to code floats
eddelbuettel May 10, 2012
a7dc742
added \hrule to code floats I had missed in the last round
eddelbuettel May 10, 2012
3fc4310
Remove the redundant CMakeLists.txt files
dmbates Jun 25, 2012
05e71d8
Remove the redundant CMakeLists.txt files
dmbates Jun 25, 2012
0d7391d
Version 0.3.0 with upgrade of Eigen to Eigen 3.1
dmbates Jun 26, 2012
9032e5f
Version 0.3.0 with upgrade of Eigen to Eigen 3.1
dmbates Jun 26, 2012
c2ccf62
Upgrade to 0.3.0 with Eigen-3.1.0
dmbates Jun 26, 2012
484423a
Changes in vignette and explanations in response. code.R is changed …
dmbates Jul 2, 2012
fa1c1b6
minor extension also mentioning RcppGSL in the horse races
eddelbuettel Jul 3, 2012
0e07a13
Update responses to referee.
dmbates Jul 10, 2012
f72bc2b
Slight update in code (not actually included in vignette).
dmbates Jul 10, 2012
0b6f917
added to ignore local latex file
eddelbuettel Jul 10, 2012
74f6501
Change maintainer and release date
dmbates Jul 11, 2012
f1d494c
Update vignette and tests. New release.
dmbates Jul 17, 2012
7f43abd
o corrections in fastLm.R for no-intercept case
eddelbuettel Jul 18, 2012
ed637bc
See fortune("sermon")
dmbates Jul 18, 2012
4d4a495
o improved test for intercept once more with a tip of the hat to Doug
eddelbuettel Jul 19, 2012
1667317
o correct residual standard error display
eddelbuettel Jul 19, 2012
4d4cb1c
Some modifications to sparse Cholesky example - still can't get wrap(…
dmbates Jul 27, 2012
b0eebc6
Fumbling around to try to get wrap(CholmodDecomposition) working
dmbates Jul 27, 2012
ef3dbc7
Got wrap of complex vectors, matrices and arrays working. Restored t…
dmbates Jul 27, 2012
ade099f
Upgrade to version 3.1 of Eigen library
dmbates Jul 27, 2012
31cf77b
Bump the date.
dmbates Jul 28, 2012
f230c93
New version of wrap code provides correct answer to the badtrans example
dmbates Jul 28, 2012
aee0602
Because of changes in R, -DNDEBUG is automatic.
dmbates Jul 28, 2012
9e2c5c1
More fixes to RcppEigenWrap.h and adjustment of tests accordingly.
dmbates Jul 28, 2012
e81bdf9
Another suggest from Gael Guennebaud to allow row vectors to be wrapped.
dmbates Jul 30, 2012
545cbdb
Updates for release of RcppEigen_0.3.1 (Date, Changelog)
dmbates Aug 7, 2012
38bc87a
Remove unused extractor functions.
dmbates Aug 14, 2012
349cddb
(Final?) updates to paper, vignette and code
dmbates Aug 14, 2012
9afbf62
A couple of updates
eddelbuettel Aug 14, 2012
1798cb8
add CxxFlags() and RcppEigenCxxFlags() for use in Makefiles
eddelbuettel Aug 15, 2012
c0828c3
Updates of R package numbers and release years.
dmbates Sep 26, 2012
226995f
Committed JSS version as vignette in nojss format
eddelbuettel Sep 29, 2012
0419108
renamed
eddelbuettel Sep 29, 2012
09eaffd
compatinility with Rcpp 0.10.1
romainfrancois Nov 28, 2012
cc67bb3
passing R CMD check
romainfrancois Nov 29, 2012
1d3dddb
Upgrade to version 3.1.2 of Eigen, change RcppEigen version number to…
dmbates Nov 29, 2012
4c0a9ff
CITATION file added and reference in manual pages added as suggested …
eddelbuettel Jan 15, 2013
d149637
JSS paper will not appear.
dmbates Jan 24, 2013
48020d7
housekeeping
eddelbuettel Jan 26, 2013
6af1178
housekeeping
eddelbuettel Jan 26, 2013
1654ea6
reversed commit 4223
eddelbuettel Feb 2, 2013
8666dd2
Update ChangeLog and NEWS for release requested by Achim
eddelbuettel Feb 3, 2013
47fd98b
Updated vignette to version in JSS, with proper short intro referenci…
eddelbuettel Feb 18, 2013
b3a978f
Create a version compatible with updates cholmod_factor struct in Mat…
dmbates Oct 14, 2013
2771900
Release date
dmbates Oct 24, 2013
4114fdc
Update to version 3.2.0 of Eigen
dmbates Nov 11, 2013
769f453
Create README.md
dmbates Nov 11, 2013
1619f9a
Modifications to CholmodSupport.h for lme4
dmbates Nov 11, 2013
0d54b2e
Merge branch 'Eigen_3.2.0' of github.com:RcppCore/RcppEigen into orig…
dmbates Nov 11, 2013
79f2bf5
Update README
dmbates Nov 11, 2013
f8d57a2
Relax version requirements on Rcpp and R
dmbates Nov 12, 2013
f2f97d9
Merge pull request #1 from RcppCore/Eigen_3.2.0
dmbates Nov 12, 2013
23edbaf
Add Rcpp and testthat packages to the travis checks.
dmbates Nov 12, 2013
3981059
Add travis check status icon.
dmbates Nov 12, 2013
e704849
Drop unnecessary package installations.
dmbates Nov 12, 2013
87f7fa0
Remove versioned LinkingTo to provide compatibility with R (< 3.0.2)
dmbates Nov 13, 2013
a0376b3
using attributes
romainfrancois Nov 14, 2013
03ba2d7
using attributes, and requiring Rcpp >= 0.10.6.2
romainfrancois Nov 14, 2013
d45b00d
relaxing the dependency so that it builds on travis
romainfrancois Nov 14, 2013
29ea46b
replacing .Call calls
romainfrancois Nov 14, 2013
5314b5c
avoid clash between fastlm generated by attributes and fastLm defined…
romainfrancois Nov 14, 2013
46895cf
regenerate attributes code
romainfrancois Nov 14, 2013
66b5fde
typo
romainfrancois Nov 14, 2013
15d7702
rm spurious extra arg
romainfrancois Nov 14, 2013
5e03bf8
Bump version number and date.
dmbates Nov 15, 2013
5f9dd10
Remove the calls to the R function Rcpp:::LdFlags() in PKG_LIBS
dmbates Nov 15, 2013
7e46f2b
install Rcpp version from Github for travis testing
eddelbuettel Nov 16, 2013
ba7edce
correct call is 'github_package abc/def'
eddelbuettel Nov 16, 2013
7431fdd
try Depends: Rcpp
romainfrancois Nov 16, 2013
7aa1b16
Merge branch 'Rcppheaderonly' of https://github.com/RcppCore/RcppEige…
romainfrancois Nov 16, 2013
c1e24c6
dealing with compiler ambiguity
romainfrancois Nov 16, 2013
256e477
ooops
romainfrancois Nov 16, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vignettes/jss835/
vignettes/RcppEigen-intro-nojss.*
NEWS.org
vignettes/jss.bst
.travis.yml
40 changes: 40 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Sample .travis.yml for R projects.
#
# See https://github.com/craigcitro/r-travis
#
# Running with default settings which for now means 'no manual, no vignettes'
# and checking '--as-cran'.

language: c
script: ./travis-tool.sh run_tests
before_install:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
install:
- ./travis-tool.sh r_install RUnit inline testthat
- ./travis-tool.sh github_package RcppCore/Rcpp
after_script:
- ./travis-tool.sh dump_logs
notifications:
email:
on_success: change
on_failure: change

# Options used for building or testing your R package can be
# controlled by uncommenting one or both of the following; the values
# here are the defaults:
env:
global:
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
# See the travis docs for more information:
# http://about.travis-ci.org/docs/user/build-configuration/#The-Build-Matrix


# Also works but is slower as it needs devtools:
# - ./travis-tool.sh install_deps

# Currently unused (and GSL used for illustration)
# - ./travis-tool.sh aptget_install libgsl0-dev

Loading