libscie / retractcheck

Check DOIs in a paper for retractions.
Other
24 stars 2 forks source link

Testing instructions and discussion #1

Closed chartgerink closed 6 years ago

chartgerink commented 6 years ago

Hi :walking_man:

Currently testing the retractcheck package for usability across platforms and people. Please let me know your output

devtools::install_github('chartgerink/retractcheck')
retractcheck::retractcheck('10.1002/job.1787')
retractcheck::retractcheck_dir('.')
sessionInfo()

Any testing greatly appreciated. I am primarily worried about dependencies here so any hickups in installs are worth reporting!

arnoudplantinga commented 6 years ago

Installing works fine, as does checking one doi. The retractcheck_dir function did not work in my home directory, but did work after changing to a different directory.

> devtools::install_github('chartgerink/retractcheck')
Downloading GitHub repo chartgerink/retractcheck@master
from URL https://api.github.com/repos/chartgerink/retractcheck/zipball/master
Installing retractcheck
Installing 1 package: textreadr
also installing the dependencies ‘sys’, ‘slam’, ‘antiword’, ‘pdftools’, ‘striprtf’, ‘textshape’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/sys_1.5.zip'
Content type 'application/zip' length 50124 bytes (48 KB)
downloaded 48 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/slam_0.1-42.zip'
Content type 'application/zip' length 121928 bytes (119 KB)
downloaded 119 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/antiword_1.1.zip'
Content type 'application/zip' length 385617 bytes (376 KB)
downloaded 376 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/pdftools_1.6.zip'
Content type 'application/zip' length 10126284 bytes (9.7 MB)
downloaded 9.7 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/striprtf_0.5.1.zip'
Content type 'application/zip' length 856897 bytes (836 KB)
downloaded 836 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/textshape_1.5.0.zip'
Content type 'application/zip' length 463070 bytes (452 KB)
downloaded 452 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/textreadr_0.7.0.zip'
Content type 'application/zip' length 765106 bytes (747 KB)
downloaded 747 KB

package ‘sys’ successfully unpacked and MD5 sums checked
package ‘slam’ successfully unpacked and MD5 sums checked
package ‘antiword’ successfully unpacked and MD5 sums checked
package ‘pdftools’ successfully unpacked and MD5 sums checked
package ‘striprtf’ successfully unpacked and MD5 sums checked
package ‘textshape’ successfully unpacked and MD5 sums checked
package ‘textreadr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\a9\AppData\Local\Temp\RtmpeKSd9X\downloaded_packages
"C:/R/R-34~1.3/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD  \
  INSTALL  \
  "C:/Users/a9/AppData/Local/Temp/RtmpeKSd9X/devtools21c4533f5d84/chartgerink-retractcheck-92ab8d2"  \
  --library="C:/R/R-3.4.3/library" --install-tests 

* installing *source* package 'retractcheck' ...
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'retractcheck'
    finding HTML links ... done
    check_doi                               html  
    construct_url                           html  
    find_doi                                html  
    retractcheck                            html  
    retractcheck_dir                        html  
    retractcheck_docx                       html  
    retractcheck_html                       html  
    retractcheck_pdf                        html  
    retractcheck_rtf                        html  
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (retractcheck)
In R CMD INSTALL
> retractcheck::retractcheck('10.1002/job.1787')
               doi update_type retracted       update_doi       publisher
1 10.1002/job.1787  correction     FALSE 10.1002/job.1858 Wiley-Blackwell
                                                                                                                                                                   title
1 Erratum: Cognitive and affective identification: Exploring the links between different forms of social identification and personality with work attitudes and behavior
  published_original published_update update_delay
1         2013-02-26       2017-05-28    1552 days
> retractcheck::retractcheck_dir('.')
Error in t.default(dois) : argument is not a matrix
> 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  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

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

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.16            textshape_1.5.0         pdftools_1.6           
 [4] digest_0.6.15           withr_2.1.2             R6_2.2.2               
 [7] plyr_1.8.4              jsonlite_1.5            git2r_0.21.0           
[10] textreadr_0.7.0         httr_1.3.1              retractcheck_0.0.0.9000
[13] curl_3.1                data.table_1.10.4-3     devtools_1.13.5        
[16] tools_3.4.3             yaml_2.1.18             compiler_3.4.3         
[19] memoise_1.1.0  
> setwd("C:/surfdrive/Thesis/Status Consumption/Paper/")
> retractcheck::retractcheck_dir('.')
No updates found for 10.1017/S0047279412000979
No updates found for 10.1080/02699930802584466
No updates found for 10.1007/s11031-015-9513-y
No updates found for 10.1017/S0047279412000979
No updates found for 10.1017/S0047279415000525
No updates found for 10.1177/0038038515594092
No updates found for 10.1080/13600810410001699957
No updates found for 10.1257/jep.21.1.141
No updates found for 10.1016/j.jdeveco.2010.05.007
No updates found for 10.1086/588569
No updates found for 10.1016/j.jesp.2009.01.005
No updates found for 10.1016/j.jesp.2010.01.006
No updates found for 10.1162/qjec.2009.124.2.425
No updates found for 10.1002/mar.20254
No updates found for 10.1257/jep.21.1.141
No updates found for 10.2139/ssrn.1140634
No updates found for 10.1007/s11205-010-9635-2
No updates found for 10.1037/1082-989X.1.2.130
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.1177/0081175015599807
No updates found for 10.1111/j.1475-4991.1988.tb00564.x
No updates found for 10.1007/BF02296192
No updates found for 10.1257/jep.21.1.141
No updates found for 10.1017/S0047279415000525
No updates found for 10.1016/j.jdeveco.2010.05.007
No updates found for 10.1111/j.1475-4991.1988.tb00564.x
No updates found for 10.1162/qjec.2009.124.2.425
No updates found for 10.1080/02699930802584466
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.1016/j.csda.2007.05.018
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1007/s11031-015-9513-y
No updates found for 10.1002/mar.20254
No updates found for 10.1007/s11205-010-9635-2
No updates found for 10.1037/1082-989X.1.2.130
No updates found for 10.1037/met0000144
No updates found for 10.2139/ssrn.1140634
No updates found for 10.1177/0038038515594092
No updates found for 10.1086/588569
No updates found for 10.1016/j.jesp.2009.01.005
No updates found for 10.1007/BF02296192
No updates found for 10.1016/j.jesp.2010.01.006
No updates found for 10.1080/13600810410001699957
No updates found for 10.1177/0081175015599807
No updates found for 10.1017/S0047279412000979
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.1017/S0047279412000979
No updates found for 10.1080/02699930802584466
No updates found for 10.1007/s11031-015-9513-y
No updates found for 10.1017/S0047279412000979
No updates found for 10.1162/qjec.2009.124.2.425
No updates found for 10.1002/mar.20254
No updates found for 10.1086/588569
No updates found for 10.1016/j.jesp.2009.01.005
No updates found for 10.1016/j.jesp.2010.01.006
No updates found for 10.1080/13600810410001699957
No updates found for 10.1257/jep.21.1.141
No updates found for 10.1257/jep.21.1.141
No updates found for 10.2139/ssrn.1140634
No updates found for 10.1007/s11205-010-9635-2
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1037/1082-989X.1.2.130
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.1177/0081175015599807
No updates found for 10.1111/j.1475-4991.1988.tb00564.x
No updates found for 10.1007/BF02296192
No updates found for 10.1257/jep.21.1.141
No updates found for 10.1111/j.1475-4991.1988.tb00564.x
No updates found for 10.1162/qjec.2009.124.2.425
No updates found for 10.1080/02699930802584466
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.1016/j.csda.2007.05.018
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1007/s11031-015-9513-y
No updates found for 10.1002/mar.20254
No updates found for 10.1007/s11205-010-9635-2
No updates found for 10.1037/1082-989X.1.2.130
No updates found for 10.1037/met0000144
No updates found for 10.2139/ssrn.1140634
No updates found for 10.1086/588569
No updates found for 10.1016/j.jesp.2009.01.005
No updates found for 10.1007/BF02296192
No updates found for 10.1016/j.jesp.2010.01.006
No updates found for 10.1080/13600810410001699957
No updates found for 10.1177/0081175015599807
No updates found for 10.1017/S0047279412000979
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.1257/jep.21.1.141
No updates found for 10.1017/S0047279415000525
No updates found for 10.1093/eurpub/cku212
No updates found for 10.1111/j.1475-4991.1988.tb00564.x
No updates found for 10.1086/671712
No updates found for 10.1162/qjec.2009.124.2.425
No updates found for 10.1177/0038038512453796
No updates found for 10.1080/02699930802584466
No updates found for 10.1080/00224545.1968.9933615
No updates found for 10.3934/publichealth.2015.3.296
No updates found for 10.1086/593946
No updates found for 10.1111/bjop.12046
No updates found for 10.1080/10696679.1999.11501839
No updates found for 10.3758/BF03193146
No updates found for 10.1016/j.csda.2007.05.018
No updates found for 10.1016/j.joep.2014.04.007
No updates found for 10.1007/s11031-015-9513-y
No updates found for 10.1353/urb.2001.0005
No updates found for 10.1177/0038038511416146
No updates found for 10.1007/BF02289447
No updates found for 10.1002/mar.20254
No updates found for 10.1016/j.jcps.2016.05.003
No updates found for 10.1016/j.evolhumbehav.2010.12.002
No updates found for 10.1002/cb.155
No updates found for 10.1111/jasp.12261
No updates found for 10.1177/0038038515594092
No updates found for 10.1007/s11336-008-9102-z
No updates found for 10.1086/588569
No updates found for 10.1016/j.jesp.2009.01.005
No updates found for 10.1007/BF02296192
No updates found for 10.1108/BFJ-02-2014-0081
No updates found for 10.1017/S0047279412000979

HOORAY *<(:)
No retractions or corrections to check out
NULL
Warning messages:
1: In utils::unzip(file, exdir = tmp) :
  error 1 in extracting from zip file
2: In textreadr::read_dir(path) :
  The following files failed to read in and were removed:
  -./~$atus Consumption 5.2.docx
chartgerink commented 6 years ago

Oh cool, thanks @arnoudplantinga! It seems like this warning is indeed related to the open file (technically DOCX files are zip-esque files). Could you retry in a clean folder without file open? :+1:

It seems like it checked the directory fine and just gave a warning for the other (this is why the list of messages for the manuscript that was scanned!)

arnoudplantinga commented 6 years ago

I realized after posting that the file it fails to read is not the docx file itself, but the lockfile. That makes sense!

chartgerink commented 6 years ago

Thanks for the feedback Arnoud! Probably helps me clear up an issue another tester was having :)

arnoudplantinga commented 6 years ago

Oh, one other small comment: It might be useful to print which files were checked, and to which file the checked dois belong

RobbievanAert commented 6 years ago
> devtools::install_github('chartgerink/retractcheck')
Downloading GitHub repo chartgerink/retractcheck@master
from URL https://api.github.com/repos/chartgerink/retractcheck/zipball/master
Installing retractcheck
Installing 1 package: textreadr
also installing the dependencies ‘rematch’, ‘sys’, ‘cellranger’, ‘slam’, ‘antiword’, ‘data.table’, ‘pdftools’, ‘readxl’, ‘striprtf’, ‘textshape’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/rematch_1.0.1.zip'
Content type 'application/zip' length 14607 bytes (14 KB)
downloaded 14 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/sys_1.5.zip'
Content type 'application/zip' length 49726 bytes (48 KB)
downloaded 48 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/cellranger_1.1.0.zip'
Content type 'application/zip' length 75746 bytes (73 KB)
downloaded 73 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/slam_0.1-42.zip'
Content type 'application/zip' length 121928 bytes (119 KB)
downloaded 119 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/antiword_1.1.zip'
Content type 'application/zip' length 385616 bytes (376 KB)
downloaded 376 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/data.table_1.10.4-3.zip'
Content type 'application/zip' length 1577628 bytes (1.5 MB)
downloaded 1.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/pdftools_1.6.zip'
Content type 'application/zip' length 10126285 bytes (9.7 MB)
downloaded 9.7 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/readxl_1.0.0.zip'
Content type 'application/zip' length 1458096 bytes (1.4 MB)
downloaded 1.4 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/striprtf_0.5.1.zip'
Content type 'application/zip' length 856892 bytes (836 KB)
downloaded 836 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/textshape_1.5.0.zip'
Content type 'application/zip' length 463271 bytes (452 KB)
downloaded 452 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/textreadr_0.7.0.zip'
Content type 'application/zip' length 765158 bytes (747 KB)
downloaded 747 KB

package ‘rematch’ successfully unpacked and MD5 sums checked
package ‘sys’ successfully unpacked and MD5 sums checked
package ‘cellranger’ successfully unpacked and MD5 sums checked
package ‘slam’ successfully unpacked and MD5 sums checked
package ‘antiword’ successfully unpacked and MD5 sums checked
package ‘data.table’ successfully unpacked and MD5 sums checked
package ‘pdftools’ successfully unpacked and MD5 sums checked
package ‘readxl’ successfully unpacked and MD5 sums checked
package ‘striprtf’ successfully unpacked and MD5 sums checked
package ‘textshape’ successfully unpacked and MD5 sums checked
package ‘textreadr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\S787802\AppData\Local\Temp\RtmpcDXREv\downloaded_packages
"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" --no-site-file --no-environ --no-save  \
  --no-restore --quiet CMD INSTALL  \
  "C:/Users/S787802/AppData/Local/Temp/RtmpcDXREv/devtools15f427843759/chartgerink-retractcheck-814fbff"  \
  --library="C:/Program Files/R/R-3.4.3/library" --install-tests 

* installing *source* package 'retractcheck' ...
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'retractcheck'
    finding HTML links ... done
    check_doi                               html  
    construct_url                           html  
    find_doi                                html  
    retractcheck                            html  
    retractcheck_dir                        html  
    retractcheck_docx                       html  
    retractcheck_html                       html  
    retractcheck_pdf                        html  
    retractcheck_rtf                        html  
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (retractcheck)
In R CMD INSTALL
> retractcheck::retractcheck('10.1002/job.1787')
               doi update_type retracted       update_doi       publisher
1 10.1002/job.1787  correction     FALSE 10.1002/job.1858 Wiley-Blackwell
                                                                                                                                                                   title
1 Erratum: Cognitive and affective identification: Exploring the links between different forms of social identification and personality with work attitudes and behavior
  published_original published_update update_delay
1         2013-02-26       2017-05-28    1552 days
> retractcheck::retractcheck_dir('.')
No updates found for 10.1002/jrsm.1298
No updates found for 10.7910/DVN/Z9KYOV
No updates found for 10.1111/rssa.12275.
No updates found for 10.5018/economics-ejournal.ja.2015-30
No updates found for 10.1037/gpr0000034

HOORAY *<(:)
None of the DOIs mentioned have indexed retractions or corrections
Error in data.frame(file, retractcheck(dois)) : 
  arguments imply differing number of rows: 1, 0
> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=Dutch_Netherlands.1252  LC_CTYPE=Dutch_Netherlands.1252   
[3] LC_MONETARY=Dutch_Netherlands.1252 LC_NUMERIC=C                      
[5] LC_TIME=Dutch_Netherlands.1252    

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

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.16            textshape_1.5.0         pdftools_1.6           
 [4] digest_0.6.15           withr_2.1.1             R6_2.2.2               
 [7] plyr_1.8.4              sys_1.5                 jsonlite_1.5           
[10] git2r_0.21.0            textreadr_0.7.0         httr_1.3.1             
[13] retractcheck_0.0.0.9000 curl_3.1                data.table_1.10.4-3    
[16] xml2_1.2.0              antiword_1.1            devtools_1.13.5        
[19] tools_3.4.3             yaml_2.1.18             compiler_3.4.3         
[22] memoise_1.1.0          
MicheleNuijten commented 6 years ago
R version 3.4.1 (2017-06-30) -- "Single Candle"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> devtools::install_github('chartgerink/retractcheck')
Downloading GitHub repo chartgerink/retractcheck@master
from URL https://api.github.com/repos/chartgerink/retractcheck/zipball/master
Installing retractcheck
Installing 1 package: textreadr
also installing the dependencies ‘sys’, ‘antiword’, ‘striprtf’, ‘textshape’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/sys_1.5.zip'
Content type 'application/zip' length 49726 bytes (48 KB)
downloaded 48 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/antiword_1.1.zip'
Content type 'application/zip' length 385616 bytes (376 KB)
downloaded 376 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/striprtf_0.5.1.zip'
Content type 'application/zip' length 856892 bytes (836 KB)
downloaded 836 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/textshape_1.5.0.zip'
Content type 'application/zip' length 463271 bytes (452 KB)
downloaded 452 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/textreadr_0.7.0.zip'
Content type 'application/zip' length 765158 bytes (747 KB)
downloaded 747 KB

package ‘sys’ successfully unpacked and MD5 sums checked
package ‘antiword’ successfully unpacked and MD5 sums checked
package ‘striprtf’ successfully unpacked and MD5 sums checked
package ‘textshape’ successfully unpacked and MD5 sums checked
package ‘textreadr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\mnuijten\AppData\Local\Temp\Rtmp4wtRzM\downloaded_packages
"C:/PROGRA~1/R/R-34~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore  \
  --quiet CMD INSTALL  \
  "C:/Users/mnuijten/AppData/Local/Temp/Rtmp4wtRzM/devtools17904a2f6214/chartgerink-retractcheck-814fbff"  \
  --library="C:/Program Files/R/R-3.4.1/library" --install-tests 

* installing *source* package 'retractcheck' ...
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (retractcheck)
> retractcheck::retractcheck('10.1002/job.1787')
               doi update_type retracted       update_doi       publisher
1 10.1002/job.1787  correction     FALSE 10.1002/job.1858 Wiley-Blackwell
                                                                                                                                                                   title
1 Erratum: Cognitive and affective identification: Exploring the links between different forms of social identification and personality with work attitudes and behavior
  published_original published_update update_delay
1         2013-02-26       2017-05-28    1552 days
> retractcheck::retractcheck_dir('.')
NULL
> sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=Dutch_Netherlands.1252  LC_CTYPE=Dutch_Netherlands.1252   
[3] LC_MONETARY=Dutch_Netherlands.1252 LC_NUMERIC=C                      
[5] LC_TIME=Dutch_Netherlands.1252    

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

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.14            knitr_1.20              magrittr_1.5           
 [4] retractcheck_0.0.0.9000 devtools_1.13.4         munsell_0.4.3          
 [7] colorspace_1.3-2        R6_2.2.2                rlang_0.1.4            
[10] httr_1.3.1              stringr_1.2.0           plyr_1.8.4             
[13] tcltk_3.4.1             tools_3.4.1             statcheck_1.2.3        
[16] grid_3.4.1              data.table_1.10.4-3     gtable_0.2.0           
[19] textreadr_0.7.0         git2r_0.19.0            withr_2.1.0.9000       
[22] htmltools_0.3.6         yaml_2.1.16             lazyeval_0.2.1         
[25] digest_0.6.13           rprojroot_1.3-1         textshape_1.5.0        
[28] tibble_1.3.4            ggplot2_2.2.1           curl_3.1               
[31] memoise_1.1.0           evaluate_0.10.1         rmarkdown_1.9          
[34] stringi_1.1.6           compiler_3.4.1          scales_0.5.0.9000    
chartgerink commented 6 years ago

Thanks for testing @arnoudplantinga @RobbievanAert @MicheleNuijten! This will be going up on CRAN soon, seems like things are working okay.