ledell / subsemble

subsemble R package for ensemble learning on subsets of data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not on CRAN

barryrowlingson opened this issue · comments

subsemble seems to have been removed from CRAN:

https://cran.r-project.org/web/packages/available_packages_by_name.html

The archive directory was created in Jan 2019 so I suspect that's when it happened...

https://cran.r-project.org/src/contrib/Archive/subsemble/

it contains versions from 2014.

@barryrowlingson Thanks for pointing this out. Sorry I missed this notification!

I also missed the note from CRAN because I lost access to my berkeley.edu address which is the maintainer email. I will get this back up on CRAN as soon as I can.

https://cran-archive.r-project.org/web/checks/2019/2019-01-26_check_results_subsemble.html

Version: 0.0.9
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to ‘parallel’ in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.0.9
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     predict.subsemble
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.0.9
Check: R code for possible problems
Result: NOTE
    predict.subsemble: no visible global function definition for ‘predict’
    predict.subsemble: no visible binding for global variable ‘family’
    subsemble: no visible global function definition for ‘gaussian’
    subsemble: no visible global function definition for ‘detectCores’
    subsemble : .make_Z_l: no visible global function definition for
     ‘parSapply’
    subsemble : .make_Z_l: no visible global function definition for
     ‘makeCluster’
    subsemble : .make_Z_l: no visible global function definition for
     ‘stopCluster’
    subsemble: no visible global function definition for ‘parSapply’
    subsemble: no visible global function definition for ‘makeCluster’
    subsemble: no visible global function definition for ‘stopCluster’
    subsemble: no visible global function definition for ‘predict’
    Undefined global functions or variables:
     detectCores family gaussian makeCluster parSapply predict stopCluster
    Consider adding
     importFrom("stats", "family", "gaussian", "predict")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64