Displaying 6 results from an estimated 6 matches for "rainerkrug".
2014 Sep 25
0
Indexing of mailf fts clucene aborts
Hi
I am trying lucene to index my email. To create the index, I run the
following command and the indexing aborts:
,----
| 09:42:20 ~$ doveadm -Dv index -u rainerkrug 'RMKrugGMAIL.*'
| doveadm(rainerkrug): Debug: Loading modules from directory: /usr/local/Cellar/dovecot/2.2.13_1/lib/dovecot
| doveadm(rainerkrug): Debug: Module loaded: /usr/local/Cellar/dovecot/2.2.13_1/lib/dovecot/lib20_fts_plugin.so
| doveadm(rainerkrug): Debug: Module loaded: /usr/loca...
2015 Oct 29
2
R CMD BATCH vs R CMD batch
...in the path:
>
> edd at max:~$ R CMD date
> Wed Oct 28 21:05:01 CDT 2015
> edd at max:~$
So what is R CMD exactly doing in this example? The output is the same if
I say only the command (using pwd as otherwise the time has changed...):
,----
| 09:35:03 ~$ R CMD pwd
| /Users/rainerkrug
| 09:35:37 ~$ R CMD pwd
| /Users/rainerkrug
| 09:37:44 ~$ pwd
| /Users/rainerkrug
| 09:37:49 ~$
`----
And this happens, except in cases where the foo is defined as a CMD in R (build, ...):
,----
| Commands:
| BATCH Run R in batch mode
| COMPILE Compile files for use with R
| SHLIB Buil...
2015 Oct 29
0
R CMD BATCH vs R CMD batch
...R CMD date
>> Wed Oct 28 21:05:01 CDT 2015
>> edd at max:~$
>
> So what is R CMD exactly doing in this example? The output is the same if
> I say only the command (using pwd as otherwise the time has changed...):
>
> ,----
> | 09:35:03 ~$ R CMD pwd
> | /Users/rainerkrug
> | 09:35:37 ~$ R CMD pwd
> | /Users/rainerkrug
> | 09:37:44 ~$ pwd
> | /Users/rainerkrug
> | 09:37:49 ~$
> `----
>
> And this happens, except in cases where the foo is defined as a CMD in R (build, ...):
>
> ,----
> | Commands:
> | BATCH...
2015 Oct 29
2
R CMD BATCH vs R CMD batch
Hi,
Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I
didn't get an error so didn't think about the consequences... One
consequence is (at least on Mac OS X 10.11 but probably in more
generality) that R_BATCH_OPTIONS are ignored, which was kind of fatal
in my case... I am thus wondering whether it makes sense to either a)
have R_BATCH_OPTIONS also
2013 Oct 03
1
check warning with .onLoad() and setClass()
...| import(seedDisp)
| import(seedGerm)
| import(seedProd)
| import(sp)
| import(spgrass6)
`----
The package builds fine, it installs without problems and works as
expected, but when checking it, I get the following error:
,----
| $ R CMD check ./InDrak_0.1-0.tar.gz
| * using log directory ?/Users/rainerkrug/Documents/Projects/R-Packages/inDrak/InDrak.Rcheck?
| * using R version 3.0.1 (2013-05-16)
| * using platform: x86_64-apple-darwin10.8.0 (64-bit)
| * using session charset: UTF-8
| * checking for file ?InDrak/DESCRIPTION? ... OK
| * checking extension type ... Package
| * this is package ?InDrak? v...
2015 Oct 29
2
R CMD BATCH vs R CMD batch
...28 21:05:01 CDT 2015
>>> edd at max:~$
>>
>> So what is R CMD exactly doing in this example? The output is the same if
>> I say only the command (using pwd as otherwise the time has changed...):
>>
>> ,----
>> | 09:35:03 ~$ R CMD pwd
>> | /Users/rainerkrug
>> | 09:35:37 ~$ R CMD pwd
>> | /Users/rainerkrug
>> | 09:37:44 ~$ pwd
>> | /Users/rainerkrug
>> | 09:37:49 ~$
>> `----
>>
>> And this happens, except in cases where the foo is defined as a CMD in R (build, ...):
>>
>> ,----
>> | Com...