hrbrmstr / ggalt

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
https://cran.r-project.org/web/packages/ggalt/vignettes/ggalt_examples.html
Other
661 stars 99 forks source link

Use ggalt in a package #14

Open ggautreau opened 8 years ago

ggautreau commented 8 years ago

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.

hrbrmstr commented 8 years ago

Can you paste your NAMESPACE file?

ggautreau commented 8 years ago

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)