2017-02-20 18 views
0

パッケージをwin-builder(Rリリース)でテストしています。実際のエラーメッセージを返さずにパッケージのチェックに失敗します。これらの同じチェックは、WindowsおよびLinux(R 3.3.2および3.2.0)ではローカルで正常に動作します。私はコンパイルされたコードを持っておらず、コンパイルされていないRコードしか持っていません。R win-builderがサイレントで失敗する

** running tests for arch 'i386' ... ERROR 
Running the tests in 'tests/testthat.R' failed. 
Last 13 lines of output: 

R is a collaborative project with many contributors. 
    Type 'contributors()' for more information and 
    'citation()' on how to cite R or R packages in publications. 

Type 'demo()' for some demos, 'help()' for on-line help, or 
    'help.start()' for an HTML browser interface to help. 
    Type 'q()' to quit R. 

    > library(testthat) 
    > library(mypackage) 
    > 
    > test_check("mypackage") 
** running tests for arch 'x64' ... [109s] OK 
    Running 'testthat.R' [108s] 

私はtestthat.Rout.failの下をチェックし、それは本当にtest_check( "mypackageと")で終わるん。

答えて

1

気にしないでください。 Rセッションがクラッシュしていました。 i386でローカルに再現、デバッグ、および修正されました。

関連する問題