Skip to content

Commit

Permalink
Fix documentation and add .travis.yml to .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmanton committed Jun 30, 2014
1 parent 9f75070 commit 71e5caf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
.travis.yml
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Plot 3D surface of a template brain
#'
#' @details This function will work immediately for the standard
#' \link{template-brains} defined in the package documentation. If passed an
#' \link{templatebrain} defined in the package documentation. If passed an
#' object called e.g. FCWB it expects to find another object named FCWB.surf
#' containing the surface information. If you follow this naming convention
#' for user-defined refbrains it will work for them as well.
Expand Down
2 changes: 1 addition & 1 deletion man/plot3d.templatebrain.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Plot 3D surface of a template brain
}
\details{
This function will work immediately for the standard
\link{template-brains} defined in the package documentation. If passed an
\link{templatebrain} defined in the package documentation. If passed an
object called e.g. FCWB it expects to find another object named FCWB.surf
containing the surface information. If you follow this naming convention
for user-defined refbrains it will work for them as well.
Expand Down

0 comments on commit 71e5caf

Please sign in to comment.