Skip to content

Instantly share code, notes, and snippets.

@PaulMougel
Created August 20, 2014 13:22
Show Gist options
  • Save PaulMougel/8c70e93fed159a56c1e6 to your computer and use it in GitHub Desktop.
Save PaulMougel/8c70e93fed159a56c1e6 to your computer and use it in GitHub Desktop.
rstats install fails
~/t/rstats ❯❯❯ npm i rstats ⏎
npm WARN package.json tmp@0.0.0 No description
npm WARN package.json tmp@0.0.0 No repository field.
npm WARN package.json tmp@0.0.0 No README data
npm http GET https://registry.npmjs.org/rstats
npm http GET https://registry.npmjs.org/rstats
npm http 304 https://registry.npmjs.org/rstats
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
> rstats@0.0.6 install /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
> node-gyp rebuild
CXX(target) Release/obj.target/R/src/rl.o
../src/rl.cpp:1:9: warning: 'BUILDING_NODE_EXTENSION' macro redefined
#define BUILDING_NODE_EXTENSION
^
<command line>:4:9: note: previous definition is here
#define BUILDING_NODE_EXTENSION 1
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:131:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/exceptions.h:164:38: error: cannot use typeid with -fno-rtti
std::string ex_class = demangle( typeid(ex).name() ) ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/exceptions.h:196:9: error: cannot use 'throw' with exceptions disabled
throw Rcpp::exception(message.c_str());
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:132:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/proxy.h:35:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/SlotProxy.h:31:17: error: cannot use 'throw' with exceptions
disabled
throw no_such_slot() ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/SlotProxy.h:68:17: error: cannot use 'throw' with exceptions
disabled
throw no_such_slot() ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/SlotProxy.h:90:27: error: cannot use 'throw' with exceptions
disabled
if( !Rf_isS4(x) ) throw not_s4() ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/SlotProxy.h:95:27: error: cannot use 'throw' with exceptions
disabled
if( !Rf_isS4(x) ) throw not_s4() ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/SlotProxy.h:101:27: error: cannot use 'throw' with exceptions
disabled
if( !Rf_isS4(x) ) throw not_s4() ;
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:132:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/proxy.h:38:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/DottedPairProxy.h:30:40: error: cannot use 'throw' with
exceptions disabled
if( index_ >= v.length() ) throw index_out_of_bounds() ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/proxy/DottedPairProxy.h:81:40: error: cannot use 'throw' with
exceptions disabled
if( index_ >= v.length() ) throw index_out_of_bounds() ;
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:142:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/Interrupt.h:61:13: error: cannot use 'throw' with exceptions disabled
throw internal::InterruptedException();
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:163:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/r_cast.h:36:17: error: cannot use 'throw' with exceptions disabled
throw not_compatible( std::string("could not convert using R function : ") + fun ) ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/r_cast.h:45:13: error: cannot use 'throw' with exceptions disabled
throw not_compatible( "not compatible" ) ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/r_cast.h:60:17: error: cannot use 'throw' with exceptions disabled
throw ::Rcpp::not_compatible( "not compatible with requested type" ) ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/r_cast.h:106:17: error: cannot use 'throw' with exceptions disabled
throw ::Rcpp::not_compatible( "not compatible with STRSXP" ) ;
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:167:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/internal/export.h:82:30: error: cannot use 'throw' with exceptions
disabled
if( ! ::Rf_isString( x) ) throw ::Rcpp::not_compatible( "expecting a string vector" ) ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/internal/export.h:136:30: error: cannot use 'throw' with exceptions
disabled
if( ! ::Rf_isString( x) ) throw Rcpp::not_compatible( "expecting a string vector" ) ;
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:169:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/as.h:25:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/internal/Exporter.h:82:21: error: cannot use 'throw' with exceptions
disabled
throw ::Rcpp::not_a_matrix() ;
^
In file included from ../src/rl.cpp:3:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInside.h:26:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/RInside/include/RInsideCommon.h:38:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/RcppCommon.h:169:
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/as.h:32:39: error: cannot use 'throw' with exceptions disabled
if( ::Rf_length(x) != 1 ) throw ::Rcpp::not_compatible( "expecting a single value" ) ;
^
/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/library/Rcpp/include/Rcpp/as.h:47:17: error: cannot use 'throw' with exceptions disabled
throw ::Rcpp::not_compatible( "expecting a string" ) ;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
make: *** [Release/obj.target/R/src/rl.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:807:12)
gyp ERR! System Darwin 13.3.0
gyp ERR! command "node" "/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! rstats@0.0.6 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the rstats@0.0.6 install script.
npm ERR! This is most likely a problem with the rstats package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls rstats
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.3.0
npm ERR! command "/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/bin/node" "/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/bin/npm" "i" "rstats"
npm ERR! cwd /Volumes/Mac/Utilisateurs/pmougel/tmp/rstats
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Volumes/Mac/Utilisateurs/pmougel/tmp/rstats/npm-debug.log
npm ERR! not ok code 0
0 info it worked if it ends with ok
1 verbose cli [ '/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/bin/node',
1 verbose cli '/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/bin/npm',
1 verbose cli 'i',
1 verbose cli 'rstats' ]
2 info using npm@1.4.9
3 info using node@v0.10.28
4 warn package.json tmp@0.0.0 No description
5 warn package.json tmp@0.0.0 No repository field.
6 warn package.json tmp@0.0.0 No README data
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'rstats', null ]
9 verbose cache add name=undefined spec="rstats" args=["rstats",null]
10 verbose parsed url { protocol: null,
10 verbose parsed url slashes: null,
10 verbose parsed url auth: null,
10 verbose parsed url host: null,
10 verbose parsed url port: null,
10 verbose parsed url hostname: null,
10 verbose parsed url hash: null,
10 verbose parsed url search: null,
10 verbose parsed url query: null,
10 verbose parsed url pathname: 'rstats',
10 verbose parsed url path: 'rstats',
10 verbose parsed url href: 'rstats' }
11 silly lockFile 19d0184f-rstats rstats
12 verbose lock rstats /Volumes/Mac/Utilisateurs/pmougel/.npm/19d0184f-rstats.lock
13 silly lockFile 19d0184f-rstats rstats
14 silly lockFile 19d0184f-rstats rstats
15 verbose addNamed [ 'rstats', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile bb5d34be-rstats rstats@
18 verbose lock rstats@ /Volumes/Mac/Utilisateurs/pmougel/.npm/bb5d34be-rstats.lock
19 silly addNameRange { name: 'rstats', range: '*', hasData: false }
20 verbose url raw rstats
21 verbose url resolving [ 'https://registry.npmjs.org/', './rstats' ]
22 verbose url resolved https://registry.npmjs.org/rstats
23 info trying registry request attempt 1 at 15:18:28
24 verbose etag "392QPJ08GJI0GFOGJQB58MI05"
25 http GET https://registry.npmjs.org/rstats
26 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND
27 info trying registry request attempt 2 at 15:19:09
28 verbose etag "392QPJ08GJI0GFOGJQB58MI05"
29 http GET https://registry.npmjs.org/rstats
30 http 304 https://registry.npmjs.org/rstats
31 silly registry.get cb [ 304,
31 silly registry.get { date: 'Wed, 20 Aug 2014 13:19:29 GMT',
31 silly registry.get server: 'Apache',
31 silly registry.get via: '1.1 varnish',
31 silly registry.get 'last-modified': 'Wed, 20 Aug 2014 13:19:30 GMT',
31 silly registry.get 'cache-control': 'max-age=60',
31 silly registry.get etag: '"392QPJ08GJI0GFOGJQB58MI05"',
31 silly registry.get 'x-served-by': 'cache-fra1220-FRA',
31 silly registry.get 'x-cache': 'MISS',
31 silly registry.get 'x-cache-hits': '0',
31 silly registry.get 'x-timer': 'S1408540769.829333,VS0,VE696',
31 silly registry.get vary: 'Accept',
31 silly registry.get 'content-length': '0',
31 silly registry.get 'keep-alive': 'timeout=10, max=50',
31 silly registry.get connection: 'Keep-Alive' } ]
32 verbose etag rstats from cache
33 silly addNameRange number 2 { name: 'rstats', range: '*', hasData: true }
34 silly addNameRange versions [ 'rstats', [ '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6' ] ]
35 verbose addNamed [ 'rstats', '0.0.6' ]
36 verbose addNamed [ '0.0.6', '0.0.6' ]
37 silly lockFile d314b702-rstats-0-0-6 rstats@0.0.6
38 verbose lock rstats@0.0.6 /Volumes/Mac/Utilisateurs/pmougel/.npm/d314b702-rstats-0-0-6.lock
39 silly lockFile d314b702-rstats-0-0-6 rstats@0.0.6
40 silly lockFile d314b702-rstats-0-0-6 rstats@0.0.6
41 silly lockFile bb5d34be-rstats rstats@
42 silly lockFile bb5d34be-rstats rstats@
43 silly resolved [ { name: 'rstats',
43 silly resolved version: '0.0.6',
43 silly resolved description: 'A node.js interface for statistical programming language R',
43 silly resolved main: './lib/index.js',
43 silly resolved scripts:
43 silly resolved { test: 'node-gyp configure build && nodeunit test',
43 silly resolved install: 'node-gyp rebuild' },
43 silly resolved dependencies: { bindings: '1.2.0' },
43 silly resolved repository:
43 silly resolved { type: 'git',
43 silly resolved url: 'https://github.com/Planeshifter/node-Rstats.git' },
43 silly resolved keywords: [ 'statistics', 'R', 'Rcpp' ],
43 silly resolved author: { name: 'Philipp Burckhardt' },
43 silly resolved license: 'ISC',
43 silly resolved gypfile: true,
43 silly resolved bugs: { url: 'https://github.com/Planeshifter/node-Rstats/issues' },
43 silly resolved homepage: 'https://github.com/Planeshifter/node-Rstats',
43 silly resolved readme: '[![NPM version](https://badge.fury.io/js/rstats.svg)](http://badge.fury.io/js/rstats)\n\nnode-Rstats\n===========\n\nAn interface for node.js to statistical programming language R based on the fabulous Rcpp package\n\n## Installation\n\nCurrently, `rstats` is ONLY supported for Unix operating systems. \n\nAlso, it is required that the R packages `RInside`, `Rcpp` and `RJSONIO` are installed inside R. Additionally, building the package using `node-gyp` requires\n\n * `python` (`v2.7`, `v3.x.x` is __*not*__ supported)\n * `make`\n * A C/C++ compiler toolchain, such as GCC\n\nWith these prerequisites satisfied, one can simply install `rstats` using npm \n\n```bash\nnpm install rstats\n```\n\n## Getting Started\n\nAfter installation, the package can be loaded as follows:\n\n```javascript\nvar rstats = require(\'rstats\');\n```\n\nOnce the package is loaded, we can create an R session by the command \n\n```javascript\nvar R = new rstats.session(); \n```\n## Important Functions\n\n### parseEvalQ\n\nEvaluating R expressions is easy. We can use the *parseEvalQ* function as follows:\n\n```javascript\nR.parseEvalQ("cat(\'\\n Hello World \\n\')");\n```\n\n\n\n### assign\n\nNumeric values can be easily assigned to variables in the current R session:\n\n```javascript\nR.assign(\'x\', 17);\nR.assign(\'y\', 3);\n\n// calculate the sum of x+y and print the result\nR.parseEvalQ("res = x + y; print(res);");\n```\n\n### get\n\nTo retrieve an object from the R session, we use the *get* command. For example, let us create a 2x2 matrix in R and retrieve it in JavaScript as a nested array:\n\n```javascript\nR.parseEvalQ("mat = matrix(1:4,ncol=2,nrow=2)");\nvar mat = R.get(\'mat\');\n```\n\nInternally, the *get* function uses JSON in order to convert the R data types to JavaScript data types.\n\nWe can also run much more complicated calculations and expose the R objects to JavaScript. Consider a linear regression example:\n\n```javascript\nR.parseEvalQ(\'x = rnorm(100); y = 4x + rnorm(100); lm_fit = lm(y~x);\');\nvar lm_fit = R.get(\'lm_fit\');\nvar coefs = lm_fit.coefficients;\nvar residuals = lm_fit.residuals;\n```\n',
43 silly resolved readmeFilename: 'README.md',
43 silly resolved _id: 'rstats@0.0.6',
43 silly resolved _shasum: 'e0eb33a8649d4407cc058aa98b2858e8cf66b44b',
43 silly resolved _from: 'rstats@',
43 silly resolved _resolved: 'https://registry.npmjs.org/rstats/-/rstats-0.0.6.tgz' } ]
44 info install rstats@0.0.6 into /Volumes/Mac/Utilisateurs/pmougel/tmp
45 info installOne rstats@0.0.6
46 info /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats unbuild
47 verbose tar unpack /Volumes/Mac/Utilisateurs/pmougel/.npm/rstats/0.0.6/package.tgz
48 silly lockFile 1fd48ff0--pmougel-tmp-node-modules-rstats tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
49 verbose lock tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats /Volumes/Mac/Utilisateurs/pmougel/.npm/1fd48ff0--pmougel-tmp-node-modules-rstats.lock
50 silly lockFile 443107d3-gel-npm-rstats-0-0-6-package-tgz tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/rstats/0.0.6/package.tgz
51 verbose lock tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/rstats/0.0.6/package.tgz /Volumes/Mac/Utilisateurs/pmougel/.npm/443107d3-gel-npm-rstats-0-0-6-package-tgz.lock
52 silly gunzTarPerm modes [ '755', '644' ]
53 silly gunzTarPerm extractEntry package.json
54 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ]
55 silly gunzTarPerm extractEntry .npmignore
56 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ]
57 silly gunzTarPerm extractEntry README.md
58 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ]
59 silly gunzTarPerm extractEntry LICENSE
60 silly gunzTarPerm modified mode [ 'LICENSE', 436, 420 ]
61 silly gunzTarPerm extractEntry build/Makefile
62 silly gunzTarPerm modified mode [ 'build/Makefile', 436, 420 ]
63 silly gunzTarPerm extractEntry build/R.target.mk
64 silly gunzTarPerm modified mode [ 'build/R.target.mk', 436, 420 ]
65 silly gunzTarPerm extractEntry build/binding.Makefile
66 silly gunzTarPerm modified mode [ 'build/binding.Makefile', 436, 420 ]
67 silly gunzTarPerm extractEntry build/config.gypi
68 silly gunzTarPerm modified mode [ 'build/config.gypi', 436, 420 ]
69 silly gunzTarPerm extractEntry binding.gyp
70 silly gunzTarPerm modified mode [ 'binding.gyp', 436, 420 ]
71 silly gunzTarPerm extractEntry .Rhistory
72 silly gunzTarPerm modified mode [ '.Rhistory', 436, 420 ]
73 silly gunzTarPerm extractEntry examples/examples.js
74 silly gunzTarPerm modified mode [ 'examples/examples.js', 436, 420 ]
75 silly gunzTarPerm extractEntry include/Callbacks.h
76 silly gunzTarPerm modified mode [ 'include/Callbacks.h', 436, 420 ]
77 silly gunzTarPerm extractEntry include/MemBuf.h
78 silly gunzTarPerm modified mode [ 'include/MemBuf.h', 436, 420 ]
79 silly gunzTarPerm extractEntry include/RInside.h
80 silly gunzTarPerm modified mode [ 'include/RInside.h', 436, 420 ]
81 silly gunzTarPerm extractEntry include/RInsideCommon.h
82 silly gunzTarPerm modified mode [ 'include/RInsideCommon.h', 436, 420 ]
83 silly gunzTarPerm extractEntry include/RInsideConfig.h
84 silly gunzTarPerm modified mode [ 'include/RInsideConfig.h', 436, 420 ]
85 silly gunzTarPerm extractEntry include/Rcpp/Vector.h
86 silly gunzTarPerm modified mode [ 'include/Rcpp/Vector.h', 436, 420 ]
87 silly gunzTarPerm extractEntry include/Rcpp/Benchmark/Timer.h
88 silly gunzTarPerm modified mode [ 'include/Rcpp/Benchmark/Timer.h', 436, 420 ]
89 silly gunzTarPerm extractEntry include/Rcpp/Date.h
90 silly gunzTarPerm modified mode [ 'include/Rcpp/Date.h', 436, 420 ]
91 silly gunzTarPerm extractEntry include/Rcpp/DateVector.h
92 silly gunzTarPerm modified mode [ 'include/Rcpp/DateVector.h', 436, 420 ]
93 silly gunzTarPerm extractEntry include/Rcpp/Datetime.h
94 silly gunzTarPerm modified mode [ 'include/Rcpp/Datetime.h', 436, 420 ]
95 silly gunzTarPerm extractEntry include/Rcpp/DatetimeVector.h
96 silly gunzTarPerm modified mode [ 'include/Rcpp/DatetimeVector.h', 436, 420 ]
97 silly gunzTarPerm extractEntry include/Rcpp/Dimension.h
98 silly gunzTarPerm modified mode [ 'include/Rcpp/Dimension.h', 436, 420 ]
99 silly gunzTarPerm extractEntry include/Rcpp/DottedPair.h
100 silly gunzTarPerm modified mode [ 'include/Rcpp/DottedPair.h', 436, 420 ]
101 silly gunzTarPerm extractEntry include/Rcpp/DottedPairImpl.h
102 silly gunzTarPerm modified mode [ 'include/Rcpp/DottedPairImpl.h', 436, 420 ]
103 silly gunzTarPerm extractEntry include/Rcpp/Environment.h
104 silly gunzTarPerm modified mode [ 'include/Rcpp/Environment.h', 436, 420 ]
105 silly gunzTarPerm extractEntry include/Rcpp/Extractor.h
106 silly gunzTarPerm modified mode [ 'include/Rcpp/Extractor.h', 436, 420 ]
107 silly gunzTarPerm extractEntry include/Rcpp/Fast.h
108 silly gunzTarPerm modified mode [ 'include/Rcpp/Fast.h', 436, 420 ]
109 silly gunzTarPerm extractEntry include/Rcpp/Formula.h
110 silly gunzTarPerm modified mode [ 'include/Rcpp/Formula.h', 436, 420 ]
111 silly gunzTarPerm extractEntry include/Rcpp/Function.h
112 silly gunzTarPerm modified mode [ 'include/Rcpp/Function.h', 436, 420 ]
113 silly gunzTarPerm extractEntry include/Rcpp/InputParameter.h
114 silly gunzTarPerm modified mode [ 'include/Rcpp/InputParameter.h', 436, 420 ]
115 silly gunzTarPerm extractEntry include/Rcpp/InternalFunction.h
116 silly gunzTarPerm modified mode [ 'include/Rcpp/InternalFunction.h', 436, 420 ]
117 silly gunzTarPerm extractEntry include/Rcpp/Interrupt.h
118 silly gunzTarPerm modified mode [ 'include/Rcpp/Interrupt.h', 436, 420 ]
119 silly gunzTarPerm extractEntry include/Rcpp/Language.h
120 silly gunzTarPerm modified mode [ 'include/Rcpp/Language.h', 436, 420 ]
121 silly gunzTarPerm extractEntry include/Rcpp/Module.h
122 silly gunzTarPerm modified mode [ 'include/Rcpp/Module.h', 436, 420 ]
123 silly gunzTarPerm extractEntry include/Rcpp/Na_Proxy.h
124 silly gunzTarPerm modified mode [ 'include/Rcpp/Na_Proxy.h', 436, 420 ]
125 silly gunzTarPerm extractEntry include/Rcpp/Named.h
126 silly gunzTarPerm modified mode [ 'include/Rcpp/Named.h', 436, 420 ]
127 silly gunzTarPerm extractEntry include/Rcpp/Pairlist.h
128 silly gunzTarPerm modified mode [ 'include/Rcpp/Pairlist.h', 436, 420 ]
129 silly gunzTarPerm extractEntry include/Rcpp/Promise.h
130 silly gunzTarPerm modified mode [ 'include/Rcpp/Promise.h', 436, 420 ]
131 silly gunzTarPerm extractEntry include/Rcpp/RObject.h
132 silly gunzTarPerm modified mode [ 'include/Rcpp/RObject.h', 436, 420 ]
133 silly gunzTarPerm extractEntry include/Rcpp/Reference.h
134 silly gunzTarPerm modified mode [ 'include/Rcpp/Reference.h', 436, 420 ]
135 silly gunzTarPerm extractEntry include/Rcpp/Rmath.h
136 silly gunzTarPerm modified mode [ 'include/Rcpp/Rmath.h', 436, 420 ]
137 silly gunzTarPerm extractEntry include/Rcpp/S4.h
138 silly gunzTarPerm modified mode [ 'include/Rcpp/S4.h', 436, 420 ]
139 silly gunzTarPerm extractEntry include/Rcpp/StretchyList.h
140 silly gunzTarPerm modified mode [ 'include/Rcpp/StretchyList.h', 436, 420 ]
141 silly gunzTarPerm extractEntry include/Rcpp/String.h
142 silly gunzTarPerm modified mode [ 'include/Rcpp/String.h', 436, 420 ]
143 silly gunzTarPerm extractEntry include/Rcpp/StringTransformer.h
144 silly gunzTarPerm modified mode [ 'include/Rcpp/StringTransformer.h', 436, 420 ]
145 silly gunzTarPerm extractEntry include/Rcpp/Symbol.h
146 silly gunzTarPerm modified mode [ 'include/Rcpp/Symbol.h', 436, 420 ]
147 silly gunzTarPerm extractEntry include/Rcpp/DataFrame.h
148 silly gunzTarPerm modified mode [ 'include/Rcpp/DataFrame.h', 436, 420 ]
149 silly gunzTarPerm extractEntry include/Rcpp/WeakReference.h
150 silly gunzTarPerm modified mode [ 'include/Rcpp/WeakReference.h', 436, 420 ]
151 silly gunzTarPerm extractEntry include/Rcpp/XPtr.h
152 silly gunzTarPerm modified mode [ 'include/Rcpp/XPtr.h', 436, 420 ]
153 silly gunzTarPerm extractEntry include/Rcpp/algo.h
154 silly gunzTarPerm modified mode [ 'include/Rcpp/algo.h', 436, 420 ]
155 silly gunzTarPerm extractEntry include/Rcpp/api/bones/Date.h
156 silly gunzTarPerm modified mode [ 'include/Rcpp/api/bones/Date.h', 436, 420 ]
157 silly gunzTarPerm extractEntry include/Rcpp/api/bones/Datetime.h
158 silly gunzTarPerm modified mode [ 'include/Rcpp/api/bones/Datetime.h', 436, 420 ]
159 silly gunzTarPerm extractEntry include/Rcpp/api/bones/bones.h
160 silly gunzTarPerm modified mode [ 'include/Rcpp/api/bones/bones.h', 436, 420 ]
161 silly gunzTarPerm extractEntry include/Rcpp/api/bones/wrap_extra_steps.h
162 silly gunzTarPerm modified mode [ 'include/Rcpp/api/bones/wrap_extra_steps.h', 436, 420 ]
163 silly gunzTarPerm extractEntry include/Rcpp/api/meat/StretchyList.h
164 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/StretchyList.h', 436, 420 ]
165 silly gunzTarPerm extractEntry include/Rcpp/api/meat/DataFrame.h
166 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/DataFrame.h', 436, 420 ]
167 silly gunzTarPerm extractEntry include/Rcpp/api/meat/Datetime.h
168 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/Datetime.h', 436, 420 ]
169 silly gunzTarPerm extractEntry include/Rcpp/api/meat/Dimension.h
170 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/Dimension.h', 436, 420 ]
171 silly gunzTarPerm extractEntry include/Rcpp/api/meat/DottedPairImpl.h
172 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/DottedPairImpl.h', 436, 420 ]
173 silly gunzTarPerm extractEntry include/Rcpp/api/meat/Environment.h
174 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/Environment.h', 436, 420 ]
175 silly gunzTarPerm extractEntry include/Rcpp/api/meat/Rcpp_eval.h
176 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/Rcpp_eval.h', 436, 420 ]
177 silly gunzTarPerm extractEntry include/Rcpp/api/meat/S4.h
178 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/S4.h', 436, 420 ]
179 silly gunzTarPerm extractEntry include/Rcpp/api/meat/Date.h
180 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/Date.h', 436, 420 ]
181 silly gunzTarPerm extractEntry include/Rcpp/api/meat/Vector.h
182 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/Vector.h', 436, 420 ]
183 silly gunzTarPerm extractEntry include/Rcpp/api/meat/as.h
184 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/as.h', 436, 420 ]
185 silly gunzTarPerm extractEntry include/Rcpp/api/meat/export.h
186 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/export.h', 436, 420 ]
187 silly gunzTarPerm extractEntry include/Rcpp/api/meat/is.h
188 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/is.h', 436, 420 ]
189 silly gunzTarPerm extractEntry include/Rcpp/api/meat/meat.h
190 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/meat.h', 436, 420 ]
191 silly gunzTarPerm extractEntry include/Rcpp/api/meat/module/Module.h
192 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/module/Module.h', 436, 420 ]
193 silly gunzTarPerm extractEntry include/Rcpp/api/meat/protection.h
194 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/protection.h', 436, 420 ]
195 silly gunzTarPerm extractEntry include/Rcpp/api/meat/wrap.h
196 silly gunzTarPerm modified mode [ 'include/Rcpp/api/meat/wrap.h', 436, 420 ]
197 silly gunzTarPerm extractEntry include/Rcpp/as.h
198 silly gunzTarPerm modified mode [ 'include/Rcpp/as.h', 436, 420 ]
199 silly gunzTarPerm extractEntry include/Rcpp/barrier.h
200 silly gunzTarPerm modified mode [ 'include/Rcpp/barrier.h', 436, 420 ]
201 silly gunzTarPerm extractEntry include/Rcpp/clone.h
202 silly gunzTarPerm modified mode [ 'include/Rcpp/clone.h', 436, 420 ]
203 silly gunzTarPerm extractEntry include/Rcpp/complex.h
204 silly gunzTarPerm modified mode [ 'include/Rcpp/complex.h', 436, 420 ]
205 silly gunzTarPerm extractEntry include/Rcpp/config.h
206 silly gunzTarPerm modified mode [ 'include/Rcpp/config.h', 436, 420 ]
207 silly gunzTarPerm extractEntry include/Rcpp/exceptions.h
208 silly gunzTarPerm modified mode [ 'include/Rcpp/exceptions.h', 436, 420 ]
209 silly gunzTarPerm extractEntry include/Rcpp/generated/DataFrame_generated.h
210 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/DataFrame_generated.h', 436, 420 ]
211 silly gunzTarPerm extractEntry include/Rcpp/generated/DottedPair__ctors.h
212 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/DottedPair__ctors.h', 436, 420 ]
213 silly gunzTarPerm extractEntry include/Rcpp/generated/Function__operator.h
214 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/Function__operator.h', 436, 420 ]
215 silly gunzTarPerm extractEntry include/Rcpp/generated/InternalFunction__ctors.h
216 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/InternalFunction__ctors.h', 436, 420 ]
217 silly gunzTarPerm extractEntry include/Rcpp/generated/Language__ctors.h
218 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/Language__ctors.h', 436, 420 ]
219 silly gunzTarPerm extractEntry include/Rcpp/generated/Pairlist__ctors.h
220 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/Pairlist__ctors.h', 436, 420 ]
221 silly gunzTarPerm extractEntry include/Rcpp/generated/Vector__create.h
222 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/Vector__create.h', 436, 420 ]
223 silly gunzTarPerm extractEntry include/Rcpp/generated/grow__pairlist.h
224 silly gunzTarPerm modified mode [ 'include/Rcpp/generated/grow__pairlist.h', 436, 420 ]
225 silly gunzTarPerm extractEntry include/Rcpp/grow.h
226 silly gunzTarPerm modified mode [ 'include/Rcpp/grow.h', 436, 420 ]
227 silly gunzTarPerm extractEntry include/Rcpp/hash/IndexHash.h
228 silly gunzTarPerm modified mode [ 'include/Rcpp/hash/IndexHash.h', 436, 420 ]
229 silly gunzTarPerm extractEntry include/Rcpp/hash/SelfHash.h
230 silly gunzTarPerm modified mode [ 'include/Rcpp/hash/SelfHash.h', 436, 420 ]
231 silly gunzTarPerm extractEntry include/Rcpp/hash/hash.h
232 silly gunzTarPerm modified mode [ 'include/Rcpp/hash/hash.h', 436, 420 ]
233 silly gunzTarPerm extractEntry include/Rcpp/internal/caster.h
234 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/caster.h', 436, 420 ]
235 silly gunzTarPerm extractEntry include/Rcpp/internal/Exporter.h
236 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/Exporter.h', 436, 420 ]
237 silly gunzTarPerm extractEntry include/Rcpp/internal/ListInitialization.h
238 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/ListInitialization.h', 436, 420 ]
239 silly gunzTarPerm extractEntry include/Rcpp/internal/NAComparator.h
240 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/NAComparator.h', 436, 420 ]
241 silly gunzTarPerm extractEntry include/Rcpp/internal/NAEquals.h
242 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/NAEquals.h', 436, 420 ]
243 silly gunzTarPerm extractEntry include/Rcpp/internal/Proxy_Iterator.h
244 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/Proxy_Iterator.h', 436, 420 ]
245 silly gunzTarPerm extractEntry include/Rcpp/internal/SEXP_Iterator.h
246 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/SEXP_Iterator.h', 436, 420 ]
247 silly gunzTarPerm extractEntry include/Rcpp/internal/GreedyVector.h
248 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/GreedyVector.h', 436, 420 ]
249 silly gunzTarPerm extractEntry include/Rcpp/internal/converter.h
250 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/converter.h', 436, 420 ]
251 silly gunzTarPerm extractEntry include/Rcpp/internal/export.h
252 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/export.h', 436, 420 ]
253 silly gunzTarPerm extractEntry include/Rcpp/internal/na.h
254 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/na.h', 436, 420 ]
255 silly gunzTarPerm extractEntry include/Rcpp/internal/r_coerce.h
256 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/r_coerce.h', 436, 420 ]
257 silly gunzTarPerm extractEntry include/Rcpp/internal/r_vector.h
258 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/r_vector.h', 436, 420 ]
259 silly gunzTarPerm extractEntry include/Rcpp/internal/wrap.h
260 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/wrap.h', 436, 420 ]
261 silly gunzTarPerm extractEntry include/Rcpp/internal/wrap_end.h
262 silly gunzTarPerm modified mode [ 'include/Rcpp/internal/wrap_end.h', 436, 420 ]
263 silly gunzTarPerm extractEntry include/Rcpp/iostream/Rstreambuf.h
264 silly gunzTarPerm modified mode [ 'include/Rcpp/iostream/Rstreambuf.h', 436, 420 ]
265 silly gunzTarPerm extractEntry include/Rcpp/is.h
266 silly gunzTarPerm modified mode [ 'include/Rcpp/is.h', 436, 420 ]
267 silly gunzTarPerm extractEntry include/Rcpp/lang.h
268 silly gunzTarPerm modified mode [ 'include/Rcpp/lang.h', 436, 420 ]
269 silly gunzTarPerm extractEntry include/Rcpp/longlong.h
270 silly gunzTarPerm modified mode [ 'include/Rcpp/longlong.h', 436, 420 ]
271 silly gunzTarPerm extractEntry include/Rcpp/macros/macros.h
272 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/macros.h', 436, 420 ]
273 silly gunzTarPerm extractEntry include/Rcpp/macros/cat.hpp
274 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/cat.hpp', 436, 420 ]
275 silly gunzTarPerm extractEntry include/Rcpp/macros/debug.h
276 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/debug.h', 436, 420 ]
277 silly gunzTarPerm extractEntry include/Rcpp/macros/dispatch.h
278 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/dispatch.h', 436, 420 ]
279 silly gunzTarPerm extractEntry include/Rcpp/macros/interface.h
280 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/interface.h', 436, 420 ]
281 silly gunzTarPerm extractEntry include/Rcpp/macros/config.hpp
282 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/config.hpp', 436, 420 ]
283 silly gunzTarPerm extractEntry include/Rcpp/macros/module.h
284 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/module.h', 436, 420 ]
285 silly gunzTarPerm extractEntry include/Rcpp/macros/preprocessor_generated.h
286 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/preprocessor_generated.h', 436, 420 ]
287 silly gunzTarPerm extractEntry include/Rcpp/macros/traits.h
288 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/traits.h', 436, 420 ]
289 silly gunzTarPerm extractEntry include/Rcpp/macros/unroll.h
290 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/unroll.h', 436, 420 ]
291 silly gunzTarPerm extractEntry include/Rcpp/macros/xp.h
292 silly gunzTarPerm modified mode [ 'include/Rcpp/macros/xp.h', 436, 420 ]
293 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_Pointer_method.h
294 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_Pointer_method.h',
294 silly gunzTarPerm 436,
294 silly gunzTarPerm 420 ]
295 silly gunzTarPerm extractEntry include/Rcpp/module/CppFunction.h
296 silly gunzTarPerm modified mode [ 'include/Rcpp/module/CppFunction.h', 436, 420 ]
297 silly gunzTarPerm extractEntry include/Rcpp/module/Module_Add_Property.h
298 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_Add_Property.h', 436, 420 ]
299 silly gunzTarPerm extractEntry include/Rcpp/module/Module_Field.h
300 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_Field.h', 436, 420 ]
301 silly gunzTarPerm extractEntry include/Rcpp/module/Module_Property.h
302 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_Property.h', 436, 420 ]
303 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_Constructor.h
304 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_Constructor.h',
304 silly gunzTarPerm 436,
304 silly gunzTarPerm 420 ]
305 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_CppFunction.h
306 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_CppFunction.h',
306 silly gunzTarPerm 436,
306 silly gunzTarPerm 420 ]
307 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_CppMethod.h
308 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_CppMethod.h', 436, 420 ]
309 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_Factory.h
310 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_Factory.h', 436, 420 ]
311 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_Pointer_CppMethod.h
312 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_Pointer_CppMethod.h',
312 silly gunzTarPerm 436,
312 silly gunzTarPerm 420 ]
313 silly gunzTarPerm extractEntry include/Rcpp/module/Module.h
314 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module.h', 436, 420 ]
315 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_class_constructor.h
316 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_class_constructor.h',
316 silly gunzTarPerm 436,
316 silly gunzTarPerm 420 ]
317 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_class_factory.h
318 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_class_factory.h',
318 silly gunzTarPerm 436,
318 silly gunzTarPerm 420 ]
319 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_class_signature.h
320 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_class_signature.h',
320 silly gunzTarPerm 436,
320 silly gunzTarPerm 420 ]
321 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_ctor_signature.h
322 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_ctor_signature.h',
322 silly gunzTarPerm 436,
322 silly gunzTarPerm 420 ]
323 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_function.h
324 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_function.h', 436, 420 ]
325 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_get_signature.h
326 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_get_signature.h',
326 silly gunzTarPerm 436,
326 silly gunzTarPerm 420 ]
327 silly gunzTarPerm extractEntry include/Rcpp/module/Module_generated_method.h
328 silly gunzTarPerm modified mode [ 'include/Rcpp/module/Module_generated_method.h', 436, 420 ]
329 silly gunzTarPerm extractEntry include/Rcpp/module/class.h
330 silly gunzTarPerm modified mode [ 'include/Rcpp/module/class.h', 436, 420 ]
331 silly gunzTarPerm extractEntry include/Rcpp/module/class_Base.h
332 silly gunzTarPerm modified mode [ 'include/Rcpp/module/class_Base.h', 436, 420 ]
333 silly gunzTarPerm extractEntry include/Rcpp/module/get_return_type.h
334 silly gunzTarPerm modified mode [ 'include/Rcpp/module/get_return_type.h', 436, 420 ]
335 silly gunzTarPerm extractEntry include/Rcpp/platform/compiler.h
336 silly gunzTarPerm modified mode [ 'include/Rcpp/platform/compiler.h', 436, 420 ]
337 silly gunzTarPerm extractEntry include/Rcpp/platform/solaris.h
338 silly gunzTarPerm modified mode [ 'include/Rcpp/platform/solaris.h', 436, 420 ]
339 silly gunzTarPerm extractEntry include/Rcpp/protection/Armor.h
340 silly gunzTarPerm modified mode [ 'include/Rcpp/protection/Armor.h', 436, 420 ]
341 silly gunzTarPerm extractEntry include/Rcpp/protection/Shelter.h
342 silly gunzTarPerm modified mode [ 'include/Rcpp/protection/Shelter.h', 436, 420 ]
343 silly gunzTarPerm extractEntry include/Rcpp/protection/Shield.h
344 silly gunzTarPerm modified mode [ 'include/Rcpp/protection/Shield.h', 436, 420 ]
345 silly gunzTarPerm extractEntry include/Rcpp/protection/protection.h
346 silly gunzTarPerm modified mode [ 'include/Rcpp/protection/protection.h', 436, 420 ]
347 silly gunzTarPerm extractEntry include/Rcpp/proxy/NamesProxy.h
348 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/NamesProxy.h', 436, 420 ]
349 silly gunzTarPerm extractEntry include/Rcpp/proxy/AttributeProxy.h
350 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/AttributeProxy.h', 436, 420 ]
351 silly gunzTarPerm extractEntry include/Rcpp/proxy/DottedPairProxy.h
352 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/DottedPairProxy.h', 436, 420 ]
353 silly gunzTarPerm extractEntry include/Rcpp/proxy/FieldProxy.h
354 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/FieldProxy.h', 436, 420 ]
355 silly gunzTarPerm extractEntry include/Rcpp/proxy/GenericProxy.h
356 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/GenericProxy.h', 436, 420 ]
357 silly gunzTarPerm extractEntry include/Rcpp/proxy/Binding.h
358 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/Binding.h', 436, 420 ]
359 silly gunzTarPerm extractEntry include/Rcpp/proxy/ProtectedProxy.h
360 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/ProtectedProxy.h', 436, 420 ]
361 silly gunzTarPerm extractEntry include/Rcpp/proxy/RObjectMethods.h
362 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/RObjectMethods.h', 436, 420 ]
363 silly gunzTarPerm extractEntry include/Rcpp/proxy/SlotProxy.h
364 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/SlotProxy.h', 436, 420 ]
365 silly gunzTarPerm extractEntry include/Rcpp/proxy/TagProxy.h
366 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/TagProxy.h', 436, 420 ]
367 silly gunzTarPerm extractEntry include/Rcpp/proxy/proxy.h
368 silly gunzTarPerm modified mode [ 'include/Rcpp/proxy/proxy.h', 436, 420 ]
369 silly gunzTarPerm extractEntry include/Rcpp/r_cast.h
370 silly gunzTarPerm modified mode [ 'include/Rcpp/r_cast.h', 436, 420 ]
371 silly gunzTarPerm extractEntry include/Rcpp/routines.h
372 silly gunzTarPerm modified mode [ 'include/Rcpp/routines.h', 436, 420 ]
373 silly gunzTarPerm extractEntry include/Rcpp/sprintf.h
374 silly gunzTarPerm modified mode [ 'include/Rcpp/sprintf.h', 436, 420 ]
375 silly gunzTarPerm extractEntry include/Rcpp/stats/nbeta.h
376 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/nbeta.h', 436, 420 ]
377 silly gunzTarPerm extractEntry include/Rcpp/stats/beta.h
378 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/beta.h', 436, 420 ]
379 silly gunzTarPerm extractEntry include/Rcpp/stats/cauchy.h
380 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/cauchy.h', 436, 420 ]
381 silly gunzTarPerm extractEntry include/Rcpp/stats/chisq.h
382 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/chisq.h', 436, 420 ]
383 silly gunzTarPerm extractEntry include/Rcpp/stats/dpq/dpq.h
384 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/dpq/dpq.h', 436, 420 ]
385 silly gunzTarPerm extractEntry include/Rcpp/stats/dpq/macros.h
386 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/dpq/macros.h', 436, 420 ]
387 silly gunzTarPerm extractEntry include/Rcpp/stats/exp.h
388 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/exp.h', 436, 420 ]
389 silly gunzTarPerm extractEntry include/Rcpp/stats/f.h
390 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/f.h', 436, 420 ]
391 silly gunzTarPerm extractEntry include/Rcpp/stats/gamma.h
392 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/gamma.h', 436, 420 ]
393 silly gunzTarPerm extractEntry include/Rcpp/stats/geom.h
394 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/geom.h', 436, 420 ]
395 silly gunzTarPerm extractEntry include/Rcpp/stats/hyper.h
396 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/hyper.h', 436, 420 ]
397 silly gunzTarPerm extractEntry include/Rcpp/stats/lnorm.h
398 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/lnorm.h', 436, 420 ]
399 silly gunzTarPerm extractEntry include/Rcpp/stats/logis.h
400 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/logis.h', 436, 420 ]
401 silly gunzTarPerm extractEntry include/Rcpp/stats/binom.h
402 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/binom.h', 436, 420 ]
403 silly gunzTarPerm extractEntry include/Rcpp/stats/nbinom.h
404 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/nbinom.h', 436, 420 ]
405 silly gunzTarPerm extractEntry include/Rcpp/stats/nbinom_mu.h
406 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/nbinom_mu.h', 436, 420 ]
407 silly gunzTarPerm extractEntry include/Rcpp/stats/nchisq.h
408 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/nchisq.h', 436, 420 ]
409 silly gunzTarPerm extractEntry include/Rcpp/stats/nf.h
410 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/nf.h', 436, 420 ]
411 silly gunzTarPerm extractEntry include/Rcpp/stats/norm.h
412 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/norm.h', 436, 420 ]
413 silly gunzTarPerm extractEntry include/Rcpp/stats/nt.h
414 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/nt.h', 436, 420 ]
415 silly gunzTarPerm extractEntry include/Rcpp/stats/pois.h
416 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/pois.h', 436, 420 ]
417 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rlogis.h
418 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rlogis.h', 436, 420 ]
419 silly gunzTarPerm extractEntry include/Rcpp/stats/random/random.h
420 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/random.h', 436, 420 ]
421 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rbinom.h
422 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rbinom.h', 436, 420 ]
423 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rcauchy.h
424 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rcauchy.h', 436, 420 ]
425 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rchisq.h
426 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rchisq.h', 436, 420 ]
427 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rexp.h
428 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rexp.h', 436, 420 ]
429 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rf.h
430 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rf.h', 436, 420 ]
431 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rgamma.h
432 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rgamma.h', 436, 420 ]
433 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rgeom.h
434 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rgeom.h', 436, 420 ]
435 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rhyper.h
436 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rhyper.h', 436, 420 ]
437 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rlnorm.h
438 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rlnorm.h', 436, 420 ]
439 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rbeta.h
440 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rbeta.h', 436, 420 ]
441 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rnbinom.h
442 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rnbinom.h', 436, 420 ]
443 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rnbinom_mu.h
444 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rnbinom_mu.h', 436, 420 ]
445 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rnchisq.h
446 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rnchisq.h', 436, 420 ]
447 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rnorm.h
448 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rnorm.h', 436, 420 ]
449 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rpois.h
450 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rpois.h', 436, 420 ]
451 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rsignrank.h
452 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rsignrank.h', 436, 420 ]
453 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rt.h
454 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rt.h', 436, 420 ]
455 silly gunzTarPerm extractEntry include/Rcpp/stats/random/runif.h
456 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/runif.h', 436, 420 ]
457 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rweibull.h
458 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rweibull.h', 436, 420 ]
459 silly gunzTarPerm extractEntry include/Rcpp/stats/random/rwilcox.h
460 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/random/rwilcox.h', 436, 420 ]
461 silly gunzTarPerm extractEntry include/Rcpp/stats/stats.h
462 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/stats.h', 436, 420 ]
463 silly gunzTarPerm extractEntry include/Rcpp/stats/t.h
464 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/t.h', 436, 420 ]
465 silly gunzTarPerm extractEntry include/Rcpp/stats/unif.h
466 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/unif.h', 436, 420 ]
467 silly gunzTarPerm extractEntry include/Rcpp/stats/weibull.h
468 silly gunzTarPerm modified mode [ 'include/Rcpp/stats/weibull.h', 436, 420 ]
469 silly gunzTarPerm extractEntry include/Rcpp/storage/NoProtectStorage.h
470 silly gunzTarPerm modified mode [ 'include/Rcpp/storage/NoProtectStorage.h', 436, 420 ]
471 silly gunzTarPerm extractEntry include/Rcpp/storage/PreserveStorage.h
472 silly gunzTarPerm modified mode [ 'include/Rcpp/storage/PreserveStorage.h', 436, 420 ]
473 silly gunzTarPerm extractEntry include/Rcpp/storage/storage.h
474 silly gunzTarPerm modified mode [ 'include/Rcpp/storage/storage.h', 436, 420 ]
475 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/not.h
476 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/not.h', 436, 420 ]
477 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/Comparator.h
478 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/Comparator.h', 436, 420 ]
479 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/divides.h
480 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/divides.h', 436, 420 ]
481 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/logical_operators__Vector__Vector.h
482 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/logical_operators__Vector__Vector.h',
482 silly gunzTarPerm 436,
482 silly gunzTarPerm 420 ]
483 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/logical_operators__Vector__primitive.h
484 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/logical_operators__Vector__primitive.h',
484 silly gunzTarPerm 436,
484 silly gunzTarPerm 420 ]
485 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/minus.h
486 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/minus.h', 436, 420 ]
487 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/Comparator_With_One_Value.h
488 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/Comparator_With_One_Value.h',
488 silly gunzTarPerm 436,
488 silly gunzTarPerm 420 ]
489 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/operators.h
490 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/operators.h', 436, 420 ]
491 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/plus.h
492 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/plus.h', 436, 420 ]
493 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/r_binary_op.h
494 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/r_binary_op.h', 436, 420 ]
495 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/times.h
496 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/times.h', 436, 420 ]
497 silly gunzTarPerm extractEntry include/Rcpp/sugar/operators/unary_minus.h
498 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/operators/unary_minus.h', 436, 420 ]
499 silly gunzTarPerm extractEntry include/Rcpp/sugar/Range.h
500 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/Range.h', 436, 420 ]
501 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/na_omit.h
502 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/na_omit.h', 436, 420 ]
503 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/Lazy.h
504 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/Lazy.h', 436, 420 ]
505 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/any.h
506 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/any.h', 436, 420 ]
507 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/clamp.h
508 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/clamp.h', 436, 420 ]
509 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/complex.h
510 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/complex.h', 436, 420 ]
511 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/cumsum.h
512 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/cumsum.h', 436, 420 ]
513 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/diff.h
514 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/diff.h', 436, 420 ]
515 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/duplicated.h
516 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/duplicated.h', 436, 420 ]
517 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/functions.h
518 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/functions.h', 436, 420 ]
519 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/head.h
520 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/head.h', 436, 420 ]
521 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/ifelse.h
522 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/ifelse.h', 436, 420 ]
523 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/is_finite.h
524 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/is_finite.h', 436, 420 ]
525 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/is_infinite.h
526 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/is_infinite.h', 436, 420 ]
527 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/is_na.h
528 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/is_na.h', 436, 420 ]
529 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/is_nan.h
530 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/is_nan.h', 436, 420 ]
531 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/lapply.h
532 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/lapply.h', 436, 420 ]
533 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/mapply/mapply_2.h
534 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/mapply/mapply_2.h', 436, 420 ]
535 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/mapply/mapply_3.h
536 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/mapply/mapply_3.h', 436, 420 ]
537 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/mapply.h
538 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/mapply.h', 436, 420 ]
539 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/match.h
540 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/match.h', 436, 420 ]
541 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/math.h
542 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/math.h', 436, 420 ]
543 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/max.h
544 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/max.h', 436, 420 ]
545 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/mean.h
546 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/mean.h', 436, 420 ]
547 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/min.h
548 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/min.h', 436, 420 ]
549 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/all.h
550 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/all.h', 436, 420 ]
551 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/pmax.h
552 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/pmax.h', 436, 420 ]
553 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/pmin.h
554 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/pmin.h', 436, 420 ]
555 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/pow.h
556 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/pow.h', 436, 420 ]
557 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/range.h
558 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/range.h', 436, 420 ]
559 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/rep.h
560 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/rep.h', 436, 420 ]
561 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/rep_each.h
562 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/rep_each.h', 436, 420 ]
563 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/rep_len.h
564 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/rep_len.h', 436, 420 ]
565 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/rev.h
566 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/rev.h', 436, 420 ]
567 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/sapply.h
568 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/sapply.h', 436, 420 ]
569 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/sd.h
570 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/sd.h', 436, 420 ]
571 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/self_match.h
572 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/self_match.h', 436, 420 ]
573 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/seq_along.h
574 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/seq_along.h', 436, 420 ]
575 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/setdiff.h
576 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/setdiff.h', 436, 420 ]
577 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/sign.h
578 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/sign.h', 436, 420 ]
579 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/strings/collapse.h
580 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/strings/collapse.h', 436, 420 ]
581 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/strings/strings.h
582 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/strings/strings.h', 436, 420 ]
583 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/sum.h
584 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/sum.h', 436, 420 ]
585 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/table.h
586 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/table.h', 436, 420 ]
587 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/tail.h
588 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/tail.h', 436, 420 ]
589 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/unique.h
590 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/unique.h', 436, 420 ]
591 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/var.h
592 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/var.h', 436, 420 ]
593 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/which_max.h
594 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/which_max.h', 436, 420 ]
595 silly gunzTarPerm extractEntry include/Rcpp/sugar/functions/which_min.h
596 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/functions/which_min.h', 436, 420 ]
597 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/SingleLogicalResult.h
598 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/SingleLogicalResult.h', 436, 420 ]
599 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/and.h
600 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/and.h', 436, 420 ]
601 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/can_have_na.h
602 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/can_have_na.h', 436, 420 ]
603 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/is.h
604 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/is.h', 436, 420 ]
605 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/logical.h
606 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/logical.h', 436, 420 ]
607 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/not.h
608 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/not.h', 436, 420 ]
609 silly gunzTarPerm extractEntry include/Rcpp/sugar/logical/or.h
610 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/logical/or.h', 436, 420 ]
611 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/as_vector.h
612 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/as_vector.h', 436, 420 ]
613 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/col.h
614 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/col.h', 436, 420 ]
615 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/diag.h
616 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/diag.h', 436, 420 ]
617 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/lower_tri.h
618 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/lower_tri.h', 436, 420 ]
619 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/matrix_functions.h
620 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/matrix_functions.h', 436, 420 ]
621 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/outer.h
622 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/outer.h', 436, 420 ]
623 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/row.h
624 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/row.h', 436, 420 ]
625 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/tools.h
626 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/tools.h', 436, 420 ]
627 silly gunzTarPerm extractEntry include/Rcpp/sugar/matrix/upper_tri.h
628 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/matrix/upper_tri.h', 436, 420 ]
629 silly gunzTarPerm extractEntry include/Rcpp/sugar/nona/nona.h
630 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/nona/nona.h', 436, 420 ]
631 silly gunzTarPerm extractEntry include/Rcpp/sugar/block/SugarBlock_1.h
632 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/block/SugarBlock_1.h', 436, 420 ]
633 silly gunzTarPerm extractEntry include/Rcpp/sugar/block/SugarBlock_2.h
634 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/block/SugarBlock_2.h', 436, 420 ]
635 silly gunzTarPerm extractEntry include/Rcpp/sugar/block/SugarBlock_3.h
636 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/block/SugarBlock_3.h', 436, 420 ]
637 silly gunzTarPerm extractEntry include/Rcpp/sugar/block/SugarMath.h
638 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/block/SugarMath.h', 436, 420 ]
639 silly gunzTarPerm extractEntry include/Rcpp/sugar/block/Vectorized_Math.h
640 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/block/Vectorized_Math.h', 436, 420 ]
641 silly gunzTarPerm extractEntry include/Rcpp/sugar/block/block.h
642 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/block/block.h', 436, 420 ]
643 silly gunzTarPerm extractEntry include/Rcpp/sugar/sets.h
644 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/sets.h', 436, 420 ]
645 silly gunzTarPerm extractEntry include/Rcpp/sugar/sugar.h
646 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/sugar.h', 436, 420 ]
647 silly gunzTarPerm extractEntry include/Rcpp/sugar/sugar_forward.h
648 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/sugar_forward.h', 436, 420 ]
649 silly gunzTarPerm extractEntry include/Rcpp/sugar/tools/iterator.h
650 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/tools/iterator.h', 436, 420 ]
651 silly gunzTarPerm extractEntry include/Rcpp/sugar/undoRmath.h
652 silly gunzTarPerm modified mode [ 'include/Rcpp/sugar/undoRmath.h', 436, 420 ]
653 silly gunzTarPerm extractEntry include/Rcpp/traits/is_sugar_expression.h
654 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_sugar_expression.h', 436, 420 ]
655 silly gunzTarPerm extractEntry include/Rcpp/traits/char_type.h
656 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/char_type.h', 436, 420 ]
657 silly gunzTarPerm extractEntry include/Rcpp/traits/get_na.h
658 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/get_na.h', 436, 420 ]
659 silly gunzTarPerm extractEntry include/Rcpp/traits/has_iterator.h
660 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/has_iterator.h', 436, 420 ]
661 silly gunzTarPerm extractEntry include/Rcpp/traits/has_na.h
662 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/has_na.h', 436, 420 ]
663 silly gunzTarPerm extractEntry include/Rcpp/traits/if_.h
664 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/if_.h', 436, 420 ]
665 silly gunzTarPerm extractEntry include/Rcpp/traits/init_type.h
666 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/init_type.h', 436, 420 ]
667 silly gunzTarPerm extractEntry include/Rcpp/traits/integral_constant.h
668 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/integral_constant.h', 436, 420 ]
669 silly gunzTarPerm extractEntry include/Rcpp/traits/is_const.h
670 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_const.h', 436, 420 ]
671 silly gunzTarPerm extractEntry include/Rcpp/traits/is_convertible.h
672 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_convertible.h', 436, 420 ]
673 silly gunzTarPerm extractEntry include/Rcpp/traits/is_eigen_base.h
674 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_eigen_base.h', 436, 420 ]
675 silly gunzTarPerm extractEntry include/Rcpp/traits/is_finite.h
676 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_finite.h', 436, 420 ]
677 silly gunzTarPerm extractEntry include/Rcpp/traits/is_infinite.h
678 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_infinite.h', 436, 420 ]
679 silly gunzTarPerm extractEntry include/Rcpp/traits/is_module_object.h
680 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_module_object.h', 436, 420 ]
681 silly gunzTarPerm extractEntry include/Rcpp/traits/is_na.h
682 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_na.h', 436, 420 ]
683 silly gunzTarPerm extractEntry include/Rcpp/traits/is_nan.h
684 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_nan.h', 436, 420 ]
685 silly gunzTarPerm extractEntry include/Rcpp/traits/is_pointer.h
686 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_pointer.h', 436, 420 ]
687 silly gunzTarPerm extractEntry include/Rcpp/traits/is_primitive.h
688 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_primitive.h', 436, 420 ]
689 silly gunzTarPerm extractEntry include/Rcpp/traits/is_reference.h
690 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_reference.h', 436, 420 ]
691 silly gunzTarPerm extractEntry include/Rcpp/traits/expands_to_logical.h
692 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/expands_to_logical.h', 436, 420 ]
693 silly gunzTarPerm extractEntry include/Rcpp/traits/is_trivial.h
694 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_trivial.h', 436, 420 ]
695 silly gunzTarPerm extractEntry include/Rcpp/traits/is_wide_string.h
696 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/is_wide_string.h', 436, 420 ]
697 silly gunzTarPerm extractEntry include/Rcpp/traits/longlong.h
698 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/longlong.h', 436, 420 ]
699 silly gunzTarPerm extractEntry include/Rcpp/traits/matrix_interface.h
700 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/matrix_interface.h', 436, 420 ]
701 silly gunzTarPerm extractEntry include/Rcpp/traits/module_wrap_traits.h
702 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/module_wrap_traits.h', 436, 420 ]
703 silly gunzTarPerm extractEntry include/Rcpp/traits/named_object.h
704 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/named_object.h', 436, 420 ]
705 silly gunzTarPerm extractEntry include/Rcpp/traits/num2type.h
706 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/num2type.h', 436, 420 ]
707 silly gunzTarPerm extractEntry include/Rcpp/traits/r_sexptype_traits.h
708 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/r_sexptype_traits.h', 436, 420 ]
709 silly gunzTarPerm extractEntry include/Rcpp/traits/r_type_traits.h
710 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/r_type_traits.h', 436, 420 ]
711 silly gunzTarPerm extractEntry include/Rcpp/traits/remove_const.h
712 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/remove_const.h', 436, 420 ]
713 silly gunzTarPerm extractEntry include/Rcpp/traits/remove_const_and_reference.h
714 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/remove_const_and_reference.h', 436, 420 ]
715 silly gunzTarPerm extractEntry include/Rcpp/traits/remove_reference.h
716 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/remove_reference.h', 436, 420 ]
717 silly gunzTarPerm extractEntry include/Rcpp/traits/result_of.h
718 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/result_of.h', 436, 420 ]
719 silly gunzTarPerm extractEntry include/Rcpp/traits/same_type.h
720 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/same_type.h', 436, 420 ]
721 silly gunzTarPerm extractEntry include/Rcpp/traits/storage_type.h
722 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/storage_type.h', 436, 420 ]
723 silly gunzTarPerm extractEntry include/Rcpp/traits/traits.h
724 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/traits.h', 436, 420 ]
725 silly gunzTarPerm extractEntry include/Rcpp/traits/un_pointer.h
726 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/un_pointer.h', 436, 420 ]
727 silly gunzTarPerm extractEntry include/Rcpp/traits/wrap_type_traits.h
728 silly gunzTarPerm modified mode [ 'include/Rcpp/traits/wrap_type_traits.h', 436, 420 ]
729 silly gunzTarPerm extractEntry include/Rcpp/vector/VectorBase.h
730 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/VectorBase.h', 436, 420 ]
731 silly gunzTarPerm extractEntry include/Rcpp/vector/00_forward_Vector.h
732 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/00_forward_Vector.h', 436, 420 ]
733 silly gunzTarPerm extractEntry include/Rcpp/vector/LazyVector.h
734 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/LazyVector.h', 436, 420 ]
735 silly gunzTarPerm extractEntry include/Rcpp/vector/Matrix.h
736 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/Matrix.h', 436, 420 ]
737 silly gunzTarPerm extractEntry include/Rcpp/vector/MatrixBase.h
738 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/MatrixBase.h', 436, 420 ]
739 silly gunzTarPerm extractEntry include/Rcpp/vector/MatrixColumn.h
740 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/MatrixColumn.h', 436, 420 ]
741 silly gunzTarPerm extractEntry include/Rcpp/vector/MatrixRow.h
742 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/MatrixRow.h', 436, 420 ]
743 silly gunzTarPerm extractEntry include/Rcpp/vector/RangeIndexer.h
744 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/RangeIndexer.h', 436, 420 ]
745 silly gunzTarPerm extractEntry include/Rcpp/vector/SubMatrix.h
746 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/SubMatrix.h', 436, 420 ]
747 silly gunzTarPerm extractEntry include/Rcpp/vector/Subsetter.h
748 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/Subsetter.h', 436, 420 ]
749 silly gunzTarPerm extractEntry include/Rcpp/vector/Vector.h
750 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/Vector.h', 436, 420 ]
751 silly gunzTarPerm extractEntry include/Rcpp/vector/00_forward_proxy.h
752 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/00_forward_proxy.h', 436, 420 ]
753 silly gunzTarPerm extractEntry include/Rcpp/vector/const_generic_proxy.h
754 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/const_generic_proxy.h', 436, 420 ]
755 silly gunzTarPerm extractEntry include/Rcpp/vector/const_string_proxy.h
756 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/const_string_proxy.h', 436, 420 ]
757 silly gunzTarPerm extractEntry include/Rcpp/vector/converter.h
758 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/converter.h', 436, 420 ]
759 silly gunzTarPerm extractEntry include/Rcpp/vector/generic_proxy.h
760 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/generic_proxy.h', 436, 420 ]
761 silly gunzTarPerm extractEntry include/Rcpp/vector/instantiation.h
762 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/instantiation.h', 436, 420 ]
763 silly gunzTarPerm extractEntry include/Rcpp/vector/no_init.h
764 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/no_init.h', 436, 420 ]
765 silly gunzTarPerm extractEntry include/Rcpp/vector/proxy.h
766 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/proxy.h', 436, 420 ]
767 silly gunzTarPerm extractEntry include/Rcpp/vector/string_proxy.h
768 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/string_proxy.h', 436, 420 ]
769 silly gunzTarPerm extractEntry include/Rcpp/vector/swap.h
770 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/swap.h', 436, 420 ]
771 silly gunzTarPerm extractEntry include/Rcpp/vector/traits.h
772 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/traits.h', 436, 420 ]
773 silly gunzTarPerm extractEntry include/Rcpp/vector/vector_from_string.h
774 silly gunzTarPerm modified mode [ 'include/Rcpp/vector/vector_from_string.h', 436, 420 ]
775 silly gunzTarPerm extractEntry include/Rcpp.h
776 silly gunzTarPerm modified mode [ 'include/Rcpp.h', 436, 420 ]
777 silly gunzTarPerm extractEntry include/RcppCommon.h
778 silly gunzTarPerm modified mode [ 'include/RcppCommon.h', 436, 420 ]
779 silly gunzTarPerm extractEntry include/doxygen/Examples.h
780 silly gunzTarPerm modified mode [ 'include/doxygen/Examples.h', 436, 420 ]
781 silly gunzTarPerm extractEntry include/test.h
782 silly gunzTarPerm modified mode [ 'include/test.h', 436, 420 ]
783 silly gunzTarPerm extractEntry lib/index.js
784 silly gunzTarPerm modified mode [ 'lib/index.js', 436, 420 ]
785 silly gunzTarPerm extractEntry .project
786 silly gunzTarPerm modified mode [ '.project', 436, 420 ]
787 silly gunzTarPerm extractEntry src/helper.h
788 silly gunzTarPerm modified mode [ 'src/helper.h', 436, 420 ]
789 silly gunzTarPerm extractEntry src/rl.cpp
790 silly gunzTarPerm modified mode [ 'src/rl.cpp', 436, 420 ]
791 silly gunzTarPerm extractEntry src/rlink.cpp
792 silly gunzTarPerm modified mode [ 'src/rlink.cpp', 436, 420 ]
793 silly gunzTarPerm extractEntry src/rlink.h
794 silly gunzTarPerm modified mode [ 'src/rlink.h', 436, 420 ]
795 silly lockFile 1fd48ff0--pmougel-tmp-node-modules-rstats tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
796 silly lockFile 1fd48ff0--pmougel-tmp-node-modules-rstats tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
797 silly lockFile 443107d3-gel-npm-rstats-0-0-6-package-tgz tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/rstats/0.0.6/package.tgz
798 silly lockFile 443107d3-gel-npm-rstats-0-0-6-package-tgz tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/rstats/0.0.6/package.tgz
799 info preinstall rstats@0.0.6
800 verbose readDependencies using package.json deps
801 verbose readDependencies using package.json deps
802 verbose cache add [ 'bindings@1.2.0', null ]
803 verbose cache add name=undefined spec="bindings@1.2.0" args=["bindings@1.2.0",null]
804 verbose parsed url { protocol: null,
804 verbose parsed url slashes: null,
804 verbose parsed url auth: null,
804 verbose parsed url host: null,
804 verbose parsed url port: null,
804 verbose parsed url hostname: null,
804 verbose parsed url hash: null,
804 verbose parsed url search: null,
804 verbose parsed url query: null,
804 verbose parsed url pathname: 'bindings@1.2.0',
804 verbose parsed url path: 'bindings@1.2.0',
804 verbose parsed url href: 'bindings@1.2.0' }
805 verbose cache add name="bindings" spec="1.2.0" args=["bindings","1.2.0"]
806 verbose parsed url { protocol: null,
806 verbose parsed url slashes: null,
806 verbose parsed url auth: null,
806 verbose parsed url host: null,
806 verbose parsed url port: null,
806 verbose parsed url hostname: null,
806 verbose parsed url hash: null,
806 verbose parsed url search: null,
806 verbose parsed url query: null,
806 verbose parsed url pathname: '1.2.0',
806 verbose parsed url path: '1.2.0',
806 verbose parsed url href: '1.2.0' }
807 verbose addNamed [ 'bindings', '1.2.0' ]
808 verbose addNamed [ '1.2.0', '1.2.0' ]
809 silly lockFile edb95d60-bindings-1-2-0 bindings@1.2.0
810 verbose lock bindings@1.2.0 /Volumes/Mac/Utilisateurs/pmougel/.npm/edb95d60-bindings-1-2-0.lock
811 verbose url raw bindings
812 verbose url resolving [ 'https://registry.npmjs.org/', './bindings' ]
813 verbose url resolved https://registry.npmjs.org/bindings
814 info trying registry request attempt 1 at 15:19:30
815 verbose etag "HHDEMUMZU8OTS1DUFQCBQQ8Z"
816 http GET https://registry.npmjs.org/bindings
817 http 304 https://registry.npmjs.org/bindings
818 silly registry.get cb [ 304,
818 silly registry.get { date: 'Wed, 20 Aug 2014 13:19:33 GMT',
818 silly registry.get server: 'Apache',
818 silly registry.get via: '1.1 varnish',
818 silly registry.get 'last-modified': 'Wed, 20 Aug 2014 13:19:33 GMT',
818 silly registry.get 'cache-control': 'max-age=60',
818 silly registry.get etag: '"HHDEMUMZU8OTS1DUFQCBQQ8Z"',
818 silly registry.get 'x-served-by': 'cache-fra1231-FRA',
818 silly registry.get 'x-cache': 'HIT',
818 silly registry.get 'x-cache-hits': '1',
818 silly registry.get 'x-timer': 'S1408540773.255049,VS0,VE100',
818 silly registry.get vary: 'Accept',
818 silly registry.get 'content-length': '0',
818 silly registry.get 'keep-alive': 'timeout=10, max=50',
818 silly registry.get connection: 'Keep-Alive' } ]
819 verbose etag bindings from cache
820 silly lockFile edb95d60-bindings-1-2-0 bindings@1.2.0
821 silly lockFile edb95d60-bindings-1-2-0 bindings@1.2.0
822 silly resolved [ { name: 'bindings',
822 silly resolved description: 'Helper module for loading your native module\'s .node file',
822 silly resolved keywords: [ 'native', 'addon', 'bindings', 'gyp', 'waf', 'c', 'c++' ],
822 silly resolved version: '1.2.0',
822 silly resolved author:
822 silly resolved { name: 'Nathan Rajlich',
822 silly resolved email: 'nathan@tootallnate.net',
822 silly resolved url: 'http://tootallnate.net' },
822 silly resolved repository:
822 silly resolved { type: 'git',
822 silly resolved url: 'git://github.com/TooTallNate/node-bindings.git' },
822 silly resolved main: './bindings.js',
822 silly resolved readme: 'node-bindings\n=============\n### Helper module for loading your native module\'s .node file\n\nThis is a helper module for authors of Node.js native addon modules.\nIt is basically the "swiss army knife" of `require()`ing your native module\'s\n`.node` file.\n\nThroughout the course of Node\'s native addon history, addons have ended up being\ncompiled in a variety of different places, depending on which build tool and which\nversion of node was used. To make matters worse, now the _gyp_ build tool can\nproduce either a _Release_ or _Debug_ build, each being built into different\nlocations.\n\nThis module checks _all_ the possible locations that a native addon would be built\nat, and returns the first one that loads successfully.\n\n\nInstallation\n------------\n\nInstall with `npm`:\n\n``` bash\n$ npm install bindings\n```\n\nOr add it to the `"dependencies"` section of your _package.json_ file.\n\n\nExample\n-------\n\n`require()`ing the proper bindings file for the current node version, platform\nand architecture is as simple as:\n\n``` js\nvar bindings = require(\'bindings\')(\'binding.node\')\n\n// Use your bindings defined in your C files\nbindings.your_c_function()\n```\n\n\nNice Error Output\n-----------------\n\nWhen the `.node` file could not be loaded, `node-bindings` throws an Error with\na nice error message telling you exactly what was tried. You can also check the\n`err.tries` Array property.\n\n```\nError: Could not load the bindings file. Tried:\n → /Users/nrajlich/ref/build/binding.node\n → /Users/nrajlich/ref/build/Debug/binding.node\n → /Users/nrajlich/ref/build/Release/binding.node\n → /Users/nrajlich/ref/out/Debug/binding.node\n → /Users/nrajlich/ref/Debug/binding.node\n → /Users/nrajlich/ref/out/Release/binding.node\n → /Users/nrajlich/ref/Release/binding.node\n → /Users/nrajlich/ref/build/default/binding.node\n → /Users/nrajlich/ref/compiled/0.8.2/darwin/x64/binding.node\n at bindings (/Users/nrajlich/ref/node_modules/bindings/bindings.js:84:13)\n at Object.<anonymous> (/Users/nrajlich/ref/lib/ref.js:5:47)\n at Module._compile (module.js:449:26)\n at Object.Module._extensions..js (module.js:467:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n ...\n```\n\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2012 Nathan Rajlich &lt;nathan@tootallnate.net&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\'Software\'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
822 silly resolved readmeFilename: 'README.md',
822 silly resolved bugs: { url: 'https://github.com/TooTallNate/node-bindings/issues' },
822 silly resolved homepage: 'https://github.com/TooTallNate/node-bindings',
822 silly resolved _id: 'bindings@1.2.0',
822 silly resolved _shasum: 'c224fc5b349a84043779f97a6271d9d70da7636f',
822 silly resolved _from: 'bindings@1.2.0',
822 silly resolved _resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.2.0.tgz' } ]
823 info install bindings@1.2.0 into /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
824 info installOne bindings@1.2.0
825 info /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings unbuild
826 verbose tar unpack /Volumes/Mac/Utilisateurs/pmougel/.npm/bindings/1.2.0/package.tgz
827 silly lockFile 92897b9d-les-rstats-node-modules-bindings tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings
828 verbose lock tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings /Volumes/Mac/Utilisateurs/pmougel/.npm/92897b9d-les-rstats-node-modules-bindings.lock
829 silly lockFile b1f7e29b-l-npm-bindings-1-2-0-package-tgz tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/bindings/1.2.0/package.tgz
830 verbose lock tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/bindings/1.2.0/package.tgz /Volumes/Mac/Utilisateurs/pmougel/.npm/b1f7e29b-l-npm-bindings-1-2-0-package-tgz.lock
831 silly gunzTarPerm modes [ '755', '644' ]
832 silly gunzTarPerm extractEntry package.json
833 silly gunzTarPerm extractEntry README.md
834 silly gunzTarPerm extractEntry bindings.js
835 silly lockFile 92897b9d-les-rstats-node-modules-bindings tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings
836 silly lockFile 92897b9d-les-rstats-node-modules-bindings tar:///Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings
837 silly lockFile b1f7e29b-l-npm-bindings-1-2-0-package-tgz tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/bindings/1.2.0/package.tgz
838 silly lockFile b1f7e29b-l-npm-bindings-1-2-0-package-tgz tar:///Volumes/Mac/Utilisateurs/pmougel/.npm/bindings/1.2.0/package.tgz
839 info preinstall bindings@1.2.0
840 verbose readDependencies using package.json deps
841 verbose readDependencies using package.json deps
842 silly resolved []
843 verbose about to build /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings
844 info build /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules/bindings
845 verbose linkStuff [ false,
845 verbose linkStuff false,
845 verbose linkStuff false,
845 verbose linkStuff '/Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats/node_modules' ]
846 info linkStuff bindings@1.2.0
847 verbose linkBins bindings@1.2.0
848 verbose linkMans bindings@1.2.0
849 verbose rebuildBundles bindings@1.2.0
850 info install bindings@1.2.0
851 info postinstall bindings@1.2.0
852 verbose about to build /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
853 info build /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats
854 verbose linkStuff [ false,
854 verbose linkStuff false,
854 verbose linkStuff false,
854 verbose linkStuff '/Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules' ]
855 info linkStuff rstats@0.0.6
856 verbose linkBins rstats@0.0.6
857 verbose linkMans rstats@0.0.6
858 verbose rebuildBundles rstats@0.0.6
859 verbose rebuildBundles [ 'bindings' ]
860 info install rstats@0.0.6
861 verbose unsafe-perm in lifecycle true
862 info rstats@0.0.6 Failed to exec install script
863 info /Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules/rstats unbuild
864 info preuninstall rstats@0.0.6
865 info uninstall rstats@0.0.6
866 verbose true,/Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules,/Volumes/Mac/Utilisateurs/pmougel/tmp/node_modules unbuild rstats@0.0.6
867 info postuninstall rstats@0.0.6
868 error rstats@0.0.6 install: `node-gyp rebuild`
868 error Exit status 1
869 error Failed at the rstats@0.0.6 install script.
869 error This is most likely a problem with the rstats package,
869 error not with npm itself.
869 error Tell the author that this fails on your system:
869 error node-gyp rebuild
869 error You can get their info via:
869 error npm owner ls rstats
869 error There is likely additional logging output above.
870 error System Darwin 13.3.0
871 error command "/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/bin/node" "/Volumes/Mac/Utilisateurs/pmougel/.nvm/v0.10.28/bin/npm" "i" "rstats"
872 error cwd /Volumes/Mac/Utilisateurs/pmougel/tmp/rstats
873 error node -v v0.10.28
874 error npm -v 1.4.9
875 error code ELIFECYCLE
876 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment