Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in R package install: no definition for class "H2OAnomalyDetectionMetrics" #7320

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments
Assignees

Comments

@exalate-issue-sync
Copy link

There’s an issue with the 3.34.0.1 release in R (i think we should patch the R release before sending to CRAN & also figure out if we can add tests that would catch things like this).

This gets printed out when installing the package

{code:java}
in method for 'show' with signature '"H2OAnomalyDetectionMetrics"': no definition for class "H2OAnomalyDetectionMetrics"
{code}

its from this addition 11 days ago 4a98be1

{code:java}
me ~/h2oai/cran $ R CMD INSTALL h2o_3.34.0.1.tar.gz

  • installing to library '/Users/me/Library/R/3.5/library'
  • installing source package 'h2o' ...
    ** R
    ** demo
    ** inst
    ** byte-compile and prepare package for lazy loading
    in method for 'show' with signature '"H2OAnomalyDetectionMetrics"': no definition for class "H2OAnomalyDetectionMetrics"
    Performing one-time download of h2o.jar from
    https://s3.amazonaws.com/h2o-release/h2o/rel-zizler/1/Rjar/h2o.jar
    (This could take a few minutes, please be patient...)
    ** help
    *** installing help indices
    ** building package indices
    ** testing if installed package can be loaded
  • DONE (h2o)
    {code}

When i do an R CMD check —as-cran i dont see any errors/notes related to this (so that’s good), but the fact that it looks like some kind of warning/error at install is not great.

@h2o-ops-ro
Copy link
Collaborator

JIRA Issue Details

Jira Issue: PUBDEV-8337
Assignee: Adam Valenta
Reporter: Erin LeDell
State: Resolved
Fix Version: 3.34.0.3
Attachments: N/A
Development PRs: Available

@h2o-ops-ro
Copy link
Collaborator

Linked PRs from JIRA

#5773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants