dyndoc-ruby-core 1.0.8 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b458bd7c16ef26b9361c0b2e6e0a28bfd8467d9
4
- data.tar.gz: 5263964be35e96beefa1a4acd2ecd18a41e7f93c
3
+ metadata.gz: d2792918d1c715f0334e1d70e055f02f3c783dbc
4
+ data.tar.gz: 231fd6e4fd285f131767c2119a98d9766a2622f3
5
5
  SHA512:
6
- metadata.gz: 57adc2f421d5c32fa08a898f43e7d58e8a0c76a93fabf4490a91e18b5f7b83fd6c46ae36001b7f88a926fd8f34efe28d3b22958ac771c06453adf984859fef73
7
- data.tar.gz: 42cb61b354ee200d68a4c102a89992b24c4605471b89ec021ee0ed81c981a1874345d01a624930045fde99bc5737a7313207a26ddb554c4fe6b2c8ddc4d30911
6
+ metadata.gz: c7cf94895b0b29291a59d0d9bb848c8bff238f2c589aa8af813f19f4af31d7f5d34969e981c352c04237780c1cc558b81c9032a18d7ba5f2af879e4b18e75cf5
7
+ data.tar.gz: 8d8c4e90a564dc1e3803d08a1931fabd6d2f11e84e4af6db2fce0be0826f4278f8aa20fde75f688f952a3b7243e52125a7ad4731d2128ef2d3ce61d130fae49c
@@ -49,7 +49,7 @@ module Dyndoc
49
49
  if RUBY_PLATFORM =~ /mingw/ and !(File.exist? File.join(ENV["HOME"],"R","win-library")) and (File.exist? File.join(ENV["HOME"],"Documents","R","win-library"))
50
50
  ##ENV["HOME"] += "/Documents"
51
51
  if ENV["R_LIBS_USER"]
52
- puts "Warning (dyndoc): R_LIBS_USER already in use by dyndoc. Fix that by calling inside dyndoc .libPaths(\"#{ENV['R_LIBS_USER']}\")")
52
+ puts "Warning (dyndoc): R_LIBS_USER already in use by dyndoc. Fix that by calling inside dyndoc .libPaths(\"#{ENV['R_LIBS_USER']}\")"
53
53
  end
54
54
  ENV["R_LIBS_USER"]=Dir[File.join(ENV["HOME"],"Documents","R","win-library","*")][-1]
55
55
  ## RMK: if R_LIBS_USER already exist then the second solution
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyndoc-ruby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CQLS