stefanocoretta / speakr

speakr: A Wrapper for the Phonetic Software Praat
https://stefanocoretta.github.io/speakr/
Other
25 stars 3 forks source link

Warning at load time #1

Closed FredrikKarlssonSpeech closed 4 years ago

FredrikKarlssonSpeech commented 4 years ago

Hi,

I tried installing your package, and it gives a warning I guess has to do with your setup:

> devtools::install_github("stefanocoretta/speakr@v2.1.0", build_opts = c("--no-resave-data", "--no-manual"))
Downloading GitHub repo stefanocoretta/speakr@v2.1.0
✓  checking for file ‘/private/var/folders/vc/lhvg_40x50l3nb3rndb4kwbm0000gp/T/RtmpL0m1oY/remotes175e693631af/stefanocoretta-speakr-6e67bac/DESCRIPTION’ ...
─  preparing ‘speakr’:
✓  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  building ‘speakr_2.1.0.tar.gz’

* installing *source* package ‘speakr’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning in normalizePath("~/go/bin/lmt") :
  path[1]="/Users/frkkan96/go/bin/lmt": No such file or directory
** testing if installed package can be loaded from final location
Warning in normalizePath("~/go/bin/lmt") :
  path[1]="/Users/frkkan96/go/bin/lmt": No such file or directory
** testing if installed package keeps a record of temporary installation path
* DONE (speakr)
> library(speakr)
Warning message:
In normalizePath("~/go/bin/lmt") :
  path[1]="/Users/frkkan96/go/bin/lmt": No such file or directory
stefanocoretta commented 4 years ago

Hi! Thanks for trying the package and sorry for the warning! The new release v2.1.1 should have fixed that. (Install with devtools::install_github("stefanocoretta/speakr@v2.1.1", build_vignettes = TRUE)). Let me know if there are any more problems!