From 4430ea82fc7831b925adf0170916d050ad9f3fa1 Mon Sep 17 00:00:00 2001 From: mb706 Date: Fri, 25 Aug 2023 17:16:49 +0200 Subject: [PATCH] rename back to 'paradox' --- DESCRIPTION | 2 +- man/ParamSetCollection.Rd | 46 +++++++++---------- man/Sampler1D.Rd | 8 ++-- man/Sampler1DCateg.Rd | 8 ++-- man/Sampler1DNormal.Rd | 8 ++-- man/Sampler1DRfun.Rd | 8 ++-- man/Sampler1DUnif.Rd | 8 ++-- man/SamplerHierarchical.Rd | 8 ++-- man/SamplerJointIndep.Rd | 8 ++-- man/SamplerUnif.Rd | 8 ++-- ...autology-package.Rd => paradox-package.Rd} | 8 ++-- 11 files changed, 60 insertions(+), 60 deletions(-) rename man/{tautology-package.Rd => paradox-package.Rd} (88%) diff --git a/DESCRIPTION b/DESCRIPTION index 5cb51eb6..90ba5d7e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Type: Package -Package: tautology +Package: paradox Title: Define and Work with Parameter Spaces for Complex Algorithms Version: 0.12.0 diff --git a/man/ParamSetCollection.Rd b/man/ParamSetCollection.Rd index a0ad8193..a5a83524 100644 --- a/man/ParamSetCollection.Rd +++ b/man/ParamSetCollection.Rd @@ -27,7 +27,7 @@ If you call \code{deps} on the collection, you are returned a complete table of } } \section{Super class}{ -\code{\link[tautology:ParamSet]{tautology::ParamSet}} -> \code{ParamSetCollection} +\code{\link[paradox:ParamSet]{paradox::ParamSet}} -> \code{ParamSetCollection} } \section{Active bindings}{ \if{html}{\out{
}} @@ -56,28 +56,28 @@ When you set values, all previously set values will be unset / removed.} \if{html}{\out{
Inherited methods
}} diff --git a/man/Sampler1D.Rd b/man/Sampler1D.Rd index 77f561ff..12cf81b3 100644 --- a/man/Sampler1D.Rd +++ b/man/Sampler1D.Rd @@ -20,7 +20,7 @@ Other Sampler: } \concept{Sampler} \section{Super class}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{Sampler1D} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{Sampler1D} } \section{Active bindings}{ \if{html}{\out{
}} @@ -40,9 +40,9 @@ Returns the one Parameter that is sampled from.} \if{html}{\out{
Inherited methods
}} diff --git a/man/Sampler1DCateg.Rd b/man/Sampler1DCateg.Rd index 12f561b5..e8f1b966 100644 --- a/man/Sampler1DCateg.Rd +++ b/man/Sampler1DCateg.Rd @@ -19,7 +19,7 @@ Other Sampler: } \concept{Sampler} \section{Super classes}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{\link[tautology:Sampler1D]{tautology::Sampler1D}} -> \code{Sampler1DCateg} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{\link[paradox:Sampler1D]{paradox::Sampler1D}} -> \code{Sampler1DCateg} } \section{Public fields}{ \if{html}{\out{
}} @@ -39,9 +39,9 @@ Numeric vector of \code{param$nlevels} probabilities.} \if{html}{\out{
Inherited methods
}} diff --git a/man/Sampler1DNormal.Rd b/man/Sampler1DNormal.Rd index 51e43646..e4e7cfa6 100644 --- a/man/Sampler1DNormal.Rd +++ b/man/Sampler1DNormal.Rd @@ -19,7 +19,7 @@ Other Sampler: } \concept{Sampler} \section{Super classes}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{\link[tautology:Sampler1D]{tautology::Sampler1D}} -> \code{\link[tautology:Sampler1DRfun]{tautology::Sampler1DRfun}} -> \code{Sampler1DNormal} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{\link[paradox:Sampler1D]{paradox::Sampler1D}} -> \code{\link[paradox:Sampler1DRfun]{paradox::Sampler1DRfun}} -> \code{Sampler1DNormal} } \section{Active bindings}{ \if{html}{\out{
}} @@ -42,9 +42,9 @@ SD parameter of the normal distribution.} \if{html}{\out{
Inherited methods
}} diff --git a/man/Sampler1DRfun.Rd b/man/Sampler1DRfun.Rd index 5f33d932..22f6a87f 100644 --- a/man/Sampler1DRfun.Rd +++ b/man/Sampler1DRfun.Rd @@ -19,7 +19,7 @@ Other Sampler: } \concept{Sampler} \section{Super classes}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{\link[tautology:Sampler1D]{tautology::Sampler1D}} -> \code{Sampler1DRfun} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{\link[paradox:Sampler1D]{paradox::Sampler1D}} -> \code{Sampler1DRfun} } \section{Public fields}{ \if{html}{\out{
}} @@ -42,9 +42,9 @@ Random number generator function.} \if{html}{\out{
Inherited methods
}} diff --git a/man/Sampler1DUnif.Rd b/man/Sampler1DUnif.Rd index 08ef3bce..09cf10f0 100644 --- a/man/Sampler1DUnif.Rd +++ b/man/Sampler1DUnif.Rd @@ -19,7 +19,7 @@ Other Sampler: } \concept{Sampler} \section{Super classes}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{\link[tautology:Sampler1D]{tautology::Sampler1D}} -> \code{Sampler1DUnif} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{\link[paradox:Sampler1D]{paradox::Sampler1D}} -> \code{Sampler1DUnif} } \section{Methods}{ \subsection{Public methods}{ @@ -31,9 +31,9 @@ Other Sampler: \if{html}{\out{
Inherited methods
}} diff --git a/man/SamplerHierarchical.Rd b/man/SamplerHierarchical.Rd index 8e47d4a4..6f221be7 100644 --- a/man/SamplerHierarchical.Rd +++ b/man/SamplerHierarchical.Rd @@ -21,7 +21,7 @@ Other Sampler: } \concept{Sampler} \section{Super class}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{SamplerHierarchical} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{SamplerHierarchical} } \section{Public fields}{ \if{html}{\out{
}} @@ -41,9 +41,9 @@ List of \link{Sampler1D} objects that gives a Sampler for each \link{Param} in t \if{html}{\out{
Inherited methods
}} diff --git a/man/SamplerJointIndep.Rd b/man/SamplerJointIndep.Rd index 650f701f..25477667 100644 --- a/man/SamplerJointIndep.Rd +++ b/man/SamplerJointIndep.Rd @@ -19,7 +19,7 @@ Other Sampler: } \concept{Sampler} \section{Super class}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{SamplerJointIndep} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{SamplerJointIndep} } \section{Public fields}{ \if{html}{\out{
}} @@ -39,9 +39,9 @@ List of \link{Sampler} objects.} \if{html}{\out{
Inherited methods
}} diff --git a/man/SamplerUnif.Rd b/man/SamplerUnif.Rd index 27d80ad9..a405c822 100644 --- a/man/SamplerUnif.Rd +++ b/man/SamplerUnif.Rd @@ -21,7 +21,7 @@ Other Sampler: } \concept{Sampler} \section{Super classes}{ -\code{\link[tautology:Sampler]{tautology::Sampler}} -> \code{\link[tautology:SamplerHierarchical]{tautology::SamplerHierarchical}} -> \code{SamplerUnif} +\code{\link[paradox:Sampler]{paradox::Sampler}} -> \code{\link[paradox:SamplerHierarchical]{paradox::SamplerHierarchical}} -> \code{SamplerUnif} } \section{Methods}{ \subsection{Public methods}{ @@ -33,9 +33,9 @@ Other Sampler: \if{html}{\out{
Inherited methods
}} diff --git a/man/tautology-package.Rd b/man/paradox-package.Rd similarity index 88% rename from man/tautology-package.Rd rename to man/paradox-package.Rd index 58e7ee20..7e7ef662 100644 --- a/man/tautology-package.Rd +++ b/man/paradox-package.Rd @@ -1,10 +1,10 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/zzz.R \docType{package} -\name{tautology-package} -\alias{tautology} -\alias{tautology-package} -\title{tautology: Define and Work with Parameter Spaces for Complex Algorithms} +\name{paradox-package} +\alias{paradox} +\alias{paradox-package} +\title{paradox: Define and Work with Parameter Spaces for Complex Algorithms} \description{ Define parameter spaces, constraints and dependencies for arbitrary algorithms, to program on such spaces. Also includes statistical designs and random samplers. Objects are implemented as 'R6' classes. }