The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 73574
Line 6... Line 6...
6
\name{getFromNamespace}
6
\name{getFromNamespace}
7
\alias{assignInNamespace}
7
\alias{assignInNamespace}
8
\alias{assignInMyNamespace}
8
\alias{assignInMyNamespace}
9
\alias{getFromNamespace}
9
\alias{getFromNamespace}
10
\alias{fixInNamespace}
10
\alias{fixInNamespace}
11
\title{Utility functions for Developing Namespaces}
11
\title{Utility Functions for Developing Namespaces}
12
\description{
12
\description{
13
  Utility functions to access and replace the non-exported functions in
13
  Utility functions to access and replace the non-exported functions in
14
  a namespace, for use in developing packages with namespaces.
14
  a namespace, for use in developing packages with namespaces.
15
 
15
 
16
  They should not be used in production code (except perhaps
16
  They should not be used in production code (except perhaps