Skip to content

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

@mrska

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions