JungiinChoi / SpMix

Building r package for a semiparametric density estimation
0 stars 0 forks source link

Discussion #2

Open JungiinChoi opened 2 years ago

JungiinChoi commented 2 years ago

Minor fix

warning from package collision

> library(fmlogcondens)
Warning message:
replacing previous import ‘mclust::dmvnorm’ by ‘mvtnorm::dmvnorm’ when loading ‘fmlogcondens’ 
importFrom("stats", "runif", "sd", "var")
importFrom("mvtnorm","dmvnorm")
importFrom("mclust","hc","hclass")

import(
    geometry,
    MASS
)

typo

#' \item{y}{Vector
#'   with values y_i = log(f(X_)) of the normalized density (\eqn{logLike =
#'   \sum(y_i)}).}
JungiinChoi commented 2 years ago

How to Solve installation Problem?

Compiler (C, Fortran)