Skip to content

Commit

Permalink
Upgrade to roxygen2 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 13, 2014
1 parent 7e1119f commit f5a37d5
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.0.99): do not edit by hand
# Generated by roxygen2 (4.0.1): do not edit by hand

S3method(c,rd)
S3method(clean,had)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# roxygen2 4.0.0.99
# roxygen2 4.0.1

* Explicit `updateRoxygen()` is no longer needed - `roxygenize()` does the
right thing the first time it is run.
Expand Down
2 changes: 1 addition & 1 deletion man/is_s3_generic.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{is_s3_generic}
\alias{is_s3_generic}
\title{Determine if a function is an S3 generic or S3 method.}
Expand Down
2 changes: 1 addition & 1 deletion man/namespace_roclet.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{namespace_roclet}
\alias{S3method}
\alias{export}
Expand Down
2 changes: 1 addition & 1 deletion man/new_roclet.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{new_roclet}
\alias{new_roclet}
\title{Build new roclet object.}
Expand Down
2 changes: 1 addition & 1 deletion man/object.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{object}
\alias{object}
\title{Constructors for S3 object to represent R objects.}
Expand Down
2 changes: 1 addition & 1 deletion man/rd_roclet.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{rd_roclet}
\alias{rd_roclet}
\title{Roclet: make Rd files.}
Expand Down
2 changes: 1 addition & 1 deletion man/register-parser.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{register.preref.parser}
\alias{register.preref.parser}
\alias{register.preref.parsers}
Expand Down
2 changes: 1 addition & 1 deletion man/roc_proc_text.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{roc_proc_text}
\alias{roc_proc_text}
\title{Process roclet on string and capture results.}
Expand Down
2 changes: 1 addition & 1 deletion man/roxygen.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\docType{package}
\name{roxygen}
\alias{roxygen}
Expand Down
2 changes: 1 addition & 1 deletion man/roxygenize.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{roxygenize}
\alias{roxygenise}
\alias{roxygenize}
Expand Down
2 changes: 1 addition & 1 deletion man/source_package.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{source_package}
\alias{source_package}
\title{Source all files in a package.}
Expand Down
2 changes: 1 addition & 1 deletion man/update_collate.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.0.99): do not edit by hand
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{update_collate}
\alias{update_collate}
\title{Update Collate field in DESCRIPTION.}
Expand Down

0 comments on commit f5a37d5

Please sign in to comment.