[R] Cannot Load A Package
Daniel Nordlund
djnord|und @end|ng |rom gm@||@com
Sat Jun 2 09:03:42 CEST 2018
On 6/1/2018 4:17 PM, Duncan Murdoch wrote:
> On 01/06/2018 5:24 PM, Shivi Bhatia wrote:
>> Hi All,
>>
>> I am trying to download semnet package but getting the error:
>> package not available for R version 3.4.4.
>
> As far as I can see, there is no semnet package on CRAN, and never has
> been (or if there was, it was there by mistake).
>
> Packages whose names start with "sem" are:
>
> sem Structural Equation Models
> semantic.dashboard Dashboard with Semantic UI Support for 'shiny'
> Semblance Pair-Wise Semblance Using a Rank-Based Kernel
> semdiag Structural equation modeling diagnostics
> semds Structural Equation Multidimensional Scaling
> semGOF Goodness-of-fit indexes for structural equation models
> semiArtificial Generator of Semi-Artificial Data
> SemiCompRisks Hierarchical Models for Parametric and Semi-Parametric
> Analyses of Semi-Competing Risks Data
> SEMID Identifiability of Linear Structural Equation Models
> SemiMarkov Multi-States Semi-Markov Models
> seminr Domain-Specific Language for Building PLS Structural Equation
> Models
> SemiPar Semiparametic Regression
> SemiParSampleSel Semi-Parametric Sample Selection Modelling with
> Continuous or Discrete Response
> SemiSupervised Safe Semi-Supervised Learning Tools
> semisupKernelPCA Kernel PCA projection, and semi-supervised variant
> SEMModComp Model Comparisons for SEM
> SemNetCleaner An Automated Cleaning Tool for Semantic and Linguistic
> Data
> semPlot Path Diagrams and Visual Analysis of Various SEM Packages'
> Output
> semPLS Structural Equation Modeling Using Partial Least Squares
> semPower Power Analyses for SEM
> semsfa Semiparametric Estimation of Stochastic Frontier Models
> semTools Useful Tools for Structural Equation Modeling
> semtree Recursive Partitioning for Structural Equation Models
> semver 'Semantic Versioning V2.0.0' Parser
>
> Perhaps you really want one of those.
>
> Duncan Murdoch
>
>>
>> I tried downloading it from
>> install.packages('semnet',repos='http://cran.us.r-project.org')
>> and
>> install.packages('semnet',repos='http://cran.revolutionanalytics.com/')
>> and even the https://cran.r-project.org/src/contrib/semnet.tar.gz but
>> doesnt seem to get success.
>>
>> Please suggest some alternate.
>>
>> Regards, Shivi
>>
>> [[alternative HTML version deleted]]
>>
Maybe this is what the OP is looking for
library(devtools)
install_github("kasperwelbers/semnet")
Hope this is helpful,
Dan
--
Daniel Nordlund
Port Townsend, WA USA
More information about the R-help
mailing list