tesselle / tabula

:bar_chart: Analysis and Visualization of Archaeological Count Data
https://packages.tesselle.org/tabula/
GNU General Public License v3.0
35 stars 5 forks source link

Cannot install pkg from CRAN or GitHub #20

Closed benmarwick closed 3 years ago

benmarwick commented 3 years ago

Describe the bug Not available from CRAN, cannot install from GitHub

To Reproduce

> install.packages("tabula")
Warning in install.packages :
  package ‘tabula’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
> sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7
> remotes::install_github("tesselle/tabula")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo tesselle/tabula@HEAD
Error: Failed to install 'tabula' from GitHub:
  Missing commas separating Remotes: 'tesselle/arkhe
    tesselle/dimensio'
> 

Expected behavior I expect the pkg will install.

Screenshots image

Session Info

> sessionInfo()
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] forcats_0.5.1   stringr_1.4.0   dplyr_1.0.4     purrr_0.3.4     readr_1.4.0     tidyr_1.1.2    
[7] tibble_3.0.6    ggplot2_3.3.3   tidyverse_1.3.0

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.6        cellranger_1.1.0  pillar_1.5.0      compiler_4.0.3    dbplyr_2.0.0     
 [6] tools_4.0.3       jsonlite_1.7.2    lubridate_1.7.9.2 lifecycle_1.0.0   gtable_0.3.0     
[11] pkgconfig_2.0.3   rlang_0.4.10      reprex_1.0.0      rstudioapi_0.13   DBI_1.1.1        
[16] cli_2.3.1         haven_2.3.1       withr_2.4.1       xml2_1.3.2        httr_1.4.2       
[21] fs_1.5.0          generics_0.1.0    vctrs_0.3.6       hms_1.0.0         grid_4.0.3       
[26] tidyselect_1.1.0  glue_1.4.2        R6_2.5.0          fansi_0.4.2       readxl_1.3.1     
[31] modelr_0.1.8      magrittr_2.0.1    backports_1.2.1   scales_1.1.1      ellipsis_0.3.1   
[36] rvest_0.3.6       assertthat_0.2.1  colorspace_2.0-0  utf8_1.1.4        stringi_1.5.3    
[41] munsell_0.5.0     broom_0.7.4       crayon_1.4.1  
nfrerebeau commented 3 years ago

Thank you for reporting the problem and offering a fix!

tabula was removed from CRAN last summer because I was unable to submit a correction during fieldwork. It should be back on CRAN in March.

I am in the process of modifying some dependencies and cleaning up the code, the current version on GitHub may be temporarily unstable.

benmarwick commented 3 years ago

Thanks for this neat package! I'm using it in a class I'm teaching, your seriation methods are really handy and produce great visualisations with a few lines of code, perfect for an undergraduate class.