devtools

    5熱度

    2回答

    我想爲console.log()設置偵聽器,並在不阻止默認行爲的情況下對郵件執行某些操作。所以,開發工具的控制檯也應該得到這個消息。有任何想法嗎?

    1熱度

    1回答

    在我們每晚的構建過程中,我們從多站點源代碼控制庫中下載最新的提交簽入,並將本地源代碼更改合併到編譯/構建版本中。這給我們留下了許多文件的修改日期和內容。當我第二天早上抵達並單擊我的Intellij IDEA窗口時,IDEA將重建源文件的索引。使用Intellij IDEA 10,這種情況發生在後臺,速度應該會更好。在等待的過程中,我可以對來源做很多(但不是全部)操作。 在後臺做索引很好,但是我可以

    5熱度

    1回答

    我由誤差 found an S4 version of 'simulate' so it has not been imported correctly 我寫的R包,其中包括用於模擬()方法作爲S3方法的定義很困惑。由於仿真通用已經定義,我只需定義一個simulate.myclass(在我的情況下爲simulate.fitContinuous)。 該軟件包還取決於另一個具有S4版本模擬的軟件包

    29熱度

    2回答

    我正在開發一個R包,使用devtools,testthat和roxygen2。我在數據文件夾中有幾個數據集(foo.txt和bar.csv)。 我的文件結構如下: / mypackage /data * foo.txt, bar.csv /inst /tests * run-all.R, test_1.R /man /R

    1熱度

    2回答

    在回答前一個問題,Alternatives to system() in R for calling sed, rsync, ssh etc.: Do functions exist, should I write my own, or am I missing the point?,hadley'sanswer表明,當面臨着類似的問題,他用了類似的功能: bash <- function() s

    1熱度

    1回答

    當我運行以下命令: library(devtools) install_github('roxygen2') 我得到以下錯誤: 與devtools 0.51: Installing roxygen2 from hadley Error in unzip(src, list = TRUE) : zip file '/tmp/Rtmp2b44Ug/hadley-roxygen2.zi

    5熱度

    2回答

    我試圖從Github安裝開發版ggbiplot。在安裝過程中,我收到以下錯誤消息: library(devtools) install_github("ggbiplot", "vqv") Installing github repo(s) ggbiplot/master from vqv Installing ggbiplot.zip from https://github.com/vq

    6熱度

    3回答

    我在github上使用「配置」腳本(因爲一些C代碼依賴於GSL庫)有一個R包。我嘗試使用github_install()函數devtools包安裝包並獲得錯誤: (as ‘lib’ is unspecified) * installing *source* package ‘wrightscape’ ... ERROR: 'configure' exists but is not execut

    0熱度

    2回答

    除了ActiveState的PerlSvc,還有哪些解釋器和編譯器支持Windows服務的開發?

    4熱度

    3回答

    我已經下載並安裝了Erlang和EmacsW32。但是,如何在Emacs中使用erlang.el?我在哪裏放置或安裝它? 我已閱讀Erlang/OTP R13B04 documentation和Erlang mode for Emacs documentation但我還沒有找到任何有關如何設置它的信息。 UPDATE 1:我發現更多有關The Erlang mode for Emacs的文檔。我在