ggalt
ggalt copied to clipboard
Use ggalt in a package
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.
Can you paste your NAMESPACE file?
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)