search for: 40860

Displaying 5 results from an estimated 5 matches for "40860".

Did you mean: 0860
2007 Mar 21
1
bug and patch: strptime first-of-month error in (possibly unsupported use of) "%j" format (PR#9577)
...omparison in datetime.c:glibc_fix(). This generates a date like "Jan 32", which validate_tm() catches and NAs. (Values of field tm->tm_yday start at 0, not 1.) ================================================================================= PATCH: --- R/src/main/datetime.c (revision 40860) +++ R/src/main/datetime.c (working copy) @@ -796,7 +796,7 @@ if(tm->tm_yday != NA_INTEGER) { /* since we have yday, let that take precedence over mon/mday */ int yday = tm->tm_yday, mon = 0; - while(yday > (tmp = days_in_month[mon] + + while(yday >= (tmp = days_in_month[mon] +...
2007 Jun 28
1
DRb server crashing
...DRb::DRbConnError occurred in comments#create: druby://127.0.0.1:40869 - #<Errno::ECONNREFUSED: Connection refused - connect(2)> /usr/local/lib/ruby/1.8/drb/drb.rb:736:in `open'' ------------------------------- Request: ------------------------------- * URL: http://127.0.0.1:40860/forums/writeroom/topics/18_WR_1_document_model/comments * Parameters: {"topic_id"=>"18_WR_1_document_model", "commit"=>"Create and Save", "action"=>"create", "controller"=>"comments", "forum_id"=...
2008 Feb 09
1
Problem with fitdistr function
...0 121 39600 0 122 39660 0 123 39720 32 124 39780 32 125 39840 77 126 39900 0 127 39960 0 128 40020 0 129 40080 0 130 40140 0 131 40200 0 132 40260 0 133 40320 0 134 40380 0 135 40440 0 136 40500 0 137 40560 0 138 40620 32 139 40680 32 140 40740 109 141 40800 67 142 40860 92 143 40920 0 144 40980 0 145 41040 0 146 41100 0 147 41160 0 148 41220 0 149 41280 0 150 41340 0 151 41400 0 152 41460 0 153 41520 112 154 41580 0 155 41640 0 156 41700 0 157 41760 0 158 41820 0 159 41880 0 160 41940 0 161 42000 0 162 42060 0 163 42120 0 1...
2008 Feb 09
1
Problem with fitdistr function while estimating parameters
...0 121 39600 0 122 39660 0 123 39720 32 124 39780 32 125 39840 77 126 39900 0 127 39960 0 128 40020 0 129 40080 0 130 40140 0 131 40200 0 132 40260 0 133 40320 0 134 40380 0 135 40440 0 136 40500 0 137 40560 0 138 40620 32 139 40680 32 140 40740 109 141 40800 67 142 40860 92 143 40920 0 144 40980 0 145 41040 0 146 41100 0 147 41160 0 148 41220 0 149 41280 0 150 41340 0 151 41400 0 152 41460 0 153 41520 112 154 41580 0 155 41640 0 156 41700 0 157 41760 0 158 41820 0 159 41880 0 160 41940 0 161 42000 0 162 42060 0 163 42120 0 1...
2008 Feb 10
2
Error in optim while using fitdistr() function
...38700 0 38760 0 38820 32 38880 32 38940 32 39000 0 39060 0 39120 0 39180 0 39240 0 39300 0 39360 0 39420 0 39480 0 39540 0 39600 0 39660 0 39720 32 39780 32 39840 77 39900 0 39960 0 40020 0 40080 0 40140 0 40200 0 40260 0 40320 0 40380 0 40440 0 40500 0 40560 0 40620 32 40680 32 40740 109 40800 67 40860 92 40920 0 40980 0 41040 0 41100 0 41160 0 41220 0 41280 0 41340 0 41400 0 41460 0 41520 112 41580 0 41640 0 41700 0 41760 0 41820 0 41880 0 41940 0 42000 0 42060 0 42120 0 42180 0 42240 0 42300 0 42360 0 42420 0 42480 0 42540 66 42600 0 42660 93 42720 0 42780 0 42840 0 42900 0 42960 0 43020 0 4308...