modisfast icon indicating copy to clipboard operation
modisfast copied to clipboard

opendapr fails to build manual and vignettes

Open janstrauss1 opened this issue 3 years ago • 1 comments

Hi @ptaconet,

I am looking for an efficient tool to access (subset and download) PO.DAAC OPeNDAP datasets and thus found opendapr.

Is it still maintained and developed?

Trying to build it using devtools as follows unfortunately throws errers and fails to build the manual and vignettes:

# install.packages("devtools")
devtools::install_github("ptaconet/opendapr", build_vignettes = T, build_manual = T)

Not building the manual and vignettes appears to work fine though:

devtools::install_github("ptaconet/opendapr", build_vignettes = F, build_manual = F)

Please find the output of my sessionInfo() below:

R version 4.0.3 (2020-10-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

other attached packages:
[1] opendapr_0.1.0 oce_1.4-0      sf_0.9-8       gsw_1.0-5      testthat_3.0.2

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.6         lubridate_1.7.10   lattice_0.20-41    prettyunits_1.1.1  class_7.3-17       ps_1.6.0           assertthat_0.2.1  
 [8] rprojroot_2.0.2    digest_0.6.27      utf8_1.2.1         R6_2.5.0           e1071_1.7-6        httr_1.4.2         pillar_1.5.1      
[15] rlang_0.4.10       curl_4.3           rstudioapi_0.13    callr_3.5.1        raster_3.4-5       desc_1.3.0         devtools_2.3.2    
[22] stringr_1.4.0      proxy_0.4-25       compiler_4.0.3     cmocean_0.3-1      xfun_0.20          pkgconfig_2.0.3    pkgbuild_1.2.0    
[29] tidyselect_1.1.0   tibble_3.1.0       codetools_0.2-18   fansi_0.4.2        crayon_1.4.1       dplyr_1.0.5        withr_2.4.1       
[36] grid_4.0.3         lwgeom_0.2-5       lifecycle_1.0.0    DBI_1.1.1          magrittr_2.0.1     units_0.7-1        ncdf4_1.17        
[43] KernSmooth_2.23-18 cli_2.3.1          stringi_1.5.3      fs_1.5.0           remotes_2.2.0      sp_1.4-5           xml2_1.3.2        
[50] ellipsis_0.3.1     generics_0.1.0     vctrs_0.3.6        tools_4.0.3        glue_1.4.2         purrr_0.3.4        processx_3.5.0    
[57] abind_1.4-5        pkgload_1.2.0      parallel_4.0.3     sessioninfo_1.1.1  stars_0.5-2        classInt_0.4-3     rvest_1.0.0       
[64] memoise_1.1.0      knitr_1.30         usethis_2.0.0     

janstrauss1 avatar Mar 29 '21 13:03 janstrauss1