WavX / bioacoustics

bioacoustics package: detect and extract automatically acoustic features in audio recordings
44 stars 13 forks source link

error in installation #1

Closed chunchiahuang closed 6 years ago

chunchiahuang commented 6 years ago

Dear sir and madam.

I failed to install bioacoustics to my laptop and got this error message: "Error: running command '"C:/PROGRA~1/R/R-34~1.4/bin/i386/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD config CC' had status 2"

The environment is R 3.4.4 and R studio V 1.0.143, Windows 7. The problem happened in both 32 and 64 bit R.

Many thanks

Joe

ygc2l commented 6 years ago

Do you have development tools installed?

chunchiahuang commented 6 years ago

Hi Jean,

I did install the latest Rtools

thanks :)

Joe

Joe Chun-Chia Huang Postdoc Research Fellow, Biodiversity Research Center Academia Sinica

Address: Room C208, Interdisciplinary Research Building No. 28, Lane 70, Yanjiuyuan Rd Sec 2, Nan-gang District, Taipei City 115, Taiwan E-mail: ecojoe.huang@gmail.com Office: +886-2-7872-294 Mobile (TW): +886-905-046-643

On Fri, Mar 23, 2018 at 10:19 PM, Jean Marchal notifications@github.com wrote:

Do you have development tools installed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WavX/bioacoustics/issues/1#issuecomment-375680007, or mute the thread https://github.com/notifications/unsubscribe-auth/AbUABYI9hInicnlJ2eW9xI3MFXqCAHmhks5thQRygaJpZM4S4UJn .

chunchiahuang commented 6 years ago

Hi jean,

I mean I did installed the Rtool but still have the problem. Thanks again

On 24 Mar 2018, at 20:44, Jean Marchal notifications@github.com wrote:

Closed #1.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ygc2l commented 6 years ago

Oh, sorry about that...

First, make sure you have knitr and rmarkdown installed if you are installing the package with the vignette. If that doesn't work can you install the package in a temp directory, for example using the following command install_github("wavx/bioacoustics", out_dir = "C:/bioacoustics") and upload the .out file?