andrewzm / STRbook

Supplementary package for "Spatio-Temporal Statistics with R" by C.K. Wikle, A. Zammit-Mangion, and N. Cressie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warning and error installing package

mgm-cincy opened this issue · comments

When I tried to install the package I got the warning and error message below. When I did sessionInfo() no STRbook package was listed. I pasted my sessionInfo output below the warning.
How can I install the STRbook package?
Thanks,
Mike

install_github("andrewzm/STRbook")
Downloading GitHub repo andrewzm/STRbook@master
1 [main] tar 12456 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to
the public mailing list cygwin@cygwin.com
cygwin warning:
MS-DOS style path detected: C:\Users\mmcmanus\AppData\Local\Temp\Rtmp0Q8ou4\file3de02cf17642.tar.gz
Preferred POSIX equivalent is: /cygdrive/c/Users/mmcmanus/AppData/Local/Temp/Rtmp0Q8ou4/file3de02cf17642.tar.gz
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
Error: Does not appear to be an R package (no DESCRIPTION)

sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] usethis_1.4.0 devtools_2.0.1

loaded via a namespace (and not attached):
[1] Rcpp_1.0.0 rstudioapi_0.9.0 knitr_1.21
[4] magrittr_1.5 pkgload_1.0.2 R6_2.2.2
[7] rlang_0.3.1 tools_3.4.3 pkgbuild_1.0.2
[10] xfun_0.3 sessioninfo_1.1.1 cli_1.0.1
[13] withr_2.1.2 remotes_2.0.2 yaml_2.2.0
[16] assertthat_0.2.0 digest_0.6.16 rprojroot_1.3-2
[19] crayon_1.3.4 processx_3.2.0 callr_2.0.4
[22] fs_1.2.6 ps_1.1.0 curl_3.2
[25] testthat_2.0.0 glue_1.3.0 memoise_1.1.0
[28] compiler_3.4.3 desc_1.2.0 backports_1.1.2
[31] prettyunits_1.0.2

Andrew,
I did update and reinstall devtools, but I got the same error. I will try another computer.

Please keep me updated if you offer any future short courses.
Thanks,
Mike

I upgraded to R version 3.6.0 and the install went fine.
Thanks,
Mike