Hasan Diwan
Hasan Diwan
**Describe the issue or bug** cannot coerce type 'closure' to vector of type 'character' **To Reproduce** ```python import rpy2.robjects as robjects from rpy2.robjects.packages import importr from rpy2.robjects.vectors import StrVector #...
Would it be possible to restrict the units used? As in the following (contrived): assert distance_of_time_in_words_hash(DateTime.now - 1.day, DateTime.now, {max_unit: seconds}) == {seconds: 86400} If not, how would one (I)...
jruby-9.2.9.0 :001 > require 'rubygems' => false jruby-9.2.9.0 :002 > require 'dotiw' Traceback (most recent call last): 8: from /Users/user/.rvm/rubies/jruby-9.2.9.0/bin/jirb:13:in `' 7: from org/jruby/RubyKernel.java:1193:in `catch' 6: from org/jruby/RubyKernel.java:1193:in `catch' 5:...