Skip to content

not able to install  #2

@cmavian

Description

@cmavian

Hi,
I tried to install in many ways, but none looks to work. Any tips?

install.packages("skygrowth")
Warning in install.packages :
package 'skygrowth' is not available (for R version 3.5.1)

tried :

if (!requireNamespace("BiocManager", quietly = TRUE))

  • install.packages("BiocManager")
    

BiocManager::install("skygrowth")
made a lot of installing but then nothing:

require(skygrowth)
Loading required package: skygrowth
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'skygrowth'

tried with > remotes::install_github("mrc-ide/skygrowth")

and that did not work either.

:(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions