Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

No check/warning for RAnEnExtra #77

Closed map579 closed 4 years ago

map579 commented 4 years ago

I installed the RAnEn 4.0.0 package today on my machine (Windows 10/R 3.6.2/R Studio 1.2.5033). The installation went well, but there was no mention of the RAnEnExtra package during the installation, or warning that it was not already installed. I installed the RAnEnExtra package separately, which installed without any errors.

Mark

Weiming-Hu commented 4 years ago

That is weird. Could you run sessionInfo() inside your R?

When I tested this on a Windows machine, this is what I got.

> library(RAnEn)
-------------------------------------------
-------------------------------------------
      ____   ___            ______     
     / __ \ /   |   ____   / ____/____ 
    / /_/ // /| |  / __ \ / __/  / __ \
   / _, _// ___ | / / / // /___ / / / /
  /_/ |_|/_/  |_|/_/ /_//_____//_/ /_/ 

------------------------------------------- 
-------------------------------------------
RAnEn Version 4.0.1 Pandora 
Geoinformatics and Earth Observation Laboratory
The Pennsylvania State University
Please consider citing RAnEn: citation('RAnEn')

******************************************************
You haven't installed RAnEnExtra for AnEn verification and visualization
To install: devtools::install_github('Weiming-Hu/RAnEnExtra')
******************************************************
> sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)

Matrix products: default

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

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

other attached packages:
[1] RAnEn_4.0.1

loaded via a namespace (and not attached):
[1] compiler_3.6.0   tools_3.6.0      Rcpp_1.0.3       codetools_0.2-16 BH_1.72.0-3

Indeed I have the warning message for RAnEnExtra not installed.

Thank you

Weiming-Hu commented 4 years ago

Resolved. The package is functioning as expected.