Skip to content

Commit

Permalink
remove old Rd files for internal functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Kiefer committed Feb 12, 2021
1 parent 7ae58d6 commit 59d6bfe
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 62 deletions.
1 change: 1 addition & 0 deletions R/creg_create_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#' @importFrom stats as.formula
#' @importFrom stats terms.formula
#' @keywords internal
#' @noRd
creg_create_input <- function(forml, lv, group, data, family, silent, se){
# Convert formula and extract terms
forml <- as.formula(forml)
Expand Down
2 changes: 2 additions & 0 deletions R/creg_loglikelihood.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#'
#' @importFrom stats dpois
#' @keywords internal
#' @noRd
creg_loglikelihood_function <- function(datalist, modellist) {
kappas <- modellist$groupw
n_cell <- modellist$n_cell
Expand Down Expand Up @@ -54,6 +55,7 @@ creg_loglikelihood_function <- function(datalist, modellist) {
#' @importFrom stats nlminb
#' @importFrom pracma hessian
#' @keywords internal
#' @noRd
creg_fit_model <- function(object) {
silent <- object@input@silent
se <- object@input@se
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

Maintainer: 'Christoph Kiefer <christoph.kiefer@uni-bielefeld.de>'

Re-submission: I addressed your two requests:
1. removed the space in the doi
2. added an executable example to my main function
Re-submission: I addressed your requests:
1. the functions you mentioned are internal functions. I removed the Rd-files for clarification


The remaining note concerns that I submit the package to CRAN for the first time.
Expand Down
27 changes: 0 additions & 27 deletions man/creg_create_input.Rd

This file was deleted.

15 changes: 0 additions & 15 deletions man/creg_fit_model.Rd

This file was deleted.

17 changes: 0 additions & 17 deletions man/creg_loglikelihood_function.Rd

This file was deleted.

0 comments on commit 59d6bfe

Please sign in to comment.