diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..ac9cb9c --- /dev/null +++ b/COPYING @@ -0,0 +1,15 @@ +Copyright (C) 2014-2023 Brodie Gaslam + +This file is part of "unitizer - Interactive R Unit Tests" + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +Go to for a copy of the license. diff --git a/R/asciiml.R b/R/asciiml.R index 0d9f9da..1e60162 100644 --- a/R/asciiml.R +++ b/R/asciiml.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Text Representations of HTML Objects diff --git a/R/browse.R b/R/browse.R index 59a394e..135e146 100644 --- a/R/browse.R +++ b/R/browse.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/browse.struct.R b/R/browse.struct.R index 7f44475..248025d 100644 --- a/R/browse.struct.R +++ b/R/browse.struct.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/capture.R b/R/capture.R index 61e35aa..6f71837 100644 --- a/R/capture.R +++ b/R/capture.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. ## Helper Functions to Capture and Process stdout/err Output diff --git a/R/change.R b/R/change.R index 8c47225..ab893a7 100644 --- a/R/change.R +++ b/R/change.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Summary of Changes diff --git a/R/class_unions.R b/R/class_unions.R index b74d33b..c0fc32b 100644 --- a/R/class_unions.R +++ b/R/class_unions.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. setClassUnion("listOrExpression", c("list", "expression")) diff --git a/R/conditions.R b/R/conditions.R index 724f97e..aac9c4e 100644 --- a/R/conditions.R +++ b/R/conditions.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Generates a Dummy Item For Use in Examples diff --git a/R/demo.R b/R/demo.R index d03ff69..c3b84be 100644 --- a/R/demo.R +++ b/R/demo.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Demo Details and Helper Functions diff --git a/R/deparse.R b/R/deparse.R index c94a0e7..1ed91cb 100644 --- a/R/deparse.R +++ b/R/deparse.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Returns a Character Function Name From A Language Object diff --git a/R/diff.R b/R/diff.R index 5c5a102..4fcaf9c 100644 --- a/R/diff.R +++ b/R/diff.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. setMethod( diff --git a/R/exec.R b/R/exec.R index a26e870..410b22a 100644 --- a/R/exec.R +++ b/R/exec.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/faux_prompt.R b/R/faux_prompt.R index f78f8a9..9f17f68 100644 --- a/R/faux_prompt.R +++ b/R/faux_prompt.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Emulate the R Console Prompt diff --git a/R/get.R b/R/get.R index 1383964..14ef60e 100644 --- a/R/get.R +++ b/R/get.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Set and Retrieve Store Contents diff --git a/R/global.R b/R/global.R index 36b31a4..9544fa2 100644 --- a/R/global.R +++ b/R/global.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/heal.R b/R/heal.R index 9bef344..0d2aa62 100644 --- a/R/heal.R +++ b/R/heal.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/is.R b/R/is.R index 52cbb01..cfc0610 100644 --- a/R/is.R +++ b/R/is.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Confirm Object is In \code{package_version} form diff --git a/R/item.R b/R/item.R index 462c5bb..026741b 100644 --- a/R/item.R +++ b/R/item.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # - Required Code ------------------------------------------------------------- diff --git a/R/item.sub.R b/R/item.sub.R index 73b3cf2..8c16408 100644 --- a/R/item.sub.R +++ b/R/item.sub.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # - Required Code ------------------------------------------------------------- diff --git a/R/list.R b/R/list.R index 9b83cf1..c303dbb 100644 --- a/R/list.R +++ b/R/list.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include class_unions.R diff --git a/R/load.R b/R/load.R index d898958..80aa9e5 100644 --- a/R/load.R +++ b/R/load.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/ls.R b/R/ls.R index f4ba5a9..47530da 100644 --- a/R/ls.R +++ b/R/ls.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/misc.R b/R/misc.R index c5e812e..3f843bc 100644 --- a/R/misc.R +++ b/R/misc.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Retrieves Environment Ancestry diff --git a/R/onload.R b/R/onload.R index ab41588..c8635b6 100644 --- a/R/onload.R +++ b/R/onload.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include options.R diff --git a/R/options.R b/R/options.R index b571d63..edb2e21 100644 --- a/R/options.R +++ b/R/options.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/parse.R b/R/parse.R index dd3d484..27a4190 100644 --- a/R/parse.R +++ b/R/parse.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/prompt.R b/R/prompt.R index e882e4e..efc40ff 100644 --- a/R/prompt.R +++ b/R/prompt.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include exec.R diff --git a/R/rename.R b/R/rename.R index 64ad499..1cdef4e 100644 --- a/R/rename.R +++ b/R/rename.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Edit Calls In Unitizer diff --git a/R/repairenvs.R b/R/repairenvs.R index fa22a45..9003c89 100644 --- a/R/repairenvs.R +++ b/R/repairenvs.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include unitizer.R diff --git a/R/result.R b/R/result.R index 578e5ea..90c3076 100644 --- a/R/result.R +++ b/R/result.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include unitizer.R diff --git a/R/search.R b/R/search.R index 135c4d7..db97ab3 100644 --- a/R/search.R +++ b/R/search.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include class_unions.R diff --git a/R/section.R b/R/section.R index 5bfcbcb..24bff12 100644 --- a/R/section.R +++ b/R/section.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/shims.R b/R/shims.R index ba30054..c607d80 100644 --- a/R/shims.R +++ b/R/shims.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include class_unions.R diff --git a/R/size.R b/R/size.R index fdbb2a8..552e9de 100644 --- a/R/size.R +++ b/R/size.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/state.R b/R/state.R index ea1d03f..1a3b90a 100644 --- a/R/state.R +++ b/R/state.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include global.R diff --git a/R/state.compare.R b/R/state.compare.R index 3fefcb3..21a2e1c 100644 --- a/R/state.compare.R +++ b/R/state.compare.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # This used to have all the state comparison methods, but those just became diff --git a/R/test.R b/R/test.R index b0c3323..2a53ce7 100644 --- a/R/test.R +++ b/R/test.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include list.R diff --git a/R/text.R b/R/text.R index 5281c6f..1e4f2d4 100644 --- a/R/text.R +++ b/R/text.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. ## Display helper function diff --git a/R/traceback.R b/R/traceback.R index 04d3409..62256e5 100644 --- a/R/traceback.R +++ b/R/traceback.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Code in this file is adapted from the R functions `traceback` and diff --git a/R/translate.R b/R/translate.R index e203c2e..d7c407a 100644 --- a/R/translate.R +++ b/R/translate.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/unitize.R b/R/unitize.R index 8c4e067..49db961 100644 --- a/R/unitize.R +++ b/R/unitize.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' Unitize an R Test Script diff --git a/R/unitize.core.R b/R/unitize.core.R index 2706a87..3011e61 100644 --- a/R/unitize.core.R +++ b/R/unitize.core.R @@ -1,6 +1,6 @@ -# Copyright (C) 2022 Brodie Gaslam +# Copyright (C) Brodie Gaslam # -# This file is part of "unitizer" +# This file is part of "unitizer - Interactive R Unit Tests" # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/R/unitizer-package.R b/R/unitizer-package.R index a924c81..9d4d6f2 100644 --- a/R/unitizer-package.R +++ b/R/unitizer-package.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' unitizer diff --git a/R/unitizer.R b/R/unitizer.R index c099df2..f65b361 100644 --- a/R/unitizer.R +++ b/R/unitizer.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/unitizer.add.R b/R/unitizer.add.R index f8700c9..2ee64c7 100644 --- a/R/unitizer.add.R +++ b/R/unitizer.add.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. #' @include item.R diff --git a/R/upgrade.R b/R/upgrade.R index 7b9f312..ee45aac 100644 --- a/R/upgrade.R +++ b/R/upgrade.R @@ -1,17 +1,17 @@ -# Copyright (C) 2022 Brodie Gaslam -# -# This file is part of "unitizer" -# +# Copyright (C) Brodie Gaslam +# +# This file is part of "unitizer - Interactive R Unit Tests" +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # Go to for a copy of the license. # Alter Older unitizer Versions So They Pass Validation in Latest Version