Skip to content

coverage.... functions not working when run directly #23

Description

@mrska

library(RDBESvisualise)
library(RDBEScore)

testData <- RDBEScore::createRDBESDataObject(input = "data-raw/exampleData/H1_POL.zip")

myPlots <- coverageBySpecies(
dataToPlot = testData,
year = 2024,
vesselFlag = 'PL',
landingsVariable =
"CLsciWeight",
samplingVariable ="SAsampWtMes",
catchCat = "Lan",
includeLandings = TRUE,
includeSamples = TRUE,
topN = 10,
plotQuarters = FALSE,
verbose = FALSE
)

utils functions are not exported. Have to be run manually. The fix is to add RDBESvisualise::: in all places where the internal functions are being called

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions