ggalt icon indicating copy to clipboard operation
ggalt copied to clipboard

Use ggalt in a package

Open ggautreau opened this issue 8 years ago • 2 comments

Hi,

We are working on the development of an R package and we hope to use yours.

In this way, we need to use some of your features using the double colon operator rather than using library command. Indeed, when we used the double colon operator by this way: ggalt::geom_xspline we encountered this kind of error: No stat called StatXspline.

Thanks.

ggautreau avatar May 11 '16 08:05 ggautreau

Can you paste your NAMESPACE file?

hrbrmstr avatar May 11 '16 16:05 hrbrmstr

Here is the NAMESPACE file:

# Generated by roxygen2: do not edit by hand

export(boxplotViewer)
export(generateReport)
export(importResults)
export(kineticsViewer)
export(profilesViewer)
export(volcanoViewer)
exportClasses(Results)
exportMethods(export)
exportMethods(names)
exportMethods(plot)
exportMethods(print)
exportMethods(show)
import(MASS)
import(flowCore)
import(ggalt)
import(ggdendro)
import(ggnetwork)
import(ggplot2)
import(ggrepel)
import(grDevices)
import(grid)
import(gridExtra)
import(gtable)
import(gtools)
import(igraph)
import(network)
import(reshape2)

ggautreau avatar May 12 '16 07:05 ggautreau