packagemanager.rstudio.com and Windows binaries

Hi there.

I'm one of the unlucky souls using Windows 10. My woes are exemplified if I try to install the package {classifly} from https://packagemanager.rstudio.com/all/latest. It seems when I do this that RStudio picks up {Rcpp} and {plyr} from Windows binaries, but then needs to install {classifly} from source. Which needs RTools. Why does packagemanager.rstudio.com have {classifly} as a source package, when CRAN has it in Windows binary?

install.packages("classifly", repos="https://packagemanager.rstudio.com/all/latest")
Installing package into ‘C:/Users/smith_mk/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
also installing the dependencies ‘Rcpp’, ‘plyr’

trying URL 'https://packagemanager.rstudio.com/all/latest/bin/windows/contrib/3.6/Rcpp_1.0.5.zip'
Content type 'binary/octet-stream' length 3147117 bytes (3.0 MB)
downloaded 3.0 MB

trying URL 'https://packagemanager.rstudio.com/all/latest/bin/windows/contrib/3.6/plyr_1.8.6.zip'
Content type 'binary/octet-stream' length 1417150 bytes (1.4 MB)
downloaded 1.4 MB

package ‘Rcpp’ successfully unpacked and MD5 sums checked
package ‘plyr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
	C:\Users\smith_mk\AppData\Local\Temp\1\RtmpkHASlX\downloaded_packages
installing the source package ‘classifly’

trying URL 'https://packagemanager.rstudio.com/all/latest/src/contrib/classifly_0.4.tar.gz'
Content type 'application/x-tar' length 16928 bytes (16 KB)
downloaded 16 KB

* installing *source* package 'classifly' ...
** package 'classifly' successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'classifly'
    finding HTML links ... done
    advantage                               html  
    classifly                               html  
    classify                                html  
    explore                                 html  
    generate_classification_data            html  
    generate_data                           html  
    knnf                                    html  
    olives                                  html  
    posterior                               html  
    simvar                                  html  
    variables                               html  
** building package indices
** testing if installed package can be loaded from temporary location
*** arch - i386
*** arch - x64
** testing if installed package can be loaded from final location
*** arch - i386
*** arch - x64
** testing if installed package keeps a record of temporary installation path
* DONE (classifly)

The downloaded source packages are in
	‘C:\Users\smith_mk\AppData\Local\Temp\1\RtmpkHASlX\downloaded_packages’
2 Likes

Thanks for reporting this. Binaries were missing for classifly on R 3.5 and 3.6 earlier, and should now be available: https://packagemanager.rstudio.com/all/latest/bin/windows/contrib/3.6/classifly_0.4.zip

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.