diff --git a/DESCRIPTION b/DESCRIPTION index db83df1..ea0f3d3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,10 +3,10 @@ Type: Package Title: Print function and its help simultaneously Version: 0.1.3 Author: YASUMOTO Atsushi -Maintainer: YASUMOTO Atsushi atusy7+felp@gmail.com +Maintainer: YASUMOTO Atsushi Description: Try `?help` and `help?.`. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true -RoxygenNote: 6.1.0 +RoxygenNote: 6.1.1 Imports: prettycode diff --git a/man/question.Rd b/man/question.Rd index 01eab19..de3476c 100644 --- a/man/question.Rd +++ b/man/question.Rd @@ -4,7 +4,7 @@ \alias{?} \alias{?.function} \alias{?.default} -\title{S3 version of base::`?`} +\title{S3 version of [utils::`?`]} \usage{ "?"(e1, e2) @@ -13,5 +13,5 @@ \method{?}{default}(e1, e2) } \description{ -S3 version of base::`?` +S3 version of [utils::`?`] }