From 802249a55ffb17f5e2345ebb61bf1c6600231ee9 Mon Sep 17 00:00:00 2001 From: Robert Ashton Date: Thu, 14 Mar 2024 15:40:59 +0000 Subject: [PATCH] Import utils function --- .travis.yml | 8 -------- NAMESPACE | 1 + R/zzz.R | 4 ++++ man/Imports.Rd | 8 ++++++++ man/create_spectrum_fixpar.Rd | 3 ++- 5 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 .travis.yml create mode 100644 R/zzz.R create mode 100644 man/Imports.Rd diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7760355..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r - -language: R -sudo: false -cache: packages - -after_success: - - Rscript -e 'covr::codecov()' \ No newline at end of file diff --git a/NAMESPACE b/NAMESPACE index 668109e..fe18398 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -70,5 +70,6 @@ export(read_subp_file) export(simmod) export(spec_add_dimnames) export(tidy_output) +importFrom(utils,unzip) useDynLib(eppasm,ageprevC) useDynLib(eppasm,eppasmC) diff --git a/R/zzz.R b/R/zzz.R new file mode 100644 index 0000000..897afde --- /dev/null +++ b/R/zzz.R @@ -0,0 +1,4 @@ +##' Import commonly used utils functions +##' @importFrom utils unzip +##' @name Imports +NULL diff --git a/man/Imports.Rd b/man/Imports.Rd new file mode 100644 index 0000000..491f8b8 --- /dev/null +++ b/man/Imports.Rd @@ -0,0 +1,8 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/zzz.R +\name{Imports} +\alias{Imports} +\title{Import commonly used utils functions} +\description{ +Import commonly used utils functions +} diff --git a/man/create_spectrum_fixpar.Rd b/man/create_spectrum_fixpar.Rd index 8f5b4ea..6a48b36 100644 --- a/man/create_spectrum_fixpar.Rd +++ b/man/create_spectrum_fixpar.Rd @@ -19,7 +19,8 @@ create_spectrum_fixpar( who34percelig = 0, frr_art6mos = projp$frr_art6mos, frr_art1yr = projp$frr_art6mos, - projection_period = NULL + projection_period = NULL, + art_dropout_recover_cd4 = NULL ) } \description{