From 585b891b77732805daa6da45a27deaec11d1ee52 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 10 Dec 2024 10:26:26 +0100 Subject: [PATCH] doc: version bump & redoc --- DESCRIPTION | 6 +++--- man/create_mariobox.Rd | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c79a752..72bfe75 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mariobox Title: A Framework For Packaging {plumber} APIs -Version: 0.0.0.9000 +Version: 0.0.1.9001 Authors@R: c( person("Antoine", "Languillaume", , "antoine@thinkr.fr", role = "aut"), person("Colin", "Fay", , "colin@thinkr.fr", role = c("aut", "cre")) @@ -8,7 +8,7 @@ Authors@R: c( Description: A framework for building robust {plumber} APIs. This package contains a series of tools to build {plumber} APIs as packages. License: MIT + file LICENSE -Imports: +Imports: cli, fs, here, @@ -18,7 +18,7 @@ Imports: usethis, utils, yaml -Suggests: +Suggests: httr, rcmdcheck, pkgload, diff --git a/man/create_mariobox.Rd b/man/create_mariobox.Rd index e0a08e8..ebc8301 100644 --- a/man/create_mariobox.Rd +++ b/man/create_mariobox.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/create_pipework.R \name{create_mariobox} \alias{create_mariobox} -\title{Create a {mariobox} project to package a {plumber} API} +\title{Create a 'mariobox' project to package a 'plumber' API} \usage{ create_mariobox( path, @@ -19,7 +19,7 @@ the package in. The folder name will also be used as the package name.} \item{overwrite}{A logical. Should the already existing project be overwritten ?} -\item{package_name}{Package name to use. By default, {mariobox} uses +\item{package_name}{Package name to use. By default, 'mariobox' uses \code{basename(path)}. If \code{path == '.'} & \code{package_name} is not explicitly set, then \code{basename(getwd())} will be used.} }