Skip to contents

The goal driving the creation of CECPfuns is largely selfish: to make sure I have a single, up to date, repository where I can find potentially reusable functions I have written. However, it is something that has been very much encouraged by (Dr. Clara Paz)[ https://investigacion.udla.edu.ec/udla_teams/clara-paz/] and she has contributed to some of these functions and to the general idea of the package. Input has also come from (Emily Blackshaw)[https://www.researchgate.net/profile/Emily_Blackshaw2]. It is possible that these functions may be of use to others so I am now uploading it to GitHub at https://github.com/cpsyctc/CECPfuns after any significant changes.

There is also now a pkgdown produced web site for the package at https://cecpfuns.psyctc.org/.

Installation

You can install the latest version of CECPfuns from https://github.com/cpsyctc/CECPfuns.

devtools::install_github("cpsyctc/CECPfuns", build_vignettes = TRUE)
### or
remotes::install_github("cpsyctc/CECPfuns", build_vignettes = TRUE)

If you really want to make sure you always have the latest version, you can look for it every time you launch R, see here.

Background information

Licence and disclaimer

The package is licensed under the MIT licence https://opensource.org/licenses/MIT which means you should be able to reuse anything here that you find useful with no fee to me as long as you comply with the terms of that licence. The licence has a very capitalised disclaimer:

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.